summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/bootblock_crt0.S
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86: Link entry32.incKyösti Mälkki2021-01-281-53/+0
* cpu/x86: Link reset16.incKyösti Mälkki2021-01-281-1/+0
* cpu/x86: Link entry16.incKyösti Mälkki2021-01-281-2/+1
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-1/+1
* x86: Put bootblock startup code into .text._start sectionJulius Werner2020-12-031-1/+1
* cpu/qemu-x86/car: Move long mode entry right before c entryPatrick Rudolph2020-09-291-6/+0
* arch/x86: Remove more romcc leftoversKyösti Mälkki2020-05-281-1/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/x86: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-2/+1
* cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph2019-11-041-0/+6
* arch/x86/bootblock_crt0.S: Leverage eax in protected mode entryHimanshu Sahdev aka CunningLearner2019-09-131-2/+1
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-9/+8
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPKyösti Mälkki2018-12-241-12/+3
* arch/x86: Support "weak" BIST and timestamp save routinesLee Leahy2016-06-111-3/+19
* arch/x86: Add debug spinloopLee Leahy2016-06-111-0/+9
* arch/x86: Enable SSE in bootblock_crt0.SLee Leahy2016-06-091-6/+2
* bootblock_crt0: Use CR* macros from cpu/x86/cr.hFurquan Shaikh2016-04-151-5/+1
* arch/x86: Add second paragraph to license headerMartin Roth2016-02-021-0/+5
* arch/x86: Implement minimal bootblock for C_ENVIRONMENT_BOTOBLOCKAlexandru Gagniuc2016-01-301-0/+55