summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | Add additional fdt fixup helper functionsKumar Gala2007-11-21-0/+66
| * | | | Add fdt_fixup_ethernet helper to set mac addressesKumar Gala2007-11-21-0/+47
| * | | | Fix warnings from import of libfdtKumar Gala2007-11-21-3/+3
| * | | | Update libfdt from device tree compiler (dtc)Kumar Gala2007-11-21-533/+1589
| * | | | Move do_fixup* for libfdt into common codeKumar Gala2007-11-21-57/+40
| * | | | Make no options to fdt print default to '/'Kumar Gala2007-11-21-1/+5
| * | | | Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala2007-11-21-144/+26
| * | | | [BUILD] conditionally compile libfdt/*.c in libfdt/MakefileKumar Gala2007-11-21-31/+1
* | | | | [BUILD] Remove libraries when updating autoconf.mkGrant Likely2007-11-21-0/+0
|/ / / /
* | | | [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-198/+46
* | | | [BUILD] Generate include/autoconf.mk from board config filesGrant Likely2007-11-20-1/+49
|/ / /
* | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-20-183/+437
|\ \ \
| * | | Prepare for 1.3.0 release.Wolfgang Denk2007-11-19-1/+68
| * | | Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDSHaiying Wang2007-11-19-5/+5
| * | | [MIPS] board/gth2/lowlevel_init.S: Fix a build warningShinya Kuribayashi2007-11-19-0/+4
| * | | Fix build problems with mp2usb boardWolfgang Denk2007-11-19-2/+4
| * | | s3c24x0: Fix usb_ohci.c missing in MakefileJean-Christophe PLAGNIOL-VILLARD2007-11-18-8/+8
| * | | pb1x00 board: Fix u16 status declaration when PCMCIA is definedJean-Christophe PLAGNIOL-VILLARD2007-11-18-0/+2
| * | | Fix compiler warnings for ARM systems.Wolfgang Denk2007-11-18-8/+11
| * | | Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2007-11-18-12/+187
| * | | Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD2007-11-18-9/+9
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2007-11-18-134/+132
| |\ \ \
| | * | | [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi2007-11-17-2/+1
| | * | | [MIPS] Remove useless instructions for initializing $gp.Shinya Kuribayashi2007-11-17-3/+1
| | * | | [MIPS] MIPS 4K core: Coding style cleanupsShinya Kuribayashi2007-11-17-47/+39
| | * | | [MIPS] gth2.c: Fix a warning on gth2 build.Shinya Kuribayashi2007-11-17-1/+1
| | * | | [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.Shinya Kuribayashi2007-11-17-1/+1
| | * | | [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build errorShinya Kuribayashi2007-11-17-59/+59
| | * | | MAKEALL: Added missing pb1000 boardShinya Kuribayashi2007-11-17-0/+1
| | * | | [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.SShinya Kuribayashi2007-11-17-3/+3
| | * | | [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}Shinya Kuribayashi2007-11-17-22/+30
| * | | | gth2.c: Fix a warning on gth2 build.Shinya Kuribayashi2007-11-18-1/+1
| * | | | Fix warning differ in signedness in common/cmd_scsi.cStefan Roese2007-11-18-3/+6
| |/ / /
* | | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-16-243/+1997
|\ \ \ \ | |/ / /
| * | | Update CHANGELOIG, prepare for -rc4Wolfgang Denk2007-11-17-1/+323
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2007-11-17-22/+362
| |\ \ \
| | * | | ColdFire: MCF5329 - Remove reset registers from CCMTsiChungLiew2007-11-08-12/+9
| | * | | ColdFire: MCF5329 - Add Reset structure to immap_5329.hTsiChungLiew2007-11-08-0/+5
| | * | | ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file modeTsiChungLiew2007-11-08-0/+0
| | * | | ColdFire: MCF5445x - Update correct RAMBAR and missing linker filesTsiChungLiew2007-11-07-3/+288
| | * | | ColdFire: MCF532x - Update do_reset() using core resetTsiChungLiew2007-11-07-7/+19
| | * | | ColdFire: Update cpu flag for 4.2-xx compilerTsiChungLiew2007-11-07-0/+41
| * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc5xxxWolfgang Denk2007-11-17-0/+0
| |\ \ \ \
| * | | | | Fix the i2c frequency and default address in rsdproto boardLuotao Fu2007-11-17-4/+4
| * | | | | powerpc: Backout relocation changes for MPC5121, too.Wolfgang Denk2007-11-17-0/+1
| * | | | | powerpc: Backout relocation changes.Grant Likely2007-11-17-15/+18
| * | | | | Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD2007-11-17-13/+41
| * | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2007-11-17-11/+19
| |\ \ \ \ \
| | * | | | | ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latchingStefan Roese2007-11-13-9/+17
| | * | | | | Merge branch 'master' of git://www.denx.de/git/u-bootStefan Roese2007-11-13-415/+1020
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |