[coreboot] Patch merged into coreboot/master: 211a5d5 armv7/snow: get to romstage

gerrit at coreboot.org gerrit at coreboot.org
Sat Jan 19 02:14:19 CET 2013


the following patch was just integrated into master:
commit 211a5d56db2ecf580b722fab132d908a6ba84dde
Author: David Hendricks <dhendrix at chromium.org>
Date:   Thu Jan 17 20:52:21 2013 -0800

    armv7/snow: get to romstage
    
    This patch does a few things to get us into romstage:
    - Add romstage as a stage (a later patch adds it as a binary, which
      is probably wrong). The Makefile magic is complex enough that we
      let it build the XIP file for now, but we no longer use it.
    
    - Replace findstage with loadstage. Loadstage will find a stage,
      load the code to memory, and zero the remaining part of memory.
      Now we can link the romstage to go anywhere!
    
    - Eliminate magic offsets from code/ldscripts and centralize Kconfig
      variables in src/cpu/samsung/exynos5250/Kconfig.
    
    - Tidy up code and serial output
    
    Change-Id: Iae4d2f9e7f429cb1df15d49daf9a08b88d75d79d
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
    Reviewed-on: http://review.coreboot.org/2174
    Tested-by: build bot (Jenkins)

Build-Tested: build bot (Jenkins) at Sat Jan 19 01:17:56 2013, giving +1
Reviewed-By: Ronald G. Minnich <rminnich at gmail.com> at Sat Jan 19 02:14:18 2013, giving +2
See http://review.coreboot.org/2174 for details.

-gerrit



More information about the coreboot mailing list