summaryrefslogtreecommitdiff
path: root/src/arch/armv7/Makefile.inc
AgeCommit message (Expand)Author
2013-12-02Makefile: Drop obsolete rulesKyösti Mälkki
2013-09-17ARM: Add some missing dependencies on config.h to ARM's Makefile.inc.Gabe Black
2013-07-14arm: Add and enable an arch specific version of memmove.Gabe Black
2013-07-10armv7a: Enable native memcpy / memsetStefan Reinauer
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10armv7: Reserve space BL1 and checksum header by specifying bootblock offset.Hung-Te Lin
2013-07-10cpu: Add CPU microcode file to cbfs with 16-byte alignmentAaron Durbin
2013-07-10ARMv7: flatten arch/armv7 source treeStefan Reinauer
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-06-10ARM: Put the ROM stage into the image before other bits.Gabe Black
2013-05-20Drop llshellStefan Reinauer
2013-04-26armv7: invoke intermediate build rulesDavid Hendricks
2013-03-30x86: Drop BOARD_HAS_FADTKyösti Mälkki
2013-03-26ARMv7: Drop ROMSTAGE_BASE from Makefile.incStefan Reinauer
2013-03-26ARMv7: Drop XIP relocation code for romstageStefan Reinauer
2013-03-20ARM: remove assembly code dump when stages.o is builtRonald G. Minnich
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-08Eliminate do_div().David Hendricks
2013-03-08ARMV7 and Google/Snow: Add exception support code to the ramstageRonald G. Minnich
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28Revert "ARMv7: drop special handling for stages.c"Ronald G. Minnich
2013-02-28ARMv7: drop special handling for stages.cStefan Reinauer
2013-02-10armv7/exynos5250: place .id between .start and bootblock mainDavid Hendricks
2013-02-09armv7: include $(obj)/config.h when building bootblockDavid Hendricks
2013-02-08armv7: Use same console initialization procedure for all ARM stagesHung-Te Lin
2013-02-06armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-02-01clean-up for arch/armv7/Makefile.incDavid Hendricks
2013-02-01armv7: unify stage hand-off routinesDavid Hendricks
2013-01-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-22armv7: add ARM-encoded bootblock_exit() stubDavid Hendricks
2013-01-19armv7/snow: get to romstageDavid Hendricks
2013-01-18armv7: add a wrapper for romstage's main() for ARM ISAGabe Black
2013-01-18Snow bootblock (bloated/debug version)David Hendricks
2013-01-17make main() in snow's romstage.c our romstage entry pointDavid Hendricks
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-17ARM bootblock approachDavid Hendricks
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-12Move init.S to a proper filenameRonald G. Minnich
2013-01-05ARMv7: drop __KERNEL__Stefan Reinauer
2013-01-04Flatten the treeRonald G. Minnich
2013-01-04Revert "armv7: pass bootblock offset from Kconfig into cbfstool"Ronald G. Minnich
2013-01-04ARMv7: Make ABI compatible to reference toolchainStefan Reinauer
2013-01-04update CFLAGS for armv7David Hendricks
2013-01-03armv7: pass bootblock offset from Kconfig into cbfstoolDavid Hendricks
2013-01-03armv7: create init.S for early ARMv7 initDavid Hendricks
2012-12-29remove obsolete include paths from INCLUDESDavid Hendricks
2012-12-19Remove colors from build system outputPatrick Georgi
2012-12-12Fix ARMv7 payload handlingStefan Reinauer