Commit Graph

4377 Commits (e18489e8c27e843e337258fb00f2652ff0f43b92)
 

Author SHA1 Message Date
Marian Balakowicz e18489e8c2 Merge branch 'master' of git://www.denx.de/git/u-boot into new-image 16 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 16 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 16 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 16 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 16 years ago
Kumar Gala 4ed6552f71 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 16 years ago
Kumar Gala 4648c2e7a1 [new uImage] ppc: Allow boards to specify effective amount of memory 16 years ago
Kumar Gala 274cea2bdd [new uImage] rework error handling so common functions don't reset 16 years ago
Kumar Gala d2bc095a63 [new uImage] ppc: Re-order ramdisk/fdt handling sequence 16 years ago
Kumar Gala 27953493ef [new uImage] ppc: Determine if we are booting an OF style 16 years ago
Kumar Gala a6612bdfe7 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 16 years ago
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 17 years ago
Marian Balakowicz ff0734cff0 [new uImage] POWERPC: Add image_get_fdt() routine 17 years ago
Marian Balakowicz 1efd43601f [new uImage] Add image_get_kernel() routine 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Marian Balakowicz 823afe7cef [Makefile] Sort COBJS in lib_<arch> Makefiles 17 years ago
Marian Balakowicz 6f0f9dfc4e [new uImage] Optimize gen_get_image() flow control 17 years ago
Marian Balakowicz d2ced9eb19 [new uImage] POWERPC: Split get_fdt() into get and relocate routines 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
Wolfgang Denk b29661fc11 Coding style cleanup. Prepare v1.3.2-rc2 release candidate 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 00b48a4842 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected 17 years ago
Shinya Kuribayashi b075d74efb Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 17 years ago
Shinya Kuribayashi 208acd112e cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. 17 years ago
Shinya Kuribayashi 495a0dde7f cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. 17 years ago
Shinya Kuribayashi e682ba399a cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. 17 years ago
Marcel Moolenaar 02409f8cf5 make define2mk.sed work on FreeBSD 17 years ago
Detlev Zundel e5084af8de Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 17 years ago
Larry Johnson d01b847c5c LM75 bug fix for negative temperatures 17 years ago
Heiko Schocher 5a910c224b IDS8247: update MAINTAINER entry. 17 years ago
Heiko Schocher 79eac2bfb5 Fix device tree for mgsuvd board. 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
Wolfgang Denk 6a2dcaf1ee Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 17 years ago
Wolfgang Denk 45d65b7f28 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash 17 years ago
Wolfgang Denk 239c885802 Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd 17 years ago
Wolfgang Denk 55c802ebb1 Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire 17 years ago
Kumar Gala 5a9abcc317 Remove duplicate defines for ARRAY_SIZE 17 years ago
Kumar Gala 81d93e5c4b ppc: Allow boards to specify effective amount of memory 17 years ago
Mike Frysinger 755c35f54b include autoconf.mk before any other .mk files 17 years ago
Mike Frysinger 16fe77752e error check autoconf.mk generation 17 years ago
Stefano Babic 019895a8de Fix bug in dependency checking 17 years ago
Kyungmin Park 98ba144ccc Fix GPMC CS2 memory setup at apollon 17 years ago
Jean-Christophe PLAGNIOL-VILLARD e845e07e1e uli526x: Fix multiple differ in signedness and parentheses around comparison 17 years ago
Jean-Christophe PLAGNIOL-VILLARD beeccf7a5d MIPS: Fix CFG_NO_FLASH support 17 years ago
Mike Frysinger edfed1d91d easylogo: clean up some more and add -r (rgb) support 17 years ago
Mike Frysinger f65c98129c Makefile: add target for $(LDSCRIPT) 17 years ago
Marian Balakowicz 5583cbf736 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds 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