summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2014-10-28x86: Correct a few progress message nitsSimon Glass
2014-10-28x86: bootm: Support booting a 64-bit raw kernelSimon Glass
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass
2014-10-28x86: Move paging functions into cpu.cSimon Glass
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-10-22x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass
2014-09-24cosmetic: replace MIN, MAX with min, maxMasahiro Yamada
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada
2014-03-12kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass
2013-06-26x86: Support tracing functionSimon Glass
2013-06-26x86: Correct missing local variable in bootmSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Remove ISR timerSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-13x86: Remove unused bios/pci codeSimon Glass
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-19x86: Move PCI init before SPI initSimon Glass
2013-03-15x86: Enable generic board supportSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2013-02-14x86: Remove unused real mode codeSimon Glass
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black
2012-12-06x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingStefan Reinauer
2012-12-06x86: Make calculate_relocation_address an overridable functionGabe Black
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black
2012-12-06x86: Reorder x86's post relocation memory layoutGabe Black
2012-12-06x86: Initialise SPI if enabledGabe Black
2012-12-06x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass