aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/board.c
AgeCommit message (Expand)Author
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