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