aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Add support for UEC to 8568Andy Fleming15-35/+313
2007-08-14Add PCI support for MPC8568MDS boardHaiying Wang4-38/+98
2007-08-14Empirically set cpo and clk_adjust for mpc85xx DDR2 supportHaiying Wang1-5/+7
2007-08-14Use an absolute address when jumping out of 4k boot pageKumar Gala1-29/+24
2007-08-14MPC85xx BA bits not set for 3-bit bank address DIMMAndy Fleming1-1/+6
2007-08-14Fix minor 85xx warningsAndy Fleming3-4/+7
2007-08-148548cds PCIE support.Ed Swarthout5-221/+522
2007-08-148544ds PCIE supportEd Swarthout4-60/+468
2007-08-1485xx start.S cleanup and exception supportAndy Fleming5-302/+326
2007-08-14Add MPC8544DS READMEAndy Fleming1-0/+122
2007-08-1485xx allow debugger to configure ddr.Ed Swarthout1-3/+45
2007-08-14mpc85xx L2 cache reporting and SRAM relocation option.Ed Swarthout1-18/+47
2007-08-14e500 needs ppc_asm.tmp MCK_EXCEPTIONEd Swarthout1-2/+0
2007-08-13Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk19-137/+1538
2007-08-13Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk9-46/+86
2007-08-13Merge commit 'remotes/wd/master'Jon Loeliger78-841/+7772
2007-08-13Modify SBC8641D to use new Freescale PCI routinesJoe Hamman2-40/+125
2007-08-13atmel_mci: Fix data timeout valueHaavard Skinnemoen1-0/+59
2007-08-13AVR32: Include <div64.h> instead of <asm/div64.h>Haavard Skinnemoen1-1/+1
2007-08-13Merge commit 'upstream/master'Haavard Skinnemoen1534-122977/+60275
2007-08-13atmel_mci: Use 512 byte blocksize if possibleHaavard Skinnemoen2-4/+21
2007-08-12Update CHANGELOGWolfgang Denk1-0/+1038
2007-08-12Minor alignment of output, 2nd try.Wolfgang Denk2-2/+2
2007-08-12Minor alignment of outputWolfgang Denk2-2/+2
2007-08-12Cleanup output on ADS5121 boardWolfgang Denk1-2/+0
2007-08-12Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk3-16/+52
2007-08-12Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk3-16/+52
2007-08-12Adjust default configuration of ADS5121 board.Wolfgang Denk1-28/+18
2007-08-12Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.Wolfgang Denk8-41/+34
2007-08-11Merge with /home/wd/git/u-boot/custodian/u-boot-fdtWolfgang Denk12-453/+689
2007-08-10Improve error print messages.Gerald Van Baren1-31/+21
2007-08-10fdt: allow for builds that don't want env and bd_t nodesKim Phillips1-23/+15
2007-08-10fdt: do board setup based on fdt address specified on bootm lineKim Phillips1-1/+1
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren3-7/+10
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren2-25/+21
2007-08-10Tighten up the error messages.Gerald Van Baren1-22/+11
2007-08-10Asthetic improvements: error messages and line lengths.Gerald Van Baren1-65/+61
2007-08-10Fix fdt_chosen() to call ft_board_setup(), clean up long lines.Gerald Van Baren1-39/+74
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren2-23/+16
2007-08-10Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDTGerald Van Baren2-18/+149
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren4-8/+8
2007-08-10Fix cmd_fdt line lengths, refactor code.Gerald Van Baren1-187/+239
2007-08-10FDT command improvements.Gerald Van Baren1-128/+143
2007-08-10Reorganize and fix problems (returns) in the bootm command.Gerald Van Baren1-66/+64
2007-08-10Fix bugs in the CONFIG_OF_LIBFDTGerald Van Baren1-2/+2
2007-08-10Improve fdt move length handling.Gerald Van Baren1-6/+15
2007-08-10Minor code clean up.Gerald Van Baren2-1/+6
2007-08-10Improve error messages, more informative.Gerald Van Baren1-13/+14
2007-08-10libfdt: Conditionally compile based on CONFIG_OF_LIBFDTGerald Van Baren6-0/+31
2007-08-10Merge git://www.denx.de/git/u-bootGerald Van Baren117-1639/+12826