coreboot-kgpe-d16/src/arch/armv7
Ronald G. Minnich 27bd64a8be Revert "ARMv7: drop special handling for stages.c"
This breaks booting, and in fact stages.c is always going to be special: for it to work it has to be compiled for arm only, no thumb allowed. It's probably better to leave the stages.o target in explicitly so it's clear that it has to be compiled with a particular set of flags, rather than try to remember that we must always have the default rules no break stages.c compilation. That would be a mess. I will be pushing a CL to get rid of the assembly dump, but will be a trivial fix.

This reverts commit 8f4647a24b

Change-Id: I5e3d8e5b991f6ccf4d49078378cd4615fb230ca0
Reviewed-on: http://review.coreboot.org/2554
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-02-28 18:16:43 +01:00
..
boot Drop CONFIG_WRITE_HIGH_TABLES 2013-02-28 00:00:30 +01:00
include google/snow: enable GPIO entries and CHROMEOS in building 2013-02-25 18:50:00 +01:00
lib ARMv7: Simplify div64 2013-02-25 17:01:27 +01:00
bootblock.inc Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
bootblock.lds armv7/exynos5250: place .id between .start and bootblock main 2013-02-10 01:28:53 +01:00
bootblock_simple.c armv7: Use same console initialization procedure for all ARM stages 2013-02-08 03:24:09 +01:00
coreboot_ram.ld armv7/exynos5250: fix usage of _stack and _estack 2013-02-16 00:39:01 +01:00
Kconfig armv7: Clean up: remove deprecated SPL. 2013-02-06 22:09:01 +01:00
Makefile.inc Revert "ARMv7: drop special handling for stages.c" 2013-02-28 18:16:43 +01:00
romstage.ld armv7: unify stage hand-off routines 2013-02-01 03:25:30 +01:00
stages.c ARMV7: minor tweaks to inter-stage calling and payload handling. 2013-02-20 20:49:16 +01:00