summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/assembly_entry.S
Commit message (Expand)AuthorAgeFilesLines
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-1/+1
* x86: Add .data section support for pre-memory stagesJeremy Compostella2023-09-141-1/+9
* arch/x86: Only use .bss from car.ld when running XIPArthur Heymans2022-10-201-0/+2
* src: remove force-included header rules.h from individual filesMartin Roth2022-09-061-2/+0
* arch/x86/assembly_entry: Remove cpu_infoRaul E Rangel2021-10-181-3/+0
* arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel2021-09-271-7/+2
* arch/x86,lib/thread: Enable thread support in romstageRaul E Rangel2021-07-261-0/+8
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-2/+2
* arch/x86/gdt: Work around assembler bugPatrick Rudolph2020-08-211-0/+10
* lib: Add ASan support to romstage on x86 archHarshit Sharma2020-08-211-0/+4
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* arch/x86: Implement RESET_VECTOR_IN_RAMFelix Held2020-04-291-2/+9
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* Drop ROMCC code and header guardsArthur Heymans2019-12-191-25/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-6/+5
* arch/x86/car.ld: Rename suffix _start/_endArthur Heymans2019-11-121-1/+1
* arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki2019-09-111-3/+3
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-3/+0
* arch/x86: Fix clearing .bss sectionKyösti Mälkki2019-08-291-0/+1
* arch/x86: remove weak car_stage_entry() symbolAaron Durbin2019-08-291-3/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* arch/x86: Relocate GDT in verstage, romstage, and postcarHannah Williams2018-05-031-4/+7
* arch/x86: reduce complexity in assembly_entry.SAaron Durbin2018-05-031-16/+4
* arch/x86: allow idt to be available to link in all stagesAaron Durbin2018-04-261-0/+3
* arch/x86/assembly_entry: Align stack for car_stage_entryMarshall Dawson2017-07-131-1/+2
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-1/+1
* arch/x86: Add debug spinloops in assembly_entry.SLee Leahy2016-06-111-0/+11
* arch/x86/assembly_entry: allow early post CAR stages to use common codeAaron Durbin2016-05-021-6/+20
* arch/x86/asembly_entry: reorder conditional stage entry macrosAaron Durbin2016-05-021-21/+23
* arch/x86: Add common assembly code for stages that run in CARAndrey Petrov2016-03-051-1/+36
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* x86: provide common macro for linking early stagesAaron Durbin2015-09-301-0/+37