summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/boot.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move IP checksum to commonlibJulius Werner2024-02-021-1/+0
* arch/x86/boot: Add missing includeRaul E Rangel2021-09-131-0/+1
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-061-2/+2
* arch/x86/boot: Jump to payload in protected modePatrick Rudolph2020-08-191-0/+10
* 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
* arch/x86/boot.c: Pass arguments when running programsArthur Heymans2019-10-301-6/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* arch/x86: Drop spurious arch/stages.h includesKyösti Mälkki2018-12-281-1/+0
* selfboot: remove bounce buffersRonald G. Minnich2018-10-111-201/+0
* arch/x86: Fix payload loading via bounce-bufferKyösti Mälkki2018-06-121-1/+1
* selfboot: Move x86 quirk under archKyösti Mälkki2018-06-111-0/+12
* arch/x86: Wrap lines at 80 columnsLee Leahy2017-03-171-4/+12
* arch/x86: Fix space issues detected by checkpatchLee Leahy2017-03-171-8/+8
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* arch/x86: remove .intel_syntaxPatrick Georgi2016-01-231-28/+25
* arch/x86: Indent using tabs not spacesMartin Roth2016-01-191-2/+2
* arch/x86: add missing license headersMartin Roth2016-01-141-0/+13
* lib: remove assets infrastructureAaron Durbin2015-12-101-1/+1
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-131-0/+210