summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk
2007-08-1485xxCDS: Add make targets for legacy systems.Randy Vinson
2007-08-1485xxCDS: Enable the VIA PCI-to-ISA bridge.Andy Fleming
2007-08-14Add support for UEC to 8568Andy Fleming
2007-08-14Add PCI support for MPC8568MDS boardHaiying Wang
2007-08-14Empirically set cpo and clk_adjust for mpc85xx DDR2 supportHaiying Wang
2007-08-14Use an absolute address when jumping out of 4k boot pageKumar Gala
2007-08-14MPC85xx BA bits not set for 3-bit bank address DIMMAndy Fleming
2007-08-14Fix minor 85xx warningsAndy Fleming
2007-08-148548cds PCIE support.Ed Swarthout
2007-08-148544ds PCIE supportEd Swarthout
2007-08-1485xx start.S cleanup and exception supportAndy Fleming
2007-08-14Add MPC8544DS READMEAndy Fleming
2007-08-1485xx allow debugger to configure ddr.Ed Swarthout
2007-08-14mpc85xx L2 cache reporting and SRAM relocation option.Ed Swarthout
2007-08-14e500 needs ppc_asm.tmp MCK_EXCEPTIONEd Swarthout
2007-08-13multicast tftp: RFC2090David Updegraff
2007-08-13New CONFIG_BOOTP_SERVERIP optionWilson Callan
2007-08-13Add ability to take MAC address from the environment to DM9000 driverMike Rapoport
2007-08-13Sync'd u-boot-net with mainlineBen Warren
2007-08-13Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk
2007-08-13Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk
2007-08-13Merge commit 'remotes/wd/master'Jon Loeliger
2007-08-13Modify SBC8641D to use new Freescale PCI routinesJoe Hamman
2007-08-13atmel_mci: Fix data timeout valueHaavard Skinnemoen
2007-08-13AVR32: Include <div64.h> instead of <asm/div64.h>Haavard Skinnemoen
2007-08-13Merge commit 'upstream/master'Haavard Skinnemoen
2007-08-13atmel_mci: Use 512 byte blocksize if possibleHaavard Skinnemoen
2007-08-13ppc4xx: Fix problem in PLL clock calculationStefan Roese
2007-08-12Update CHANGELOGWolfgang Denk
2007-08-12Minor alignment of output, 2nd try.Wolfgang Denk
2007-08-12Minor alignment of outputWolfgang Denk
2007-08-12Cleanup output on ADS5121 boardWolfgang Denk
2007-08-12Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/masterWolfgang Denk
2007-08-12Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk
2007-08-12Adjust default configuration of ADS5121 board.Wolfgang Denk
2007-08-12Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.Wolfgang Denk
2007-08-11Merge with /home/wd/git/u-boot/custodian/u-boot-fdtWolfgang Denk
2007-08-10Improve error print messages.Gerald Van Baren
2007-08-10fdt: allow for builds that don't want env and bd_t nodesKim Phillips
2007-08-10fdt: do board setup based on fdt address specified on bootm lineKim Phillips
2007-08-10Call ft_board_setup() from the bootm command.Gerald Van Baren
2007-08-10Create new fdt boardsetup command, fix bug parsing [] form of set values.Gerald Van Baren
2007-08-10Tighten up the error messages.Gerald Van Baren
2007-08-10Asthetic improvements: error messages and line lengths.Gerald Van Baren
2007-08-10Fix fdt_chosen() to call ft_board_setup(), clean up long lines.Gerald Van Baren
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren
2007-08-10Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDTGerald Van Baren
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren
2007-08-10Fix cmd_fdt line lengths, refactor code.Gerald Van Baren