summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* api: fix type mismatchMatthias Fuchs2008-10-141-1/+1
* cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser2008-10-141-4/+4
* Update CHANGELOGWolfgang Denk2008-10-141-0/+793
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-142-2/+26
* fsl_diu: fix alignment error that caused malloc corruptionNikita V. Youshchenko2008-10-141-3/+3
* api: Fix building with CONFIG_APIMatthias Fuchs2008-10-141-0/+4
* Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE referencesPeter Tyser2008-10-1465-74/+0
* Remove CFG_EEPROM_PAGE* dependencies for temperature sensorsPeter Tyser2008-10-143-17/+0
* cmd_spi: remove broken signed casting for displayMike Frysinger2008-10-141-2/+1
* strings cmd: drop old CONFIG_CFG_STRINGS defineMike Frysinger2008-10-141-4/+0
* Fix the NAND size overflow issue.Jason Jin2008-10-141-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-10-148-723/+1939
|\
| * AX88180: new gigabit network driverLouis Su2008-10-133-0/+1140
| * enable 10/100M at VSC8601 at tsec driverAndre Schwarz2008-10-131-0/+2
| * net: ne2000: Divided a function of NE2000 driverNobuhiro Iwamatsu2008-10-135-723/+797
* | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2008-10-142-2/+9
|\ \
| * | sh: rsk7203: Add smc911x driver support to board config fileNobuhiro Iwamatsu2008-10-141-0/+5
| * | sh: Fix cannot execute a stand-alone applicationNobuhiro Iwamatsu2008-10-141-2/+4
| |/
* | fsl_pci_init do not scan bus when configured as an end-pointEd Swarthout2008-10-131-2/+15
* | ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.Hugo Villeneuve2008-10-131-4/+0
* | Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini2008-10-131-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2008-10-131-3/+5
|\
| * CFI: cfi_flash write fix for AMD legacyEd Swarthout2008-10-131-3/+5
* | mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-10-131-4/+4
* | 86xx: remove redudant code with lib_ppc/interrupts.cKumar Gala2008-10-131-124/+7
* | Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-10-1341-131/+204
|\ \ | |/
| * Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-10-129-83/+86
| |\
| | * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2008-10-129-83/+86
| | |\
| | | * update uImage FIT multi documentationJean-Christophe PLAGNIOL-VILLARD2008-10-081-0/+2
| | | * move README.imx31 to doc/ and merge with README.mx31Jean-Christophe PLAGNIOL-VILLARD2008-10-083-30/+29
| | | * i.MX31: switch to CFG_HZ=1000Guennadi Liakhovetski2008-10-084-36/+53
| | | * Fix bug: in arch-arm, env_get_char dose not work finegnusercn2008-10-081-0/+2
| | | * Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"Jean-Christophe PLAGNIOL-VILLARD2008-09-301-17/+0
| * | | Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-10-1231-48/+115
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk2008-10-124-22/+59
| | |\ \
| | | * | libfdt: Fix error in documentation for fdt_get_alias_namelen()Gerald Van Baren2008-10-041-1/+1
| | | * | libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-022-7/+45
| | | * | fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese2008-10-011-1/+1
| | | * | Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.Jon Loeliger2008-10-012-2/+2
| | | * | libfdt: Fix bugs in fdt_get_path()David Gibson2008-10-011-12/+11
| | | |/
| | * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-10-127-12/+32
| | |\ \
| | | * | MPC8572DS: Fix compile warningsKumar Gala2008-10-081-1/+1
| | | * | 85xx: Using proper I2C source clock divider for MPC8544Wolfgang Grandegger2008-10-081-2/+2
| | | * | FSL: Fix get_cpu_board_revision() return value.Rafal Czubak2008-10-081-1/+1
| | | * | Remove redundant #define for MPC8536DSHaiying Wang2008-10-071-1/+0
| | | * | Add ID EEPROM support for MPC8572DSHaiying Wang2008-10-071-0/+11
| | | * | Minor fixes for I2C address on MPC8572DSHaiying Wang2008-10-071-2/+6
| | | * | Fix the incorrect DDR clk freq reporting on 8536DSJason Jin2008-10-074-3/+12
| | | * | 85xx: Remove setting of *cache-line-size in device treesKumar Gala2008-10-071-3/+0
| | | |/
| | * | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2008-10-121-1/+2
| | |\ \
OpenPOWER on IntegriCloud