Richard Spiegel uploaded patch set #18 to this change.

View Change

mainboard/amd: Add padmelon board code

Padmelon board code was written for Merlin Falcon (family 15h models 60h-6fh),
but as the needed binaries are not yet merged (commit 33615), a config
HAVE_MERLINFALCON_BINARIES was added. If the binaries are not available,
the board defaults to Prairie Falcon, which use the same binaries as Stoney
Ridge. Once the binaries are merged, the config will be eliminated. Fan
control is done through F81803A SIO, and IRQ/GPIO and other board
characteristics are the same regardless of Merlin Falcon or Prairie Falcon.

Padmelon board was created to accept Prairie Falcon, Brown Falcon and Merlin
Falcon. The requested development was for Merlin Falcon. There are some small
spec changes (such as number of memory channels) between SOCs. Brown Falcon
was not investigated, Prairie Falcon is very similar to Stoney Ridge.

Started from Gardenia code, added changes created by Marc Jones and finally
revised against schematic, which added changes to GPIO settings.

BUG=none.
TEST=Both versions tested and boot to Linux using SeaBIOS.

Change-Id: I5a366ddeb4cfebd177a8744f6edb87aecd4787dd
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
---
A src/mainboard/amd/padmelon/BiosCallOuts.c
A src/mainboard/amd/padmelon/BiosCallOuts.h
A src/mainboard/amd/padmelon/Kconfig
A src/mainboard/amd/padmelon/Kconfig.name
A src/mainboard/amd/padmelon/Makefile.inc
A src/mainboard/amd/padmelon/OemCustomize.c
A src/mainboard/amd/padmelon/acpi/gpe.asl
A src/mainboard/amd/padmelon/acpi/mainboard.asl
A src/mainboard/amd/padmelon/acpi/routing.asl
A src/mainboard/amd/padmelon/acpi/sleep.asl
A src/mainboard/amd/padmelon/acpi/usb_oc.asl
A src/mainboard/amd/padmelon/acpi_tables.c
A src/mainboard/amd/padmelon/board_info.txt
A src/mainboard/amd/padmelon/bootblock/OemCustomize.c
A src/mainboard/amd/padmelon/bootblock/bootblock.c
A src/mainboard/amd/padmelon/devicetree.cb
A src/mainboard/amd/padmelon/dsdt.asl
A src/mainboard/amd/padmelon/fan_init.c
A src/mainboard/amd/padmelon/gpio.c
A src/mainboard/amd/padmelon/gpio.h
A src/mainboard/amd/padmelon/hda_verb.c
A src/mainboard/amd/padmelon/mainboard.c
A src/mainboard/amd/padmelon/romstage.c
A src/soc/amd/common/block/include/amdblocks/fch_spi.h
A src/soc/amd/common/block/spi/fch_spi.c
25 files changed, 1,535 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/33993/18

To view, visit change 33993. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5a366ddeb4cfebd177a8744f6edb87aecd4787dd
Gerrit-Change-Number: 33993
Gerrit-PatchSet: 18
Gerrit-Owner: Richard Spiegel <richard.spiegel@silverbackltd.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Kerry Brown <kerry.brown@silverbackltd.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel@silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-CC: Patrick Rudolph
Gerrit-CC: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset