summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Update MPC85xx CDS to use libfdtKumar Gala2007-12-11-74/+108
* Update MPC8540 ADS to use libfdtKumar Gala2007-12-11-22/+18
* Update MPC8560 ADS to use libfdtKumar Gala2007-12-11-37/+23
* Stop using immap_t for cpm offset on 85xxKumar Gala2007-12-11-88/+87
* Stop using immap_t for guts offset on 85xxKumar Gala2007-12-11-52/+36
* Update MPC8544 DS configKumar Gala2007-12-11-95/+12
* Update MPC8544DS to use libfdtKumar Gala2007-12-11-46/+35
* Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2007-12-11-1/+67
* Conditionally compile fdt_fixup_ethernet()Gerald Van Baren2007-12-07-0/+4
* Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala2007-12-07-43/+7
* Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala2007-12-07-0/+43
* Add common memory fixup functionKumar Gala2007-12-07-0/+79
* Conditionally compile fdt_support.cKumar Gala2007-12-07-7/+1
* Fix build breakage due to libfdt importKumar Gala2007-12-07-1/+1
* Add spaces around the = in the fdt print format.Gerald Van Baren2007-12-07-2/+2
* Release v1.3.1Wolfgang Denk2007-12-06-1/+1
* ADS5121 Board: fix compile problem.Wolfgang Denk2007-12-06-1/+1
* Prepare for 1.3.1-rc1Wolfgang Denk2007-12-03-2/+26
* Merge commit '3deca9d'Wolfgang Denk2007-11-26-22/+36
|\
| * MAKEALL: add missing 512x boards in ppcJean-Christophe PLAGNIOL-VILLARD2007-11-26-0/+1
| * Makefile : fix tags ctags etags with new drivers organizationJean-Christophe PLAGNIOL-VILLARD2007-11-26-8/+33
* | Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-26-16/+370
* | Merge commit '87ddedd'Wolfgang Denk2007-11-26-193/+544
|\ \
| * | Makefile : fix tags ctags etags with new drivers organizationJean-Christophe PLAGNIOL-VILLARD2007-11-25-2/+14
| |/
| * drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-25-20/+15
| * drivers/misc : move misc drivers to drivers/miscJean-Christophe PLAGNIOL-VILLARD2007-11-25-11/+49
| * drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD2007-11-25-5/+51
| * drivers/rtc : move rtc drivers to drivers/rtcJean-Christophe PLAGNIOL-VILLARD2007-11-25-3/+3
| * drivers/hwmon : move hardware monitor drviers to drivers/hwmonJean-Christophe PLAGNIOL-VILLARD2007-11-25-6/+6
| * drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+49
| * drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD2007-11-25-12/+54
| * drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+13
| * drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-25-50/+48
| * drivers/video : move video drivers to drivers/videoJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+55
| * drivers/pcmcia : move pcmcia drivers to drivers/pcmciaJean-Christophe PLAGNIOL-VILLARD2007-11-24-9/+51
| * drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2007-11-24-6/+52
| * drivers/i2c : move i2c drivers to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2007-11-20-8/+50
* | Merge branch 'testing' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2007-11-23-781/+1793
|\ \
| * | Fix fdt printing for updated libfdtGerald Van Baren2007-11-22-23/+27
| * | 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
|/