summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* Add MD5 support to the new uImage formatBartlomiej Sieka2008-03-14-0/+1
* Add the MD5 algorithmBartlomiej Sieka2008-03-14-0/+23
* Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12-261/+527
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-03-08-4/+4
| |\
| | * mpc83xx: make dtb basename file references equal those of linuxKim Phillips2008-03-07-4/+4
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-03-08-7/+17
| |\ \
| | * | ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variablesStefan Roese2008-03-07-7/+17
| | |/
| * | mgsuvd: update board configurationHeiko Schocher2008-03-08-2/+10
| * | mgcoge: update board configurationHeiko Schocher2008-03-08-2/+33
| |/
| * 837xEMDS: Improve the system performanceDave Liu2008-03-07-1/+9
| * Replace "run load; run update" with conditionalized "run load update".Detlev Zundel2008-03-06-29/+29
| * PCS440EP: fix build problems (redundant #define)Wolfgang Denk2008-03-04-4/+0
| * Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)Bernhard Nemec2008-03-03-22/+0
| * Fix quoting problem (preboot setting) in many board config files.Wolfgang Denk2008-03-03-96/+95
| * ADS5121: Fix default environment.Wolfgang Denk2008-03-03-7/+8
| * Fix checking fat32 cluster size.michael2008-03-03-1/+2
| * ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1Stefan Roese2008-03-02-6/+21
| * Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-03-02-1/+1
| |\
| | * sbc8548: Fix cfi flash bank declarationJean-Christophe PLAGNIOL-VILLARD2008-02-27-1/+1
| * | MPC5121e ADS PCI support take 3John Rigby2008-03-02-7/+169
| * | arm-imx: Fix register definitionsJean-Christophe PLAGNIOL-VILLARD2008-03-02-60/+117
| * | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi2008-03-02-12/+12
| |/
* | [new uImage] Fix definition of common bootm_headers_t fieldsMarian Balakowicz2008-03-12-1/+2
* | [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-12-0/+3
* | [new uImage] Add new uImage format support to autoscript routineMarian Balakowicz2008-03-12-1/+1
* | [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-12-2/+5
* | [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-12-3/+2
* | [new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka2008-03-11-4/+11
* | [new uImage] Make node unit names const in struct bootm_headersMarian Balakowicz2008-03-10-3/+3
* | [new uImage] New uImage low-level APIMarian Balakowicz2008-03-10-2/+151
* | libfdt: Add and use a node iteration helper function.David Gibson2008-02-29-0/+6
* | [new uImage] Add libfdt support to mkimageBartlomiej Sieka2008-02-29-0/+4
* | [new uImage] Share common uImage code between mkimage and U-bootMarian Balakowicz2008-02-29-8/+13
* | [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-33/+39
* | Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-29-41/+113
|\ \ | |/
| * Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi2008-02-23-21/+21
| * Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.Detlev Zundel2008-02-22-3/+3
| * lwmon5: enable hardware watchdogYuri Tikhonov2008-02-22-2/+1
| * ppc4xx: Support for ATI Radeon 9200 card on sequoiaAnatolij Gustschin2008-02-22-1/+25
| * Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-22-12/+12
| |\
| | * 86xx: Fix GUR PCI config registers properly.Jon Loeliger2008-02-20-2/+8
| | * 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.Jon Loeliger2008-02-20-1/+1
| | * 8610HPCD: Fix typos in two PCI setup registers.Jon Loeliger2008-02-19-2/+0
| | * 86xx: Convert sbc8641d to use libfdt.Jon Loeliger2008-02-18-7/+3
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk2008-02-22-0/+51
| |\ \
| | * | API: Add (c) and licensing notice to the public API header.Rafal Jaworowski2008-02-21-0/+51
| | |/
| * | Remove duplicate defines for ARRAY_SIZEKumar Gala2008-02-22-2/+0
| |/
* | [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-29-0/+2
* | [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-29-7/+5
* | [new uImage] Add autostart flag to bootm_headers structureKumar Gala2008-02-29-0/+2