Age | Commit message (Expand) | Author |
2024-05-29 | tree: Remove unused <string.h> | Elyes Haouas |
2023-12-13 | drivers/ipmi to lib: Fix misspellings & capitalization issues | Martin Roth |
2023-02-04 | include/bootstate.h: Fail compilation on invalid bootstate hooks | Arthur Heymans |
2021-07-18 | lib/hardwaremain: Drop boot_state_current_{block,unblock}() | Raul E Rangel |
2021-06-14 | lib/hardwaremain.c: Hide preprocessor guards in header | Angel Pons |
2020-07-26 | src/include: Remove unused 'include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-02 | src/include: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-06-14 | src: Get rid of unneeded whitespace | Elyes HAOUAS |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2017-03-10 | src/include: Add space before ( | Lee Leahy |
2017-03-09 | src/include: Remove space after & | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-09 | src/include: Indent code using tabs | Lee Leahy |
2017-03-09 | src/include: Add do { } while(0) around macros | Lee Leahy |
2016-12-08 | bootstate: add arch specific hook at coreboot exit | Aaron Durbin |
2016-02-18 | lib: Add Kconfig to toggle boot state debugging | Lee Leahy |
2016-02-11 | arches: lib: add main_decl.h for main() declaration | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-04 | bootstate: remove need for #ifdef ENV_RAMSTAGE | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-03-18 | bootstate: use structure pointers for scheduling callbacks | Aaron Durbin |
2014-08-16 | bootstate: don't use header in romstage code | Patrick Georgi |
2013-07-11 | include: Fix spelling | Martin Roth |
2013-07-10 | Rename hardwaremain() to main() | Stefan Reinauer |
2013-05-08 | hardwaremain: drop boot_complete parameter | Stefan Reinauer |
2013-05-07 | boot state: add ability to block state transitions | Aaron Durbin |
2013-05-01 | acpi: split resume check and actual resume code | Aaron Durbin |
2013-05-01 | boot state: schedule static callbacks | Aaron Durbin |
2013-05-01 | ramstage: introduce boot state machine | Aaron Durbin |