aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada1-0/+22
2014-03-12kbuild, x86: use a short log for arch/x86/lib/libgcc.aMasahiro Yamada1-2/+3
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada1-37/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk13-218/+13
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-12blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass1-0/+2
2013-06-26x86: Support tracing functionSimon Glass2-4/+6
2013-06-26x86: Correct missing local variable in bootmSimon Glass1-0/+2
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass3-68/+9
2013-05-13x86: Remove ISR timerSimon Glass2-119/+0
2013-05-13x86: Add TSC timerSimon Glass2-0/+104
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass2-12/+7
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass4-0/+8
2013-05-13x86: Remove legacy board init codeSimon Glass4-533/+0
2013-05-13x86: Remove unused bios/pci codeSimon Glass3-359/+0
2013-05-01lib: consolidate hang()Andreas Bießmann1-7/+0
2013-03-19x86: Move PCI init before SPI initSimon Glass1-4/+4
2013-03-15x86: Enable generic board supportSimon Glass1-0/+3
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass3-0/+3
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass3-6/+6
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass1-2/+18
2013-03-04x86: Support relocation of FDT on start-upSimon Glass4-2/+42
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-1/+1
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass1-5/+4
2013-03-04x86: Add function to get top of usable ramSimon Glass1-10/+18
2013-02-14x86: Remove unused real mode codeSimon Glass10-1758/+0
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass1-2/+2
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black2-0/+36
2012-12-06x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingStefan Reinauer1-1/+27
2012-12-06x86: Make calculate_relocation_address an overridable functionGabe Black1-1/+2
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black1-1/+1
2012-12-06x86: Reorder x86's post relocation memory layoutGabe Black1-3/+4
2012-12-06x86: Initialise SPI if enabledGabe Black2-0/+12
2012-12-06x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black2-0/+229
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie1-1/+1
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass1-3/+3
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer1-0/+11
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury1-0/+6
2012-12-06x86: Add function to read time stamp counterVadim Bendebury1-0/+17
2012-11-30x86: Fix typo in pcat_timer.cStefan Reinauer1-1/+1
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black3-5/+10
2012-11-28x86: Remove duplicate PCI initGraeme Russ1-3/+0
2012-11-28x86: Put global data on the stackGraeme Russ2-37/+2
2012-11-28x86: Forward declare gd_tGraeme Russ1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-05-15net: move bootfile init into eth_initializeMike Frysinger2-15/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-11/+0
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ3-125/+168