- 5d3cc55 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c by Marian Balakowicz · 17 years ago
- b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- 7fc7928 Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
- 5441f61 Fix two typos. by Detlev Zundel · 17 years ago
- b8685af Merge git://www.denx.de/git/u-boot by Nobuhiro Iwamatsu · 17 years ago
- a7d7eca Bugfix: make bootm+libfdt compile on boards with no flash by Grant Likely · 17 years ago
- 5b729fb Fix do_bootm_linux() so that multi-file images with FDT blob boot. by Bartlomiej Sieka · 17 years ago
- e790212 bootm/fdt: Only process the fdt if an fdt address was provided by Grant Likely · 17 years ago
- 82bd9ee Fix warnings from of_data copy fix by Andy Fleming · 17 years ago
- 10aaf71 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards by Andy Fleming · 17 years ago
- 210f463 Fix where the #ifdef CFG_BOOTMAPSZ is placed. by Jerry Van Baren · 17 years ago
- 073e1b5 Fix initrd/dtb interaction by Andy Fleming · 17 years ago
- 91148bf fdt: do board setup based on fdt address specified on bootm line by Kim Phillips · 17 years ago
- e125a2f Call ft_board_setup() from the bootm command. by Gerald Van Baren · 17 years ago
- c45874b Asthetic improvements: error messages and line lengths. by Gerald Van Baren · 17 years ago
- 38eb508 Reorganize and fix problems (returns) in the bootm command. by Gerald Van Baren · 17 years ago
- 89c8757 Fix bugs in the CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
- fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
- 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- baa26db common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
- a76adc8 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 0b135cf sh: First support code of SuperH. by Nobuhiro Iwamatsu · 17 years ago
- 9877d7d Fix initrd length corruption in bootm command. by Wolfgang Denk · 18 years ago
- c28abb9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
- 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago
- aea03c4 Fix some minor whitespace violations. by Gerald Van Baren · 18 years ago
- 213bf8c Add a flattened device tree (fdt) command (2 of 2) by Gerald Van Baren · 18 years ago
- 44ba464 Code cleanup / re-insert previous Copyright entries. by Wolfgang Denk · 18 years ago
- ef26a08 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform by Aubrey.Li · 18 years ago
- da5553b [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel by Stefan Roese · 18 years ago
- 2b2a40b Code cleanup. by Wolfgang Denk · 18 years ago
- c76f951 Added support for Multi-Image files that contain a device tree by Kumar Gala · 18 years ago
- d97370f Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
- 1eaf3a5 Fix possible uninitialized variable compiler warning. by Grant Likely · 18 years ago
- 7e2a24d Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd by Wolfgang Denk · 18 years ago
- 7376eb8 * Fix a bunch of compiler warnings for gcc 4.0 by Matthew McClintock · 18 years ago
- fb883a5 Merge with /home/wd/git/u-boot/master by Wolfgang Denk · 18 years ago
- daaba98 Merge branch 'master' of http://www.denx.de/git/u-boot by Jon Loeliger · 18 years ago
- 1a1b737 Define IH_CPU_AVR32 by Stefan Roese · 18 years ago
- b2b7842 * Another small fix for booting with disable_of by Matthew McClintock · 18 years ago
- 5de62c4 Fix disable_of booting by Matthew McClintock · 18 years ago
- 87a449c Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
- 1c8f6d8 Unlock cache before kernel starts up for MPC86xx by Haiying Wang · 18 years ago
- 86c8e17 * Fix disable_of booting by Matthew McClintock · 18 years ago
- 25c751e * Support for FDT in uImage format, error when using FDT from flash by Matthew McClintock · 18 years ago
- 92c427b Merge branch 'mpc85xx' by Jon Loeliger · 18 years ago
- 5498d90 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · 18 years ago
- 0267768 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006 by Matthew McClintock · 18 years ago
- fcb28e7 Fixed initrd issue by define big RAM by Jin Zhengxiong · 18 years ago
- e6cd2a1 We made a u-boot patch to fix the hang up issue by Jason Jin · 18 years ago
- 1b380ec * Patch to modify ft_build.c to update flat device trees in place by Matthew McClintock · 18 years ago
- 98a9c4d * Modify bootm command to support booting with flat device trees by Matthew McClintock · 18 years ago
- 6cfea33 Remove unneeded INIT_RAM_LOCK cache twiddling. by Haiying Wang · 18 years ago
- d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
- 15940c9 Change max size of uncompressed uImage's to 8MByte and add by Stefan Roese · 19 years ago
- a3f0169 Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr by Wolfgang Denk · 19 years ago
- 0afe519 Add ADI Blackfin support by Wolfgang Denk · 19 years ago
- dc013d4 Add loads of ntohl() in image header handling by Wolfgang Denk · 19 years ago
- e559a69 Add support for passing initrd information via flat device tree by Kumar Gala · 19 years ago
- 84bd92b Merge with /home/m8/git/u-boot by Wolfgang Denk · 19 years ago
- 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
- f57f70a Support passing of OF flat trees to the kernel. by Wolfgang Denk · 19 years ago
- e6f2e90 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
- bccae90 Fix booting from serial dataflash on AT91RM9200 by Wolfgang Denk · 19 years ago
- 9c4c5ae * Patch by Jon Loeliger, Kumar Gala 2005-02-08 by Jon Loeliger · 19 years ago
- b2532ef * Patch by Travis Sawyer, 10 Jun 2005: by wdenk · 19 years ago
- c1a11c1 * Patch by Scott McNutt, 01 Nov 2004: by wdenk · 20 years ago
- 9d5028c * Update for AT91RM9200DK and CMC_PU2 boards: by wdenk · 20 years ago
- 983fda8 Patch by TsiChung Liew, 23 Sep 2004: by wdenk · 20 years ago
- 5c952cf Patches by Scott McNutt, 24 Aug 2004: by wdenk · 20 years ago
- eedcd07 * Patch by Detlev Zundel, 08 Sep 2004: Update etags build target by wdenk · 20 years ago LABEL_2004_09_09_0000
- 507bbe3 * Patch by Yasushi Shoji, 07 Apr 2004: by wdenk · 21 years ago
- 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
- cbd8a35 * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago
- 5653fc3 * Patch by Yuli Barcohen, 26 Jan 2004: by wdenk · 21 years ago
- d4ca31c * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
- 4e5ca3e * Patch by Bernhard Kuhn, 28 Nov 2003: by wdenk · 21 years ago
- b96619a Fix typo in MPC5XXX code (pointed out by Victor Wren) by wdenk · 21 years ago
- 5bb226e * Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools by wdenk · 21 years ago
- b13fb01 * Fix parameter passing to standalone images with bootm command by wdenk · 21 years ago U-Boot-1_0_0
- a57a496 * Patch by Xiao Xianghua, 23 Oct 2003: small patch for mpc85xx by wdenk · 21 years ago
- 8cb8143 * Correct header printing for multi-image files in do_bootm() by dzu · 21 years ago
- 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago LABEL_2003_10_16_0200
- f72da34 Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago LABEL_2003_10_10_1200
- 4a55170 * Patch by Scott McNutt, 04 Oct 2003: by wdenk · 21 years ago
- c29fdfc Patch by Yuli Barcohen, 14 Aug 2003: add support for bzip2 uncompression by wdenk · 21 years ago
- bdccc4f * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
- 1f4bb37 * Patch by Scott McNutt, 21 Jul 2003: by wdenk · 21 years ago
- 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
- 945af8d * Add support for IceCube board (with MGT5100 and MPC5200 CPUs) by wdenk · 21 years ago U-Boot-0_4_4
- 8564acf * Patches by Yuli Barcohen, 13 Jul 2003: by wdenk · 21 years ago
- 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
- 3d96ede Fix duplicate command entry. by wdenk · 21 years ago
- 9d2b18a Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
- 8bde7f7 * Code cleanup: by wdenk · 21 years ago LABEL_2003_06_27_2340
- 2abbe07 * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
- 38b9926 Add zero-copy ramdisk support (requires corresponding kernel support!) by wdenk · 21 years ago
- 7f70e85 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 21 years ago LABEL_2003_05_20_1630
- d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago