summaryrefslogtreecommitdiff
path: root/src/arch/arm/Makefile.inc
AgeCommit message (Expand)Author
2020-12-17arch/arm: Replace .id section with build_info in CBFSKyösti Mälkki
2020-09-21arch/arm: Add support for loading Linux kernelsSam Lewis
2020-08-19arch/arm: Enable FIT payloadsSam Lewis
2020-06-13treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-06src/arch/arm: Convert to SPDX license headerPatrick Georgi
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2018-05-22Introduce bootblock self-decompressionJulius Werner
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2015-12-02build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-11vboot: remove remnants of VBOOT_STUBAaron Durbin
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-05-11arm: update verstage linkingAaron Durbin
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-30arch/arm: only include subdirectories for ARM buildsPatrick Georgi
2015-04-28arm: guard verstage rulesAaron Durbin
2015-04-28vboot2: Build verstage archive, then use that for building the stagePatrick Georgi
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