pcengines/apu1: New board PC Engines APU1

Hardware / Coreboot - Kyösti Mälkki [gmail.com] - 23 February 2015 14:34 UTC

While we cannot recreate exact copies of PC Engines APU1 firmware images, I shall upstream the vital changes for coreboot from the following tarballs SAGE has published to meet GPL:

SageBios_PCEngines_APU_sources_for_publishing_20140405_GPL_package.tar.gz md5sum: ce5f54723e4fe3b63a1a3e35586728d4

pcengines.apu_139_osp.tar.gz md5sum: af6c8ab3b85d1a5a9fbeb41efa30a1ef

The patch here adds Kconfig, Makefile.inc and devicetree.cb files to match 2014/04/05 release tarball config.h and static.c files.

Change-Id: Id61270b4d484f712a5c0e780a01fc81f1550b9ad

8c190f3 pcengines/apu1: New board PC Engines APU1
src/mainboard/pcengines/Kconfig | 3 +
src/mainboard/pcengines/apu1/BiosCallOuts.c | 27 ++-
.../pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex | 248 +++++++++++++++++++
.../pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex | 250 ++++++++++++++++++++
src/mainboard/pcengines/apu1/Kconfig | 16 +-
src/mainboard/pcengines/apu1/Makefile.inc | 21 ++
src/mainboard/pcengines/apu1/PlatformGnbPcie.c | 22 +-
.../pcengines/apu1/PlatformGnbPcieComplex.h | 3 +-
src/mainboard/pcengines/apu1/acpi/routing.asl | 2 +-
src/mainboard/pcengines/apu1/board_info.txt | 4 +-
src/mainboard/pcengines/apu1/buildOpts.c | 17 +-
src/mainboard/pcengines/apu1/devicetree.cb | 62 +++--
src/mainboard/pcengines/apu1/dsdt.asl | 3 +-
src/mainboard/pcengines/apu1/mainboard.c | 18 +-
src/mainboard/pcengines/apu1/mptable.c | 2 +
src/mainboard/pcengines/apu1/platform_cfg.h | 9 +-
src/mainboard/pcengines/apu1/romstage.c | 5 +
17 files changed, 647 insertions(+), 65 deletions(-)

Upstream: review.coreboot.org


  • Share