Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Bugfix: make bootm+libfdt compile on boards with no flash | Grant Likely | 2007-09-09 | -0/+2 |
* | PXA270: Add support for multiple serial ports. | stefano babic | 2007-09-07 | -2/+11 |
* | Fix do_bootm_linux() so that multi-file images with FDT blob boot. | Bartlomiej Sieka | 2007-09-07 | -10/+19 |
* | bootm/fdt: Only process the fdt if an fdt address was provided | Grant Likely | 2007-09-06 | -17/+19 |
* | Fix compilation error for omap2420h4_config. | Dirk Behme | 2007-08-29 | -19/+1 |
* | IDE: - make ide_inb () and ide_outb () "weak", so boards can | Heiko Schocher | 2007-08-28 | -35/+16 |
* | ColdFire: Fix some remaining problems with CFG_CMD_ | Stefan Roese | 2007-08-18 | -2/+2 |
* | ColdFire: Add M54455EVB for MCF5445x | TsiChungLiew | 2007-08-16 | -5/+17 |
* | ColdFire: MCF5329 Update and cleanup | TsiChungLiew | 2007-08-16 | -6/+6 |
* | Merge branch 'denx-coldfire' into coldfire-aug2007 | John Rigby | 2007-08-16 | -1/+54 |
|\ | ||||
| * | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | -693/+785 |
| |\ | ||||
| * \ | Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale | Stefan Roese | 2007-07-16 | -1/+54 |
| |\ \ | ||||
| | * \ | Merge branch 'master' into u-boot-5329-early | John Rigby | 2007-07-10 | -93/+906 |
| | |\ \ | ||||
| | * | | | Added M5329AFEE and M5329BFEE Platforms | TsiChung Liew | 2007-06-18 | -1/+54 |
* | | | | | fdt: suppress unused variable 'bd' warning | Kim Phillips | 2007-08-16 | -1/+0 |
* | | | | | Fix warnings from of_data copy fix | Andy Fleming | 2007-08-16 | -2/+2 |
* | | | | | Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards | Andy Fleming | 2007-08-16 | -0/+9 |
* | | | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | -166/+163 |
|\ \ \ \ \ | ||||
| * | | | | | Fix where the #ifdef CFG_BOOTMAPSZ is placed. | Jerry Van Baren | 2007-08-15 | -2/+3 |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-15 | -635/+766 |
|\ \ \ \ \ | |/ / / / | ||||
| * | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx | Wolfgang Denk | 2007-08-14 | -5/+7 |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-08-14 | -680/+765 |
| | |\ \ \ \ | ||||
| | * \ \ \ \ | Merge with /home/stefan/git/u-boot/zeus | Stefan Roese | 2007-08-14 | -0/+2 |
| | |\ \ \ \ \ | ||||
| | | * | | | | | ppc4xx: Add support for AMCC 405EP Taihu board | John Otken | 2007-07-26 | -0/+2 |
| | | | |/ / / | | | |/| | | | ||||
| | * | | | | | ppc4xx: Update AMCC Bamboo 440EP support | Eugene OBrien | 2007-07-31 | -5/+5 |
| | |/ / / / | ||||
| * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-arm | Wolfgang Denk | 2007-08-14 | -1/+1 |
| |\ \ \ \ \ | ||||
| | * | | | | | Add MACH_TYPE records for several AT91 boards. | Peter Pearse | 2007-08-14 | -1/+1 |
| | | |/ / / | | |/| | | | ||||
| * | | | | | Fix initrd/dtb interaction | Andy Fleming | 2007-08-14 | -9/+14 |
| |/ / / / | ||||
| * | | | | Improve error print messages. | Gerald Van Baren | 2007-08-10 | -31/+21 |
| * | | | | fdt: allow for builds that don't want env and bd_t nodes | Kim Phillips | 2007-08-10 | -23/+15 |
| * | | | | fdt: do board setup based on fdt address specified on bootm line | Kim Phillips | 2007-08-10 | -1/+1 |
| * | | | | Call ft_board_setup() from the bootm command. | Gerald Van Baren | 2007-08-10 | -7/+4 |
| * | | | | Create new fdt boardsetup command, fix bug parsing [] form of set values. | Gerald Van Baren | 2007-08-10 | -25/+21 |
| * | | | | Tighten up the error messages. | Gerald Van Baren | 2007-08-10 | -22/+11 |
| * | | | | Asthetic improvements: error messages and line lengths. | Gerald Van Baren | 2007-08-10 | -65/+61 |
| * | | | | Fix fdt_chosen() to call ft_board_setup(), clean up long lines. | Gerald Van Baren | 2007-08-10 | -39/+74 |
| * | | | | For fdt_find_node_by_path(), handle the root path properly. | Gerald Van Baren | 2007-08-10 | -23/+12 |
| * | | | | Replace fdt_node_offset() with fdt_find_node_by_path(). | Gerald Van Baren | 2007-08-10 | -6/+6 |
| * | | | | Fix cmd_fdt line lengths, refactor code. | Gerald Van Baren | 2007-08-10 | -187/+239 |
| * | | | | FDT command improvements. | Gerald Van Baren | 2007-08-10 | -128/+143 |
| * | | | | Reorganize and fix problems (returns) in the bootm command. | Gerald Van Baren | 2007-08-10 | -66/+64 |
| * | | | | Fix bugs in the CONFIG_OF_LIBFDT | Gerald Van Baren | 2007-08-10 | -2/+2 |
| * | | | | Improve fdt move length handling. | Gerald Van Baren | 2007-08-10 | -6/+15 |
| * | | | | Minor code clean up. | Gerald Van Baren | 2007-08-10 | -0/+5 |
| * | | | | Improve error messages, more informative. | Gerald Van Baren | 2007-08-10 | -13/+14 |
| * | | | | [ARM] TI DaVinci support, hopefully final | Sergey Kubushyn | 2007-08-10 | -1/+14 |
| * | | | | Merge with git://www.denx.de/git/u-boot.git | Markus Klotzbuecher | 2007-08-07 | -417/+1197 |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge with /home/wd/git/u-boot/custodian/u-boot-testing | Wolfgang Denk | 2007-08-06 | -246/+250 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | ||||
| | | * | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx | Wolfgang Denk | 2007-08-06 | -38/+113 |
| | | |\ \ \ | ||||
| | | | * \ \ | Merge branch 'testing' into working | Andy Fleming | 2007-08-03 | -246/+248 |
| | | | |\ \ \ | | | | | |_|/ | | | | |/| | |