summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/assembly_entry.S
Commit message (Expand)AuthorAgeFilesLines
* 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