- 2fbbf3e Replace lost end of at45.c. by Peter Pearse · 17 years ago
- aacc860 Update Makefiles for merged and split at45.c. by Peter Pearse · 17 years ago
- 6a5486b Delete the merged files. by Peter Pearse · 17 years ago
- 051c257 Add the files. by Peter Pearse · 17 years ago
- de5b02c Add MACH_TYPE records for several AT91 boards. by Peter Pearse · 17 years ago
- 1ae021e Coding style cleanup, update CHANGELOG by Wolfgang Denk · 17 years ago
- 474c1a9 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx by Wolfgang Denk · 17 years ago
- 627f5c3 Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
- 1dfd6d9 85xxCDS: Add make targets for legacy systems. by Randy Vinson · 18 years ago
- 4eabb1f 85xxCDS: Enable the VIA PCI-to-ISA bridge. by Andy Fleming · 17 years ago
- ee0e917 Add support for UEC to 8568 by Andy Fleming · 17 years ago
- c4fc883 Add PCI support for MPC8568MDS board by Haiying Wang · 17 years ago
- 6c309b0 Empirically set cpo and clk_adjust for mpc85xx DDR2 support by Haiying Wang · 17 years ago
- 76e276b Use an absolute address when jumping out of 4k boot page by Kumar Gala · 17 years ago
- 30725fe MPC85xx BA bits not set for 3-bit bank address DIMM by Andy Fleming · 17 years ago
- 6e45262 Fix minor 85xx warnings by Andy Fleming · 17 years ago
- 95ae0a0 8548cds PCIE support. by Ed Swarthout · 17 years ago
- 52b9852 8544ds PCIE support by Ed Swarthout · 17 years ago
- f08233c 85xx start.S cleanup and exception support by Andy Fleming · 17 years ago
- 92d64e1 Add MPC8544DS README by Andy Fleming · 17 years ago
- dadc6c9 85xx allow debugger to configure ddr. by Ed Swarthout · 17 years ago
- dd93d8f mpc85xx L2 cache reporting and SRAM relocation option. by Ed Swarthout · 17 years ago
- 20e4826 e500 needs ppc_asm.tmp MCK_EXCEPTION by Ed Swarthout · 17 years ago
- 7280da7 multicast tftp: RFC2090 by David Updegraff · 17 years ago
- 22bcd6e New CONFIG_BOOTP_SERVERIP option by Wilson Callan · 17 years ago
- e54d6c1 Add ability to take MAC address from the environment to DM9000 driver by Mike Rapoport · 17 years ago
- ff0a5b9 Sync'd u-boot-net with mainline by Ben Warren · 17 years ago
- 4321be5 Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx by Wolfgang Denk · 17 years ago
- 3688293 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
- 8fc3217 Merge commit 'remotes/wd/master' by Jon Loeliger · 17 years ago
- 18f2f03 Modify SBC8641D to use new Freescale PCI routines by Joe Hamman · 17 years ago
- ec8e3a5 atmel_mci: Fix data timeout value by Haavard Skinnemoen · 17 years ago
- 9ec3b35 AVR32: Include <div64.h> instead of <asm/div64.h> by Haavard Skinnemoen · 17 years ago
- 06dd9d5 Merge commit 'upstream/master' by Haavard Skinnemoen · 17 years ago
- ded3cc5 atmel_mci: Use 512 byte blocksize if possible by Haavard Skinnemoen · 17 years ago
- 18dd1fc Update CHANGELOG by Wolfgang Denk · 17 years ago
- e4a56a5 Minor alignment of output, 2nd try. Also update CHANGELOG by Wolfgang Denk · 17 years ago
- 16b28d2 Minor alignment of output by Wolfgang Denk · 17 years ago
- 0bf439d Cleanup output on ADS5121 board by Wolfgang Denk · 17 years ago
- 49dff0f Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
- 036384c Adapt board configuration and fix kernel crash on MCC200 board. by Wolfgang Denk · 17 years ago
- 83b1fac Adjust default configuration of ADS5121 board. by Wolfgang Denk · 17 years ago
- 56cbd02 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. by Wolfgang Denk · 17 years ago
- 5525d01 Merge with /home/wd/git/u-boot/custodian/u-boot-fdt by Wolfgang Denk · 17 years ago
- 0dc2512 Improve error print messages. by Gerald Van Baren · 17 years ago
- bd9d115 fdt: allow for builds that don't want env and bd_t nodes by Kim Phillips · 17 years ago
- b5ceed7 fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
- 566fae3 Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
- 5606a36 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
- f097fa0 Tighten up the error messages. by Gerald Van Baren · 17 years ago
- 8e1aa43 Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
- 43555f4 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. by Gerald Van Baren · 18 years ago
- 1178d6a For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 18 years ago
- 18c75c6 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT by Gerald Van Baren · 18 years ago
- d7cae57 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
- e596a16 Fix cmd_fdt line lengths, refactor code. by Gerald Van Baren · 18 years ago
- 0ea55d2 FDT command improvements. by Gerald Van Baren · 18 years ago
- eaa1464 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 18 years ago
- 2beccd6 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- 4d22392 Improve fdt move length handling. by Gerald Van Baren · 18 years ago
- cfede44 Minor code clean up. by Gerald Van Baren · 18 years ago
- f68a9e3 Improve error messages, more informative. by Gerald Van Baren · 18 years ago
- 960caf3 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- f62d82e Merge git://www.denx.de/git/u-boot by Gerald Van Baren · 17 years ago
- 1016042 add image size and descriptors for Spartan 3E FPGA chips by Bruce Adler · 17 years ago
- 8c0c893 make MAKEALL more immune to merge conflicts by Kim Phillips · 17 years ago
- 203fee3 README: Remove outdated cpu type, board type, and NAME_config lists by Kim Phillips · 17 years ago
- 99e4d6c mpc83xx: Suppress the warning 'burstlen' by Dave Liu · 17 years ago
- 1bab0b0 Add support for SBC8641D. Config files. by Joe Hamman · 17 years ago
- e0bdea3 Add support for SBC8641D. Board files. by Joe Hamman · 17 years ago
- 21fe6bf Merge with git+ssh://sr@pollux.denx.org/home/wd/git/u-boot/from_stefan by Stefan Roese · 17 years ago
- 86ec912 Conding style cleanup by Stefan Roese · 17 years ago
- f9333f5 Merge with git://www.denx.de/git/u-boot.git by Stefan Roese · 17 years ago
- e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
- 15bc3e7 fsl_pci_init cleanup. by Ed Swarthout · 17 years ago
- ea8949e pciauto_setup_device bars_num fix by Ed Swarthout · 17 years ago
- cfe0cf2 8641hpcn: Do correct sized pointer math. by Jon Loeliger · 17 years ago
- 11c9958 cpu/86xx fixes. by Jon Loeliger · 17 years ago
- e0dd741 Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago
- 0f28786 Merge with /home/wd/git/u-boot/work by Wolfgang Denk · 17 years ago
- 32d1f76 Make use of generic 64bit division in nand_util.c by Dirk Behme · 17 years ago
- fb1dacd Move 64bit division from avr32 to generic lib by Dirk Behme · 17 years ago
- ae12ddb mpc83xx: fix ITX[GP] O=builddir builds by Kim Phillips · 17 years ago
- 746f558 mpc83xx: Correct the README for DDR ECC by Dave Liu · 17 years ago
- a2c2ceb mpc83xx: Consolidate the ECC support of 83xx by Dave Liu · 17 years ago
- c9fa31f mpc83xx: Correct the burst length for DDR2 with 32 bits by Dave Liu · 17 years ago
- b22fc90 mpc83xx: add support for the MPC8323E RDB by Kim Phillips · 17 years ago
- 3c6f3b7 mpc83xx: fixup generic pci for libfdt by Kim Phillips · 17 years ago
- 60dc3fc mpc83xx: fix 8360 and cpu functions to update fdt being passed by Kim Phillips · 17 years ago
- a4deb4d mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled by Jerry Van Baren · 17 years ago
- 1a96f62 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). by Jerry Van Baren · 17 years ago
- ebd35f8 mpc83xx: Add support for the display of reset status by Dave Liu · 17 years ago
- 11da175 mpc83xx: Fix the align bug of SDMA buffer by Dave Liu · 17 years ago
- 8254c91 mpc83xx: Revise the MPC8360EMDS readme doc by Dave Liu · 17 years ago
- 193d334 FSL I2C driver programs the two I2C busses differently by Timur Tabi · 17 years ago
- 0b2deff Update SCCR programming in cpu_init_f() to support all 83xx processors by Timur Tabi · 17 years ago
- 5610da1 TQM834x: cleanup configuraton by Martin Krause · 17 years ago
- f63312e MPC83xx: Fix makefile to generate config.h file in the build directory by david.saada · 17 years ago
- f600cf3 mpc83xx: Add support for 8360 silicon revision 2.1 by Lee Nipper · 17 years ago
- 77a3c0d Merge with git+ssh://atlas/home/wd/git/u-boot/master by Wolfgang Denk · 17 years ago