coreboot/src
Aaron Durbin 29df70f081 arm: add _end symbol to bootblock.ld
It's helpful to view program size by inspecting the symbols.
_start and _end exist on romstage and ramstage. In order to
be consistent add _end for bootblock too.

BUG=None
BRANCH=None
TEST=Built and noted bootblock has _end symbol.

Change-Id: I06634b317e957e8271bf32530a56b5541c79b9ee
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: b4ac926b30
Original-Change-Id: I7f0b4dd4078c7d23c70949563b4c3f4df9e66142
Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/210832
Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/8824
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-03-21 08:44:46 +01:00
..
arch arm: add _end symbol to bootblock.ld 2015-03-21 08:44:46 +01:00
console console/Kconfig: Enable CBMEM console by default 2015-03-10 23:42:22 +01:00
cpu loaders: add program_loading.h header file 2015-03-20 19:25:29 +01:00
device AMD fam10: Drop PCI_BUS_SEGN_BITS 2015-03-09 19:33:08 +01:00
drivers verstage should include the CBFS SPI wrapper, when configured 2015-03-20 16:04:52 +01:00
ec chromeec: Move SERIQ mode to LPC option 2015-03-18 07:08:59 +01:00
include loaders: add run_romstage() function to bootblock 2015-03-20 19:27:47 +01:00
lib cbfs: change 1 message level to WARNING if cbfs can't find specific data 2015-03-21 08:44:35 +01:00
mainboard mainboards/amd/fam10: Add romstage timestamps 2015-03-21 08:06:44 +01:00
northbridge cpu/amd/model_10xxx: Add support for early cbmem 2015-03-19 08:28:43 +01:00
soc bootblocks: use run_romstage() 2015-03-20 19:28:52 +01:00
southbridge CBMEM: Add LATE_CBMEM_INIT guards 2015-03-19 06:17:07 +01:00
superio superio: ite8772f: Exit extemp busy state 2015-03-21 08:44:28 +01:00
vendorcode loaders: add program_loading.h header file 2015-03-20 19:25:29 +01:00
Kconfig Kconfig: Add MAX_REBOOT_CNT description 2015-03-20 22:09:34 +01:00