bayleybay_fsp: Add bakersport board variant

Hardware / Coreboot - Martin Roth [se-eng.com] - 11 August 2014 13:06 UTC

The Bakersport board is a variant of the Bayley Bay mainboard that uses one ECC DIMM instead of two non-ECC dimms.

This commit uses the Bayley Bay mainboard directory and modifies the required pieces to add the Bakersport board variant. It disables the second DIMM, points to an ECC version of the FSP, and sets the board name to be Bakersport instead of Bayley Bay.

All of the code is still contained in the bayleybay_fsp directory. It seems like duplicating the whole directory for the one line of code that's actually different between the two platforms.

Change-Id: Ia31e9ee927a6810a01a1ae143fcb00cfb7d8a7aa

3ab015c bayleybay_fsp: Add bakersport board variant
src/mainboard/intel/Kconfig | 3 +
src/mainboard/intel/bakersport_fsp/Kconfig | 103 +++++++++++++++++++++
src/mainboard/intel/bakersport_fsp/board_info.txt | 4 +
src/mainboard/intel/bayleybay_fsp/romstage.c | 5 +
4 files changed, 115 insertions(+)

Upstream: review.coreboot.org


  • Share