aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Kirkwood: print_cpuinfo fixed for valid devid revidPrafulla Wadaskar2-11/+25
2010-10-13mvsata_ide: adjust port init sequenceAlbert Aribaud1-9/+33
2010-10-11orion5x: fix relocation-incompatible codeAlbert Aribaud3-31/+54
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud14-68/+67
2010-10-11Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk5-74/+90
2010-10-11Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk30-153/+1510
2010-10-11Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk20-702/+668
2010-10-11Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk12-42/+225
2010-10-11Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk3-19/+46
2010-10-07fsl: add support for NXID v1 EEPROM formatTimur Tabi1-9/+17
2010-10-07powerpc/85xx: fix rev.2 job queue LIODN error stormKim Phillips1-4/+10
2010-10-07powerpc/p4080: Add new CPC register - HDBCR0Kumar Gala1-1/+4
2010-10-07powerpc/85xx: Add support for 4th PCI controller on corenet_dsKumar Gala2-1/+35
2010-10-07powerpc/corenet_ds: Various updates to initial env cfgEmil Medve1-6/+9
2010-10-07fsl: verify writes to the MAC address EEPROMTimur Tabi1-1/+17
2010-10-07p1022ds: add audclk hwconfig setting to enable codec reference clockTimur Tabi3-9/+80
2010-10-07mpc8569mds: fix some ddr settingsHaiying Wang1-3/+13
2010-10-07mpc8569mds: fix consuming long time while relocating code.Haiying Wang3-6/+38
2010-10-07mpc8569mds: fix CONFIG_ENV_SIZEHaiying Wang1-2/+2
2010-10-07x86: Implement fully relocatable imageGraeme Russ3-24/+35
2010-10-07x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ2-17/+33
2010-10-07x86: Rearrange linker scriptGraeme Russ2-23/+21
2010-10-07x86: Rename linker script symbolsGraeme Russ4-36/+33
2010-10-07x86: Set cold/warm boot flagGraeme Russ3-16/+13
2010-10-07x86: Place global data below stack before entering CGraeme Russ3-37/+37
2010-10-07x86: Dont clobber %eax after getting memory sizeGraeme Russ1-3/+2
2010-10-07x86: Don't clobber %ebxGraeme Russ2-7/+12
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ5-13/+12
2010-10-07x86: Move ECC initialisation outside RAM initialisationGraeme Russ2-14/+14
2010-10-07x86: Remove progress indication in low-level initGraeme Russ2-54/+2
2010-10-07x86: Fix %ss and %esp in register structure for interruptsGraeme Russ3-4/+45
2010-10-07x86: Change compiler optionsGraeme Russ4-17/+12
2010-10-07x86: Coding Style CleanupGraeme Russ4-373/+362
2010-10-07x86: Move loading of GTD to C codeGraeme Russ2-96/+57
2010-10-07x86: use gc sections to reduce image sizeGraeme Russ2-5/+8
2010-10-07x86: zboot updateGraeme Russ1-5/+13
2010-10-07x86: Use TEXT_BASE in linker scriptsGraeme Russ1-4/+4
2010-10-07x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ2-2/+2
2010-10-07x86: Remove bi_env from do_bdinfoGraeme Russ1-1/+0
2010-10-07MX51: Support for TTECH vision2 boardStefano Babic8-0/+1212
2010-10-06sspi: add options to specify bus and modeReinhard Meyer1-15/+25
2010-10-06sf: spansion: add support for S25FL032P partsDavid Jander1-0/+9
2010-10-06sf: spansion: fixing erasing when sector size >64KiBMarc-André Hébert1-4/+3
2010-10-06include/compiler.h: remove uint typedef for __MACH__Andreas Bießmann1-1/+0
2010-10-06Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZEPeter Tyser1-5/+2
2010-10-06ds1621: Fix negative temperature readingsJeff Dischler1-1/+1
2010-10-06ds1621: Clean up coding stylePeter Tyser1-131/+114
2010-10-06ds1621: Poll for register write completionPeter Tyser1-5/+21
2010-10-06lib/hashtable.c: add CONFIG_ENV_MIN_ENTRIESAndreas Bießmann1-4/+8
2010-10-06cmd_elf: add an option for loading ELFs according to PHDRsMike Frysinger1-9/+53