aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-11Stop using immap_t on 85xxKumar Gala22-124/+73
2007-12-11Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala2-123/+0
2007-12-11Update MPC8568 MDS to use libfdtKumar Gala2-35/+22
2007-12-11Add PCI Express support on MPC8568MDSHaiying Wang5-70/+206
2007-12-11Update MPC85xx CDS to use libfdtKumar Gala7-74/+108
2007-12-11Update MPC8540 ADS to use libfdtKumar Gala2-22/+18
2007-12-11Update MPC8560 ADS to use libfdtKumar Gala2-37/+23
2007-12-11Stop using immap_t for cpm offset on 85xxKumar Gala8-88/+87
2007-12-11Stop using immap_t for guts offset on 85xxKumar Gala20-52/+36
2007-12-11Update MPC8544 DS configKumar Gala1-95/+12
2007-12-11Update MPC8544DS to use libfdtKumar Gala2-46/+35
2007-12-11Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2-1/+67
2007-12-07Conditionally compile fdt_fixup_ethernet()Gerald Van Baren1-0/+4
2007-12-07Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala3-43/+7
2007-12-07Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala1-0/+43
2007-12-07Add common memory fixup functionKumar Gala2-0/+79
2007-12-07Conditionally compile fdt_support.cKumar Gala2-7/+1
2007-12-07Fix build breakage due to libfdt importKumar Gala1-1/+1
2007-12-07Add spaces around the = in the fdt print format.Gerald Van Baren1-2/+2
2007-12-06Release v1.3.1v1.3.1Wolfgang Denk1-1/+1
2007-12-06ADS5121 Board: fix compile problem.Wolfgang Denk1-1/+1
2007-12-03Prepare for 1.3.1-rc1v1.3.1-rc1Wolfgang Denk2-2/+26
2007-11-26Merge commit '3deca9d'Wolfgang Denk2-22/+36
2007-11-26Cleanup coding style; update CHANGELOGWolfgang Denk2-16/+370
2007-11-26Merge commit '87ddedd'Wolfgang Denk231-193/+544
2007-11-26MAKEALL: add missing 512x boards in ppcJean-Christophe PLAGNIOL-VILLARD1-0/+1
2007-11-26Makefile : fix tags ctags etags with new drivers organizationJean-Christophe PLAGNIOL-VILLARD1-8/+33
2007-11-25Makefile : fix tags ctags etags with new drivers organizationJean-Christophe PLAGNIOL-VILLARD1-2/+14
2007-11-25drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD22-20/+15
2007-11-25drivers/misc : move misc drivers to drivers/miscJean-Christophe PLAGNIOL-VILLARD6-11/+49
2007-11-25drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD8-5/+51
2007-11-25drivers/rtc : move rtc drivers to drivers/rtcJean-Christophe PLAGNIOL-VILLARD25-3/+3
2007-11-25drivers/hwmon : move hardware monitor drviers to drivers/hwmonJean-Christophe PLAGNIOL-VILLARD9-6/+6
2007-11-25drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD8-9/+49
2007-11-25drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD13-12/+54
2007-11-25drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD13-9/+13
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD109-50/+48
2007-11-25drivers/video : move video drivers to drivers/videoJean-Christophe PLAGNIOL-VILLARD14-9/+55
2007-11-24drivers/pcmcia : move pcmcia drivers to drivers/pcmciaJean-Christophe PLAGNIOL-VILLARD9-9/+51
2007-11-24drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD9-6/+52
2007-11-23Merge branch 'testing' of git://www.denx.de/git/u-boot-fdtWolfgang Denk22-781/+1793
2007-11-22Fix fdt printing for updated libfdtGerald Van Baren1-23/+27
2007-11-21Add additional fdt fixup helper functionsKumar Gala2-0/+66
2007-11-21Add fdt_fixup_ethernet helper to set mac addressesKumar Gala2-0/+47
2007-11-21Fix warnings from import of libfdtKumar Gala1-3/+3
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala18-533/+1589
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala4-57/+40
2007-11-21Make no options to fdt print default to '/'Kumar Gala1-1/+5
2007-11-21Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala4-144/+26
2007-11-21[BUILD] Remove libraries when updating autoconf.mkGrant Likely0-0/+0