This commit introduces a basic SoC framework for the Qualcomm
Calypso SoC enabling initial build integration.
Key changes:
- Add placeholder SoC callbacks to facilitate control flow from /lib
and Qualcomm common code.
- Populate the calypso SoC directory with a copy of the X1P42100
codebase, with SoC-specific implementations removed.
This provides a foundational structure for Calypso development
within the `soc/qualcomm/calypso` directory, ensuring the upstream
builder can successfully compile the SoC code.
This allows for incremental development and integration.
Reference Document: Calypso Hardware Register Description
BUG=b:496650089
TEST=Successfully built google/mensa with the Qualcomm Calypso SoC.
Change-Id: Iabbbf26c9e08906db2be024911061837fdf83bd9
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91892
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>