summaryrefslogtreecommitdiffstats
path: root/src/arch/armv7/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-2/+2
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-3/+3
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-24/+33
* Move redundant Makefile rules from arch to top level.Furquan Shaikh2014-05-031-173/+94
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-261-7/+7
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-181-2/+0
* Makefile: Drop obsolete rulesKyösti Mälkki2013-12-021-2/+0
* ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.Gabe Black2013-09-171-3/+3
* arm: Add and enable an arch specific version of memmove.Gabe Black2013-07-141-0/+3
* armv7a: Enable native memcpy / memsetStefan Reinauer2013-07-101-2/+7
* ARM: Separate the early console (romstage) from the bootblock console.Gabe Black2013-07-101-1/+1
* armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin2013-07-101-1/+2
* cpu: Add CPU microcode file to cbfs with 16-byte alignmentAaron Durbin2013-07-101-1/+2
* ARMv7: flatten arch/armv7 source treeStefan Reinauer2013-07-101-1/+24
* Rename hardwaremain() to main()Stefan Reinauer2013-07-101-1/+1
* ARM: Put the ROM stage into the image before other bits.Gabe Black2013-06-101-14/+7
* Drop llshellStefan Reinauer2013-05-201-4/+0
* armv7: invoke intermediate build rulesDavid Hendricks2013-04-261-1/+1
* x86: Drop BOARD_HAS_FADTKyösti Mälkki2013-03-301-3/+0
* ARMv7: Drop ROMSTAGE_BASE from Makefile.incStefan Reinauer2013-03-261-1/+0
* ARMv7: Drop XIP relocation code for romstageStefan Reinauer2013-03-261-28/+6
* ARM: remove assembly code dump when stages.o is builtRonald G. Minnich2013-03-201-1/+1
* cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin2013-03-191-1/+1
* Eliminate do_div().David Hendricks2013-03-081-1/+1
* ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich2013-03-081-0/+3
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Revert "ARMv7: drop special handling for stages.c"Ronald G. Minnich2013-02-281-8/+13
* ARMv7: drop special handling for stages.cStefan Reinauer2013-02-281-13/+8
* armv7/exynos5250: place .id between .start and bootblock mainDavid Hendricks2013-02-101-1/+0
* armv7: include $(obj)/config.h when building bootblockDavid Hendricks2013-02-091-2/+2
* armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin2013-02-081-4/+5
* armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin2013-02-061-2/+4
* cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin2013-02-051-1/+2
* armv7: Add 'bootblock' build class.Hung-Te Lin2013-02-031-3/+6
* clean-up for arch/armv7/Makefile.incDavid Hendricks2013-02-011-35/+0
* armv7: unify stage hand-off routinesDavid Hendricks2013-02-011-23/+17
* cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin2013-01-291-3/+1
* armv7: add ARM-encoded bootblock_exit() stubDavid Hendricks2013-01-221-2/+11
* armv7/snow: get to romstageDavid Hendricks2013-01-191-3/+2
* armv7: add a wrapper for romstage's main() for ARM ISAGabe Black2013-01-181-4/+11
* Snow bootblock (bloated/debug version)David Hendricks2013-01-181-1/+1
* make main() in snow's romstage.c our romstage entry pointDavid Hendricks2013-01-171-6/+8
* armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks2013-01-171-2/+1
* ARM bootblock approachDavid Hendricks2013-01-171-15/+9
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-1/+1
* Move init.S to a proper filenameRonald G. Minnich2013-01-121-1/+1
* ARMv7: drop __KERNEL__Stefan Reinauer2013-01-051-1/+0
* Flatten the treeRonald G. Minnich2013-01-041-1/+1
* Revert "armv7: pass bootblock offset from Kconfig into cbfstool"Ronald G. Minnich2013-01-041-1/+1
* ARMv7: Make ABI compatible to reference toolchainStefan Reinauer2013-01-041-2/+0