summaryrefslogtreecommitdiff
path: root/src/arch/arm/Makefile.inc
AgeCommit message (Expand)Author
2015-04-28arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-08arm: Add timestamp.c to bootblock and verstageFurquan Shaikh
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-02arm: Prevent compilation of old, experimental SMP supportJulius Werner
2015-03-24vboot2: separate verstage from bootblockDaisuke Nojiri
2015-03-17rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh
2015-03-17coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2015-03-02coreboot arm: Define function for setting cntfrq registerFurquan Shaikh
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2014-11-30Unify remaining binutils invocationsPatrick Georgi
2014-11-09arm: Thumb ALL the things!Julius Werner
2014-11-05ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black
2014-09-24arm: add missing gc-sections for ramstageIsaac Christensen
2014-09-22arm: Have the linker garbage-collect unused functions and variablesJulius Werner
2014-09-12arm: Remove some pointless CFLAGSJulius Werner
2014-09-09ARM: Add an ARMv4 architecture version.Gabe Black
2014-09-08ARM: Generalize armv7 as arm.Gabe Black