aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2011-09-20 17:07:14 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-03-28 20:38:41 +0200
commite1860604e46780d08ee2dab568cf80bf2d349c16 (patch)
tree75f7223382bbe90586e232e3bef1a3519adf6b6b /src/Kconfig
parente6b6aff28ab26d5b2e6fbd76138561765dc58a76 (diff)
Initialize CBMEM early.
We want to be able to share data between different phases of firmware (rom stage/ram stage/payload). Coreboot CBMEM seems an appropriate location for this data, but normally it is not initialized until coreboot reaches the ram stage. This change initializes the CBMEM while still in rom stage in case CONFIG_EARLY_CBMEM_INIT is set. Note that there is a discrepancy in how coreboot determines the size of DRAM at rom and ram stages, get_top_of_ram() is used at rom stage and is not defined for all platforms. Those platforms will have to define this function should they enable the CONFIG_EARLY_CBMEM_INIT flag. Change-Id: I81691d45e28de59496fb227f2cca4e8c15ece717 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: http://review.coreboot.org/711 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/Kconfig')
0 files changed, 0 insertions, 0 deletions