Commit Graph

2357 Commits (da8808df7a9cef5a3d2ee286ef9ebf9de1780660)

Author SHA1 Message Date
Niklaus Giger a079494853 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY 17 years ago
Bartlomiej Sieka 766529fccc Add MD5 support to the new uImage format 17 years ago
Bartlomiej Sieka 0ede0c3835 Add the MD5 algorithm 17 years ago
Marian Balakowicz 1ec73761d2 [new uImage] Fix definition of common bootm_headers_t fields 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz 424c4abdd1 [new uImage] Add new uImage format support to autoscript routine 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 17 years ago
Bartlomiej Sieka 9d25438fe7 [new uImage] Add support for new uImage format to mkimage tool 17 years ago
Marian Balakowicz eb6175edd6 [new uImage] Make node unit names const in struct bootm_headers 17 years ago
Marian Balakowicz 5dfb521386 [new uImage] New uImage low-level API 17 years ago
Heiko Schocher 82afabfeb8 mgsuvd: update board configuration 17 years ago
Heiko Schocher e492c90c26 mgcoge: update board configuration 17 years ago
Kim Phillips 270fe261b7 mpc83xx: make dtb basename file references equal those of linux 17 years ago
Stefan Roese fc84a8495a ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables 17 years ago
Dave Liu bd4458cb47 837xEMDS: Improve the system performance 17 years ago
Detlev Zundel d8ab58b212 Replace "run load; run update" with conditionalized "run load update". 17 years ago
Wolfgang Denk a4475386ce PCS440EP: fix build problems (redundant #define) 17 years ago
Bernhard Nemec 42ba58e0c3 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) 17 years ago
Wolfgang Denk 32bf3d143a Fix quoting problem (preboot setting) in many board config files. 17 years ago
Wolfgang Denk 5b0b2b6fc9 ADS5121: Fix default environment. 17 years ago
michael 8ce4e5c2c0 Fix checking fat32 cluster size. 17 years ago
Stefan Roese 76957cb3d6 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 17 years ago
John Rigby 5f91db7f58 MPC5121e ADS PCI support take 3 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 5599c28cef arm-imx: Fix register definitions 17 years ago
Shinya Kuribayashi f8fa6368a6 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 17 years ago
David Gibson d1cc52879c libfdt: Add and use a node iteration helper function. 17 years ago
Bartlomiej Sieka 8cf30809a8 [new uImage] Add libfdt support to mkimage 17 years ago
Marian Balakowicz 570abb0ad1 [new uImage] Share common uImage code between mkimage and U-boot 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 17 years ago
Kumar Gala 4ed6552f71 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 17 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 17 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 495d162374 sbc8548: Fix cfi flash bank declaration 17 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 724902c846 arm-imx: Fix registers definition 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
Shinya Kuribayashi b075d74efb Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 17 years ago
Detlev Zundel e5084af8de Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 17 years ago
Yuri Tikhonov 2e721094a7 lwmon5: enable hardware watchdog 17 years ago
Anatolij Gustschin bc77881247 ppc4xx: Support for ATI Radeon 9200 card on sequoia 17 years ago
Kumar Gala 5a9abcc317 Remove duplicate defines for ARRAY_SIZE 17 years ago
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 17 years ago
Marian Balakowicz f50433d670 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines 17 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 17 years ago
Marian Balakowicz 75d3e8fbd9 [new uImage] Pull in libfdt if CONFIG_FIT is enabled 17 years ago