Age | Commit message (Expand) | Author |
2023-01-31 | console: Print architecture | Patrick Rudolph |
2022-10-20 | arch/x86: Only use .bss from car.ld when running XIP | Arthur Heymans |
2022-06-07 | Replace some ENV_ROMSTAGE with ENV_RAMINIT | Kyösti Mälkki |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-16 | rules.h: Use more consistent naming | Arthur Heymans |
2021-12-15 | rules.h, thread.h, lib/cbfs: Add ENV_STAGE_SUPPORTS_COOP | Raul E Rangel |
2021-11-13 | Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubs | Kyösti Mälkki |
2021-04-06 | include/rules.h: Add ENV_TEST definition | Jakub Czapiga |
2020-11-16 | src: Update some incorrect config options in comments | Martin Roth |
2020-10-08 | rules.h: change verstage name if it starts before bootblock | Kangheui Won |
2020-08-21 | lib: Update fmap cache error for psp_verstage | Martin Roth |
2020-07-27 | include/rules.h: Add ENV_USER_SPACE definition | Martin Roth |
2020-07-24 | assert.h: Do not use __FILE__ nor __LINE__ on timeless builds | Angel Pons |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-06-15 | include/rules.h: Add vboot_before_bootblock to ENV_ROMSTAGE_OR_BEFORE | Martin Roth |
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-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-11-30 | kill CAR_GLOBAL_MIGRATION leftovers | Arthur Heymans |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-09-17 | security/vboot: Fix regression with VBOOT_STARTS_IN_ROMSTAGE | Kyösti Mälkki |
2019-08-26 | x86: Introduce RESET_VECTOR_IN_RAM option | Martin Roth |
2019-08-26 | arch/x86: Simplify <arch/early_variables.h> | Kyösti Mälkki |
2019-08-26 | Add definition for ENV_ROMSTAGE_OR_BEFORE to <rules.h> | Kyösti Mälkki |
2019-08-26 | Move and rename ARCH_STAGE_HAS_xxx_SECTION rules | Kyösti Mälkki |
2019-08-11 | arch/x86: Obsolete CACHE_AS_RAM config | Kyösti Mälkki |
2019-06-24 | Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER | Subrata Banik |
2019-06-13 | Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled | Subrata Banik |
2019-05-11 | Define ENV_PAYLOAD_LOADER | Ronald G. Minnich |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-22 | arch/arm64: Add PCI config support in romstage | Kyösti Mälkki |
2018-05-22 | Introduce bootblock self-decompression | Julius Werner |
2018-04-24 | arch/x86: add ENV_CACHE_AS_RAM | Aaron Durbin |
2018-04-20 | rules: Define SIMPLE_DEVICE on x86 only | Patrick Rudolph |
2017-03-07 | Stage rules.h: Add ENV_LIBAGESA | Kyösti Mälkki |
2016-09-12 | arch/arm: Add armv7-r configuration | Hakim Giydan |
2016-03-23 | arch/x86: introduce postcar stage/phase | Aaron Durbin |
2015-11-20 | rules.h: Add ENV_STRING and use it in console_init() | Ben Gardner |
2015-11-17 | rules.h: Add ENV_ macros to detect current architecture | Julius Werner |
2015-11-07 | arm64: remove secmon | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-09 | rmodule: use program.ld for linking | Aaron Durbin |
2015-09-09 | rules.h: add fall through where no ENV_<STAGE> is set | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-29 | Use __ROMSTAGE__ to denote romstage | Patrick Georgi |
2015-04-29 | rules.h: add verstage macro | Patrick Georgi |
2015-04-04 | build system: rename __BOOT_BLOCK__ and __VER_STAGE__ | Patrick Georgi |
2015-03-28 | arm64: Add support for secure monitor | Furquan Shaikh |
2014-04-18 | build rules: Identify build stage with simple variables | Kyösti Mälkki |