summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Introduce bootblock self-decompressionJulius Werner2018-05-221-2/+15
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-2/+2
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+4
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-5/+5
* build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi2015-12-021-1/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* vboot: remove remnants of VBOOT_STUBAaron Durbin2015-10-111-2/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-4/+4
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-4/+4
* arm: update verstage linkingAaron Durbin2015-05-111-3/+4
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+2
* arch/arm: only include subdirectories for ARM buildsPatrick Georgi2015-04-301-5/+3
* arm: guard verstage rulesAaron Durbin2015-04-281-0/+4
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-2/+2
* arch/arm: Move inclusion of timestamps.c to the right directoryPatrick Georgi2015-04-281-2/+0
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-3/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+3
* arm: Add timestamp.c to bootblock and verstageFurquan Shaikh2015-04-081-0/+2
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-20/+9
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-8/+16
* program loading: add prog_run() functionAaron Durbin2015-04-031-0/+2
* arm: Prevent compilation of old, experimental SMP supportJulius Werner2015-04-021-1/+1
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-241-1/+4
* rmodules: Make rmodules inclusion for vboot dependent on romstage_archFurquan Shaikh2015-03-171-0/+4
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2015-03-171-0/+4
* coreboot arm: Define function for setting cntfrq registerFurquan Shaikh2015-03-021-0/+3
* vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri2015-01-271-0/+12
* vboot2: add verstageStefan Reinauer2015-01-271-1/+1
* Revert "vboot2: add verstage"Paul Menzel2015-01-141-1/+1
* vboot2: add verstageDaisuke Nojiri2015-01-131-1/+1
* Unify remaining binutils invocationsPatrick Georgi2014-11-301-20/+4
* arm: Thumb ALL the things!Julius Werner2014-11-091-5/+5
* ARM: Use local versions of libgcc functions instead of linking against libgcc.Gabe Black2014-11-051-8/+10
* arm: add missing gc-sections for ramstageIsaac Christensen2014-09-241-2/+2
* arm: Have the linker garbage-collect unused functions and variablesJulius Werner2014-09-221-6/+6
* arm: Remove some pointless CFLAGSJulius Werner2014-09-121-2/+2
* ARM: Add an ARMv4 architecture version.Gabe Black2014-09-091-1/+1
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-0/+130