[coreboot-gerrit] Patch merged into coreboot/master: x86: remove unused sections from romstage.ld

gerrit at coreboot.org gerrit at coreboot.org
Wed Sep 9 03:23:58 CET 2015


the following patch was just integrated into master:
commit d2cd7f6c6a5f45f3a731c45fe7553bf166bd9ae3
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Sep 3 14:39:39 2015 -0500

    x86: remove unused sections from romstage.ld
    
    Now that the only source of ELF sections for romstage are
    from directly included .inc files or ROMCC generated inc
    files the subsection globs can be removed. i.e. Remove
    .rom.data.* and .rom.text.* listings. Lastly, put the
    .rom.data section directly after the .rom.text. They
    are by definition read-only and they are generated from
    the same place.
    
    BUG=chrome-os-partner:44827
    BRANCH=None
    TEST=Spot checked !ROMCC and ROMCC boards. Confirmed
         only .rom.text .rom.data sections exist.
    
    Change-Id: Id17cf95c943103de006c5f3f21a625838ab49929
    Signed-off-by: Aaron Durbin <adubin at chromium.org>
    Reviewed-on: http://review.coreboot.org/11505
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Tested-by: build bot (Jenkins)
    Reviewed-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See http://review.coreboot.org/11505 for details.

-gerrit



More information about the coreboot-gerrit mailing list