From ddc3e42c2267fe175dcc28e38f53f0adecf1aa4e Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 2 Oct 2013 16:10:54 -0700 Subject: samus: Add coreboot board Add the coreboot board files for samus - Based on Bolt - GPIO setup based on 0.91 schematic - Support both memory types - No HDA verb table for this platform - Some GPIO interrupts are shared and need to be passed to OS Change-Id: I8dbd7639456c631a0115b03a493d94b5e2361ab5 Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/171694 Reviewed-by: Aaron Durbin (cherry picked from commit 249a74c628264e3d4ce754803ede31238404b4d5) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6775 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Stefan Reinauer --- src/mainboard/google/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/Kconfig') diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig index c456b5a75f..d38f08037f 100644 --- a/src/mainboard/google/Kconfig +++ b/src/mainboard/google/Kconfig @@ -39,6 +39,8 @@ config BOARD_GOOGLE_PIT bool "Pit" config BOARD_GOOGLE_RAMBI bool "Rambi" +config BOARD_GOOGLE_SAMUS + bool "Samus" config BOARD_GOOGLE_SLIPPY bool "Slippy" config BOARD_GOOGLE_SNOW @@ -57,6 +59,7 @@ source "src/mainboard/google/parrot/Kconfig" source "src/mainboard/google/peppy/Kconfig" source "src/mainboard/google/pit/Kconfig" source "src/mainboard/google/rambi/Kconfig" +source "src/mainboard/google/samus/Kconfig" source "src/mainboard/google/slippy/Kconfig" source "src/mainboard/google/snow/Kconfig" source "src/mainboard/google/stout/Kconfig" -- cgit v1.2.3