To have the new AMD Sabrina SoC code tested, add the AMD Chausie mainboard as a copy of Majolica. This patch also changes the name from Majolica to Chausie, selects the Sabrina SoC instead of the Cezanne SoC and comments out the APCB_SOURCES since those aren't available in the 3rdparty/blobs repository yet. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ic7b18f7a6ae5b8365234dd1227e0b1f7f37279da Reviewed-on: https://review.coreboot.org/c/coreboot/+/61079 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
35 lines
524 B
Plaintext
35 lines
524 B
Plaintext
FLASH@0xFF000000 16M {
|
|
SI_BIOS {
|
|
EC 128K
|
|
RW_MRC_CACHE(PRESERVE) 64K
|
|
RW_SECTION_A 3M {
|
|
VBLOCK_A 8K
|
|
FW_MAIN_A(CBFS)
|
|
RW_FWID_A 256
|
|
}
|
|
RW_SECTION_B 3M {
|
|
VBLOCK_B 8K
|
|
FW_MAIN_B(CBFS)
|
|
RW_FWID_B 256
|
|
}
|
|
RW_ELOG(PRESERVE) 4K
|
|
RW_SHARED 16K {
|
|
SHARED_DATA 8K
|
|
VBLOCK_DEV 8K
|
|
}
|
|
RW_VPD(PRESERVE) 8K
|
|
RW_NVRAM(PRESERVE) 20K
|
|
SMMSTORE(PRESERVE) 4K
|
|
RW_LEGACY(CBFS)
|
|
WP_RO@8M 8M {
|
|
RO_VPD(PRESERVE) 16K
|
|
RO_SECTION {
|
|
FMAP 2K
|
|
RO_FRID 64
|
|
GBB@4K 448K
|
|
COREBOOT(CBFS)
|
|
}
|
|
}
|
|
}
|
|
}
|