summaryrefslogtreecommitdiff
path: root/arch/x86/lib/board.c
AgeCommit message (Expand)Author
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-19x86: Move PCI init before SPI initSimon 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: Support relocation of FDT on start-upSimon Glass
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black
2012-12-06x86: Initialise SPI if enabledGabe Black
2012-11-28x86: Remove duplicate PCI initGraeme Russ
2012-11-28x86: Put global data on the stackGraeme Russ
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ
2012-01-04x86: Split init functions out of board.cGraeme Russ
2012-01-04x86: Move relocation code out of board.cGraeme Russ
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ
2012-01-04x86: Allow cache before copy to RAMGraeme Russ
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ
2012-01-04x86: Set GD_FLG_RELOC after entering in-RAM copy of U-BootGraeme Russ
2012-01-04x86: Use fs for global dataGraeme Russ
2012-01-04x86: Rework relocation calculationsGraeme Russ
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ
2012-01-04x86: Speed up copy-to-RAM and clear BSS operationsGraeme Russ
2011-11-29x86: Fix a few recently added bugsGabe Black
2011-11-29x86: Don't relocate symbols which point to things that aren't relocatedGabe Black
2011-11-29x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ
2011-11-29x86: Provide more configuration granularityGraeme Russ
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-28unify version_stringAndreas Bießmann
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-04-13x86: Rename i386 to x86Graeme Russ