The address range to scan for the coreboot tables varies from machine to machine based on the range memory occupies on the SOC being booted and on the amount of memory installed on the machine. To make libpayload work on different ARM systems with different needs, this change makes the region to scan configurable. In the future, we might want to come up with a more automatic mechanism like on x86, although there's less consistency on ARM as far as what ranges are even memory in the first place. BUG=chrome-os-partner:19420 TEST=Built and booted into depthcharge on snow and pit and saw serial output which implies that the coreboot tables were found and parsed. BRANCH=None Change-Id: Ib50efe25a6152171b0fbd0e324dbc5e89c527d6e Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/59242 Reviewed-by: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org>
62 lines
1.2 KiB
Text
62 lines
1.2 KiB
Text
#
|
|
# Automatically generated make config: don't edit
|
|
# libpayload version: 0.2.0
|
|
# Fri May 3 13:22:35 2013
|
|
#
|
|
|
|
#
|
|
# Generic Options
|
|
#
|
|
# CONFIG_EXPERIMENTAL is not set
|
|
# CONFIG_OBSOLETE is not set
|
|
# CONFIG_DEVELOPER is not set
|
|
CONFIG_CHROMEOS=y
|
|
|
|
#
|
|
# Architecture Options
|
|
#
|
|
CONFIG_ARCH_ARMV7=y
|
|
# CONFIG_ARCH_POWERPC is not set
|
|
# CONFIG_ARCH_X86 is not set
|
|
# CONFIG_MEMMAP_RAM_ONLY is not set
|
|
CONFIG_COREBOOT_INFO_RANGE_BASE=0xbc000000
|
|
CONFIG_COREBOOT_INFO_RANGE_SIZE=0x04000000
|
|
|
|
#
|
|
# Standard Libraries
|
|
#
|
|
CONFIG_LIBC=y
|
|
# CONFIG_CURSES is not set
|
|
CONFIG_CBFS=y
|
|
CONFIG_LZMA=y
|
|
|
|
#
|
|
# Console Options
|
|
#
|
|
CONFIG_SKIP_CONSOLE_INIT=y
|
|
CONFIG_CBMEM_CONSOLE=y
|
|
# CONFIG_SERIAL_CONSOLE is not set
|
|
CONFIG_VIDEO_CONSOLE=y
|
|
CONFIG_COREBOOT_VIDEO_CONSOLE=y
|
|
# CONFIG_PC_KEYBOARD is not set
|
|
|
|
#
|
|
# Drivers
|
|
#
|
|
# CONFIG_RTC_PORT_EXTENDED_VIA is not set
|
|
# CONFIG_STORAGE is not set
|
|
CONFIG_USB=y
|
|
# CONFIG_USB_OHCI is not set
|
|
CONFIG_USB_EHCI=y
|
|
# CONFIG_USB_XHCI is not set
|
|
CONFIG_USB_HID=y
|
|
CONFIG_USB_HUB=y
|
|
CONFIG_USB_MSC=y
|
|
# CONFIG_USB_PCI is not set
|
|
CONFIG_USB_MEMORY=y
|
|
CONFIG_USB_OHCI_BASE_ADDRESS=0x12120000
|
|
CONFIG_USB_EHCI_BASE_ADDRESS=0x12110000
|
|
# CONFIG_BIG_ENDIAN is not set
|
|
CONFIG_LITTLE_ENDIAN=y
|
|
# CONFIG_IO_ADDRESS_SPACE is not set
|
|
CONFIG_ARCH_SPECIFIC_OPTIONS=y
|