aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/board.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13x86: Remove legacy board init codeSimon Glass1-266/+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: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass1-1/+1
2013-03-04x86: Support relocation of FDT on start-upSimon Glass1-0/+3
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black1-0/+7
2012-12-06x86: Initialise SPI if enabledGabe Black1-0/+3
2012-11-28x86: Remove duplicate PCI initGraeme Russ1-3/+0
2012-11-28x86: Put global data on the stackGraeme 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 Frysinger1-3/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ1-97/+89
2012-01-04x86: Split init functions out of board.cGraeme Russ1-221/+76
2012-01-04x86: Move relocation code out of board.cGraeme Russ1-67/+2
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ1-7/+0
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ1-27/+0
2012-01-04x86: Allow cache before copy to RAMGraeme Russ1-5/+10
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ1-0/+1
2012-01-04x86: Set GD_FLG_RELOC after entering in-RAM copy of U-BootGraeme Russ1-2/+2
2012-01-04x86: Use fs for global dataGraeme Russ1-17/+39
2012-01-04x86: Rework relocation calculationsGraeme Russ1-12/+11
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ1-3/+22
2012-01-04x86: Speed up copy-to-RAM and clear BSS operationsGraeme Russ1-12/+5
2011-11-29x86: Fix a few recently added bugsGabe Black1-1/+5
2011-11-29x86: Don't relocate symbols which point to things that aren't relocatedGabe Black1-1/+4
2011-11-29x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ1-5/+12
2011-11-29x86: Provide more configuration granularityGraeme Russ1-0/+9
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ1-59/+55
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-2/+0
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+480