aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7/Makefile.inc
AgeCommit message (Expand)Author
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-28ARM: Make it possible to use a custom bootblock implementation.Gabe Black
2014-08-22ARM: Overhaul the ARM Makefile.Gabe Black
2014-08-13ARMv7: drop dead code from Makefile.incStefan Reinauer
2014-08-12armv7/Makefile.inc, cpu/Makefile.inc: align output of printfDaniele Forsi
2014-08-10ARM: Eliminate the unused interrupts.c.Gabe Black
2014-08-07exynos: Set up caching in the bootblock.Gabe Black
2014-08-06Set armv7 up for cpu_info to work as on x86 (so threads can work)Ronald G. Minnich
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-06-28armv7: We don't use CPPFLAGS anymorePatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move redundant Makefile rules from arch to top level.Furquan Shaikh
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
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
2012-12-08WIP: Initial ARMv7 architecture implementation in corebootStefan Reinauer