Age | Commit message (Expand) | Author |
2019-08-26 | AUTHORS: Move src/arch/arm copyrights into AUTHORS file | Martin Roth |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2016-05-03 | build system: remove CBFSTOOL_PRE1_OPTS | Patrick Georgi |
2016-03-09 | Makefile: Add build-time overlap check for programs loaded after coreboot | Julius Werner |
2016-01-28 | Makefile: Make full use of src-to-obj macro | Nico Huber |
2015-12-02 | build system: Add more files through cbfs-files instead of manual rules | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-11 | vboot: remove remnants of VBOOT_STUB | Aaron Durbin |
2015-09-09 | linking: add and use LDFLAGS_common | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | build system: use archives, not linker action to shorten command lines | Patrick Georgi |
2015-05-11 | arm: update verstage linking | Aaron Durbin |
2015-04-30 | vboot: split class in library and stage | Patrick Georgi |
2015-04-30 | arch/arm: only include subdirectories for ARM builds | Patrick Georgi |
2015-04-28 | arm: guard verstage rules | Aaron Durbin |
2015-04-28 | vboot2: Build verstage archive, then use that for building the stage | Patrick Georgi |
2015-04-28 | arch/arm: Move inclusion of timestamps.c to the right directory | Patrick Georgi |
2015-04-14 | CBFS: Automate ROM image layout and remove hardcoded offsets | Julius Werner |
2015-04-14 | CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool | Julius Werner |
2015-04-08 | arm: Add timestamp.c to bootblock and verstage | Furquan Shaikh |
2015-04-06 | New mechanism to define SRAM/memory map with automatic bounds checking | Julius Werner |
2015-04-06 | build system: run linker scripts through the preprocessor | Patrick Georgi |
2015-04-03 | program loading: add prog_run() function | Aaron Durbin |
2015-04-02 | arm: Prevent compilation of old, experimental SMP support | Julius Werner |
2015-03-24 | vboot2: separate verstage from bootblock | Daisuke Nojiri |
2015-03-17 | rmodules: Make rmodules inclusion for vboot dependent on romstage_arch | Furquan Shaikh |
2015-03-17 | coreboot classes: Add dynamic classes to coreboot | Furquan Shaikh |
2015-03-02 | coreboot arm: Define function for setting cntfrq register | Furquan Shaikh |
2015-01-27 | vboot2: implement select_firmware for pre-romstage verification | Daisuke Nojiri |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2015-01-14 | Revert "vboot2: add verstage" | Paul Menzel |
2015-01-13 | vboot2: add verstage | Daisuke Nojiri |
2014-11-30 | Unify remaining binutils invocations | Patrick Georgi |
2014-11-09 | arm: Thumb ALL the things! | Julius Werner |
2014-11-05 | ARM: Use local versions of libgcc functions instead of linking against libgcc. | Gabe Black |
2014-09-24 | arm: add missing gc-sections for ramstage | Isaac Christensen |
2014-09-22 | arm: Have the linker garbage-collect unused functions and variables | Julius Werner |
2014-09-12 | arm: Remove some pointless CFLAGS | Julius Werner |
2014-09-09 | ARM: Add an ARMv4 architecture version. | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |