Age | Commit message (Expand) | Author |
2022-10-20 | arch/x86: Only use .bss from car.ld when running XIP | Arthur Heymans |
2022-09-06 | src: remove force-included header rules.h from individual files | Martin Roth |
2021-10-18 | arch/x86/assembly_entry: Remove cpu_info | Raul E Rangel |
2021-09-27 | arch/x86,cpu/x86: Move cpu_info initialization instructions into macro | Raul E Rangel |
2021-07-26 | arch/x86,lib/thread: Enable thread support in romstage | Raul E Rangel |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2020-08-21 | arch/x86/gdt: Work around assembler bug | Patrick Rudolph |
2020-08-21 | lib: Add ASan support to romstage on x86 arch | Harshit Sharma |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-29 | arch/x86: Implement RESET_VECTOR_IN_RAM | Felix Held |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-03-06 | src/arch/x86: Convert to SPDX license header | Patrick Georgi |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-12 | arch/x86/car.ld: Rename suffix _start/_end | Arthur Heymans |
2019-09-11 | arch/x86: Restrict use of _car_global[start|end] | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/arch/x86 copyrights into AUTHORS file | Martin Roth |
2019-08-29 | arch/x86: Fix clearing .bss section | Kyösti Mälkki |
2019-08-29 | arch/x86: remove weak car_stage_entry() symbol | Aaron Durbin |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-05-03 | arch/x86: Relocate GDT in verstage, romstage, and postcar | Hannah Williams |
2018-05-03 | arch/x86: reduce complexity in assembly_entry.S | Aaron Durbin |
2018-04-26 | arch/x86: allow idt to be available to link in all stages | Aaron Durbin |
2017-07-13 | arch/x86/assembly_entry: Align stack for car_stage_entry | Marshall Dawson |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2016-06-11 | arch/x86: Add debug spinloops in assembly_entry.S | Lee Leahy |
2016-05-02 | arch/x86/assembly_entry: allow early post CAR stages to use common code | Aaron Durbin |
2016-05-02 | arch/x86/asembly_entry: reorder conditional stage entry macros | Aaron Durbin |
2016-03-05 | arch/x86: Add common assembly code for stages that run in CAR | Andrey Petrov |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-30 | x86: provide common macro for linking early stages | Aaron Durbin |