Commit graph

3 commits

Author SHA1 Message Date
Gabe Black
5f740e1fdd libpayload: Make the region to scan for the cb tables configurable.
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>
2013-06-20 02:14:21 -07:00
Stefan Reinauer
8a7e1b4900 libpayload: Update ChromeOS config files
BUG=chrome-os-partner:18635
TEST=Boot from USB in depthcharge on Snow

Change-Id: I472fbb9df22e4e1271d6c3a743744d4ee8a4f659
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/49971
2013-05-20 17:01:27 -07:00
Stefan Reinauer
895adf9c72 chromeos: Add libpayload config files
BUG=none
TEST=emerge-* libpayload succeeds
BRANCH=none

Change-Id: I2b48b08585f23b622e8f08c5ef06a81ec3681890
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: https://gerrit.chromium.org/gerrit/47610
Reviewed-by: Gabe Black <gabeblack@chromium.org>
2013-04-09 14:48:27 -07:00