veyron_{mickey,romy}: Add coreboot and libpayload configs
BUG=none BRANCH=none TEST=built on mickey, romy Change-Id: Icceab7ba6eaaef3adde5313dbea84b48fe68f224 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/284085
This commit is contained in:
parent
094998659b
commit
b1de7c8785
6 changed files with 168 additions and 0 deletions
7
configs/config.veyron_mickey
Normal file
7
configs/config.veyron_mickey
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CONFIG_VENDOR_GOOGLE=y
|
||||
CONFIG_BOARD_GOOGLE_VEYRON_MICKEY=y
|
||||
CONFIG_CBFS_SIZE=0x100000
|
||||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT2_VERIFY_FIRMWARE=y
|
||||
7
configs/config.veyron_romy
Normal file
7
configs/config.veyron_romy
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CONFIG_VENDOR_GOOGLE=y
|
||||
CONFIG_BOARD_GOOGLE_VEYRON_ROMY=y
|
||||
CONFIG_CBFS_SIZE=0x100000
|
||||
# CONFIG_CONSOLE_SERIAL is not set
|
||||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
CONFIG_CONSOLE_CBMEM=y
|
||||
CONFIG_VBOOT2_VERIFY_FIRMWARE=y
|
||||
1
configs/fwserial.veyron_mickey
Normal file
1
configs/fwserial.veyron_mickey
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_CONSOLE_SERIAL=y
|
||||
1
configs/fwserial.veyron_romy
Normal file
1
configs/fwserial.veyron_romy
Normal file
|
|
@ -0,0 +1 @@
|
|||
CONFIG_CONSOLE_SERIAL=y
|
||||
76
payloads/libpayload/configs/config.veyron_mickey
Normal file
76
payloads/libpayload/configs/config.veyron_mickey
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# libpayload version: 0.2.0
|
||||
# Wed Oct 15 20:54:55 2014
|
||||
#
|
||||
|
||||
#
|
||||
# Generic Options
|
||||
#
|
||||
CONFIG_LP_GPL=y
|
||||
# CONFIG_LP_EXPERIMENTAL is not set
|
||||
# CONFIG_LP_OBSOLETE is not set
|
||||
# CONFIG_LP_DEVELOPER is not set
|
||||
# CONFIG_LP_REMOTEGDB is not set
|
||||
CONFIG_LP_CHROMEOS=y
|
||||
|
||||
#
|
||||
# Architecture Options
|
||||
#
|
||||
CONFIG_LP_ARCH_ARM=y
|
||||
# CONFIG_LP_ARCH_X86 is not set
|
||||
# CONFIG_LP_ARCH_ARM64 is not set
|
||||
# CONFIG_LP_MEMMAP_RAM_ONLY is not set
|
||||
|
||||
#
|
||||
# Standard Libraries
|
||||
#
|
||||
CONFIG_LP_LIBC=y
|
||||
# CONFIG_LP_CURSES is not set
|
||||
CONFIG_LP_CBFS=y
|
||||
CONFIG_LP_LZMA=y
|
||||
|
||||
#
|
||||
# Console Options
|
||||
#
|
||||
CONFIG_LP_SKIP_CONSOLE_INIT=y
|
||||
CONFIG_LP_CBMEM_CONSOLE=y
|
||||
CONFIG_LP_SERIAL_CONSOLE=y
|
||||
# CONFIG_LP_8250_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_S5P_SERIAL_CONSOLE is not set
|
||||
CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE=y
|
||||
# CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_BG4CD_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_SERIAL_SET_SPEED is not set
|
||||
# CONFIG_LP_SERIAL_ACS_FALLBACK is not set
|
||||
CONFIG_LP_VIDEO_CONSOLE=y
|
||||
CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
|
||||
# CONFIG_LP_PC_KEYBOARD is not set
|
||||
|
||||
#
|
||||
# Drivers
|
||||
#
|
||||
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
||||
# CONFIG_LP_STORAGE is not set
|
||||
# CONFIG_LP_TIMER_NONE is not set
|
||||
# CONFIG_LP_TIMER_MCT is not set
|
||||
# CONFIG_LP_TIMER_TEGRA_1US is not set
|
||||
# CONFIG_LP_TIMER_IPQ806X is not set
|
||||
CONFIG_LP_TIMER_RK=y
|
||||
# CONFIG_LP_TIMER_BG4CD is not set
|
||||
CONFIG_LP_TIMER_RK_ADDRESS=0xff810020
|
||||
CONFIG_LP_USB=y
|
||||
# CONFIG_LP_USB_OHCI is not set
|
||||
CONFIG_LP_USB_EHCI=y
|
||||
# CONFIG_LP_USB_XHCI is not set
|
||||
CONFIG_LP_USB_DWC2=y
|
||||
# CONFIG_LP_USB_HID is not set
|
||||
CONFIG_LP_USB_HUB=y
|
||||
# CONFIG_LP_USB_EHCI_HOSTPC_ROOT_HUB_TT is not set
|
||||
CONFIG_LP_USB_MSC=y
|
||||
# CONFIG_LP_USB_PCI is not set
|
||||
CONFIG_LP_USB_GEN_HUB=y
|
||||
# CONFIG_LP_BIG_ENDIAN is not set
|
||||
CONFIG_LP_LITTLE_ENDIAN=y
|
||||
# CONFIG_LP_IO_ADDRESS_SPACE is not set
|
||||
CONFIG_LP_ARCH_SPECIFIC_OPTIONS=y
|
||||
76
payloads/libpayload/configs/config.veyron_romy
Normal file
76
payloads/libpayload/configs/config.veyron_romy
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# libpayload version: 0.2.0
|
||||
# Wed Oct 15 20:54:55 2014
|
||||
#
|
||||
|
||||
#
|
||||
# Generic Options
|
||||
#
|
||||
CONFIG_LP_GPL=y
|
||||
# CONFIG_LP_EXPERIMENTAL is not set
|
||||
# CONFIG_LP_OBSOLETE is not set
|
||||
# CONFIG_LP_DEVELOPER is not set
|
||||
# CONFIG_LP_REMOTEGDB is not set
|
||||
CONFIG_LP_CHROMEOS=y
|
||||
|
||||
#
|
||||
# Architecture Options
|
||||
#
|
||||
CONFIG_LP_ARCH_ARM=y
|
||||
# CONFIG_LP_ARCH_X86 is not set
|
||||
# CONFIG_LP_ARCH_ARM64 is not set
|
||||
# CONFIG_LP_MEMMAP_RAM_ONLY is not set
|
||||
|
||||
#
|
||||
# Standard Libraries
|
||||
#
|
||||
CONFIG_LP_LIBC=y
|
||||
# CONFIG_LP_CURSES is not set
|
||||
CONFIG_LP_CBFS=y
|
||||
CONFIG_LP_LZMA=y
|
||||
|
||||
#
|
||||
# Console Options
|
||||
#
|
||||
CONFIG_LP_SKIP_CONSOLE_INIT=y
|
||||
CONFIG_LP_CBMEM_CONSOLE=y
|
||||
CONFIG_LP_SERIAL_CONSOLE=y
|
||||
# CONFIG_LP_8250_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_S5P_SERIAL_CONSOLE is not set
|
||||
CONFIG_LP_8250_MMIO32_SERIAL_CONSOLE=y
|
||||
# CONFIG_LP_IPQ806X_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_BG4CD_SERIAL_CONSOLE is not set
|
||||
# CONFIG_LP_SERIAL_SET_SPEED is not set
|
||||
# CONFIG_LP_SERIAL_ACS_FALLBACK is not set
|
||||
CONFIG_LP_VIDEO_CONSOLE=y
|
||||
CONFIG_LP_COREBOOT_VIDEO_CONSOLE=y
|
||||
# CONFIG_LP_PC_KEYBOARD is not set
|
||||
|
||||
#
|
||||
# Drivers
|
||||
#
|
||||
# CONFIG_LP_RTC_PORT_EXTENDED_VIA is not set
|
||||
# CONFIG_LP_STORAGE is not set
|
||||
# CONFIG_LP_TIMER_NONE is not set
|
||||
# CONFIG_LP_TIMER_MCT is not set
|
||||
# CONFIG_LP_TIMER_TEGRA_1US is not set
|
||||
# CONFIG_LP_TIMER_IPQ806X is not set
|
||||
CONFIG_LP_TIMER_RK=y
|
||||
# CONFIG_LP_TIMER_BG4CD is not set
|
||||
CONFIG_LP_TIMER_RK_ADDRESS=0xff810020
|
||||
CONFIG_LP_USB=y
|
||||
# CONFIG_LP_USB_OHCI is not set
|
||||
CONFIG_LP_USB_EHCI=y
|
||||
# CONFIG_LP_USB_XHCI is not set
|
||||
CONFIG_LP_USB_DWC2=y
|
||||
# CONFIG_LP_USB_HID is not set
|
||||
CONFIG_LP_USB_HUB=y
|
||||
# CONFIG_LP_USB_EHCI_HOSTPC_ROOT_HUB_TT is not set
|
||||
CONFIG_LP_USB_MSC=y
|
||||
# CONFIG_LP_USB_PCI is not set
|
||||
CONFIG_LP_USB_GEN_HUB=y
|
||||
# CONFIG_LP_BIG_ENDIAN is not set
|
||||
CONFIG_LP_LITTLE_ENDIAN=y
|
||||
# CONFIG_LP_IO_ADDRESS_SPACE is not set
|
||||
CONFIG_LP_ARCH_SPECIFIC_OPTIONS=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue