summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: setjmp: set base pointer to zero in initjmpAhmad Fatoum2023-10-122-0/+2
* x86: lib: setjmp: fix stack alignmentAhmad Fatoum2023-10-122-1/+5
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-051-0/+1
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-051-0/+2
* x86: drop legacy (PC BIOS) boot in favor of EFIAhmad Fatoum2021-03-257-319/+0
* x86: implement setjmp/longjmp/initjmpAhmad Fatoum2021-03-173-0/+123
* arch/x86: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-09-214-63/+12
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* lds: Add and use RO_DATA_SECTION macroSascha Hauer2019-10-141-30/+1
* lds: Move start/end address variables into definesSascha Hauer2019-10-141-14/+2
* ratp: implement generic command supportAleksander Morgado2018-03-011-0/+7
* efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-272-0/+9
* x86: move bios bootup code to arch/x86/biosJean-Christophe PLAGNIOL-VILLARD2017-02-244-319/+0
* exitcall: Add exitcall infrastructureHerve Codina2015-07-131-1/+8
* kbuild: move asm-offsets.h rule to ./KbuildMasahiro Yamada2015-01-081-0/+11
* Merge branch 'for-next/misc'Sascha Hauer2014-07-041-1/+1
|\
| * Fix misspellings of "persistant" -> "persistent" in various placesRobert P. J. Day2014-06-301-1/+1
* | Documentation: remove doxygen documentationSascha Hauer2014-06-262-6/+0
|/
* scripts: add arch/x86/lib/barebox.lds to gitignoreDu Huanpeng2013-12-101-0/+1
* x86: initialize malloc pool before start_barebox()Sascha Hauer2013-03-141-4/+3
* barebox-data: add barebox-data sectionsAlexander Aring2013-01-181-0/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-177-28/+0
* x86 linker script: Add missing _textSascha Hauer2012-04-051-0/+1
* introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+3
* x86: Fix linker script for magic varsSascha Hauer2011-12-071-1/+1
* fix malloc space sizesSascha Hauer2011-12-031-2/+2
* add magicvar commandSascha Hauer2011-11-291-1/+8
* x86: fix symbol size calculationLucas De Marchi2011-11-111-4/+7
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* x86: Use the generic linker script initializingJuergen Beisert2011-03-101-1/+1
* x86: use sections.h header file for linker variablesSascha Hauer2011-01-171-1/+1
* doc: let doxygen find some assembler functionsRobert Schwebel2010-10-222-5/+0
* Add a special command to load and start a bzImage on x86Juergen Beisert2010-01-142-0/+76
* Add a low level disk drive access driverJuergen Beisert2010-01-142-0/+78
* Add some generic functions to make x86 workJuergen Beisert2010-01-146-0/+579