summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-211-7/+108
* x86: Correct a few progress message nitsSimon Glass2014-10-282-3/+3
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-281-2/+8
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-282-45/+46
* x86: Move paging functions into cpu.cSimon Glass2014-10-281-30/+3
* x86: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-1/+2
* dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-231-1/+0
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-231-3/+3
* x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass2014-10-221-9/+12
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-222-53/+118
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-241-2/+2
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-2/+2
* stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-231-4/+0
* kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada2014-03-281-0/+22
* kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada2014-03-121-2/+3
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-1/+1
* x86: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-37/+19
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2413-218/+13
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+2
* x86: Support tracing functionSimon Glass2013-06-262-4/+6
* x86: Correct missing local variable in bootmSimon Glass2013-06-261-0/+2
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-133-68/+9
* x86: Remove ISR timerSimon Glass2013-05-132-119/+0
* x86: Add TSC timerSimon Glass2013-05-132-0/+104
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-132-12/+7
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-134-0/+8
* x86: Remove legacy board init codeSimon Glass2013-05-134-533/+0
* x86: Remove unused bios/pci codeSimon Glass2013-05-133-359/+0
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* x86: Move PCI init before SPI initSimon Glass2013-03-191-4/+4
* x86: Enable generic board supportSimon Glass2013-03-151-0/+3
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-153-0/+3
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-153-6/+6
* x86: Add error checking to x86 relocation codeSimon Glass2013-03-041-2/+18
* x86: Support relocation of FDT on start-upSimon Glass2013-03-044-2/+42
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-041-1/+1
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-041-5/+4
* x86: Add function to get top of usable ramSimon Glass2013-03-041-10/+18
* x86: Remove unused real mode codeSimon Glass2013-02-1410-1758/+0
* x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass2012-12-061-2/+2
* x86: Add support for CONFIG_OF_CONTROLGabe Black2012-12-062-0/+36
* x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingStefan Reinauer2012-12-061-1/+27
* x86: Make calculate_relocation_address an overridable functionGabe Black2012-12-061-1/+2
* x86: Make the upper bound on relocated symbols closed instead of openGabe Black2012-12-061-1/+1
* x86: Reorder x86's post relocation memory layoutGabe Black2012-12-061-3/+4
* x86: Initialise SPI if enabledGabe Black2012-12-062-0/+12
* x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black2012-12-062-0/+229
* x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie2012-12-061-1/+1
OpenPOWER on IntegriCloud