Age | Commit message (Expand) | Author |
2021-05-27 | cbmem: Introduce "early" init hooks for console | Julius Werner |
2021-02-19 | memlayout: Store region sizes as separate symbols | Julius Werner |
2021-01-28 | arch/x86: Top-align .init in bootblock | Kyösti Mälkki |
2021-01-07 | arch/x86: Move prologue to .init section | Kyösti Mälkki |
2020-12-17 | arch/arm: Replace .id section with build_info in CBFS | Kyösti Mälkki |
2020-12-03 | cbfs: Add verification for RO CBFS metadata hash | Julius Werner |
2020-08-21 | lib: Add ASan support to ramstage on x86 arch | Harshit Sharma |
2020-06-10 | lib/program.ld: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-05-28 | arch/x86: Remove more romcc leftovers | Kyösti Mälkki |
2020-05-26 | Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/lib: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-09-14 | src/: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-08-26 | arch/x86: Simplify <arch/early_variables.h> | Kyösti Mälkki |
2019-08-26 | Move and rename ARCH_STAGE_HAS_xxx_SECTION rules | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2017-07-30 | lib/program.ld: Guard .id section placement | Nico Huber |
2016-10-31 | lib/program.ld: add .sdata sections | Aaron Durbin |
2016-09-19 | arch/x86,lib: make cbmem console work in postcar stage | Aaron Durbin |
2016-05-21 | program.ld: Don't exclude sbe region from verstage | Stefan Reinauer |
2016-04-30 | lib/reg_script: Allow multiple independent handlers | Lee Leahy |
2016-04-16 | program.ld: make sure that zeroptr isn't assigned to debug sections | Patrick Georgi |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2016-01-28 | Provide a gcc-safe zero pointer | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-28 | program.ld: terminate ALIGN statement | Patrick Georgi |
2015-09-22 | linking: link bootblock.elf with .data and .bss sections again | Aaron Durbin |
2015-09-17 | linking: Repair special treatments for non-x86 bootblocks | Julius Werner |
2015-09-09 | x86: link ramstage the same way regardless of RELOCATABLE_RAMSTAGE | Aaron Durbin |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-09 | x86: link romstage like the other architectures | Aaron Durbin |
2015-09-09 | linking: lay the groundwork for a unified linking approach | Aaron Durbin |