summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala
2008-02-29[new uImage] Add autostart flag to bootm_headers structureKumar Gala
2008-02-29[new uImage] Introduce lmb from linux kernel for memory mgmt of boot imagesKumar Gala
2008-02-29[new uImage] ppc: Allow boards to specify effective amount of memoryKumar Gala
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala
2008-02-29[new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala
2008-02-29[new uImage] ppc: Determine if we are booting an OF styleKumar Gala
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz
2008-02-27[new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz
2008-02-27[new uImage] Add image_get_kernel() routineMarian Balakowicz
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz
2008-02-27[new uImage] Optimize gen_get_image() flow controlMarian Balakowicz
2008-02-27[new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-24Coding style cleanup. Prepare v1.3.2-rc2 release candidateWolfgang Denk
2008-02-23ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selectedJean-Christophe PLAGNIOL-VILLARD
2008-02-23Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi
2008-02-23cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.Shinya Kuribayashi
2008-02-23cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi
2008-02-23cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi
2008-02-22make define2mk.sed work on FreeBSDMarcel Moolenaar
2008-02-22Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.Detlev Zundel
2008-02-22LM75 bug fix for negative temperaturesLarry Johnson
2008-02-22IDS8247: update MAINTAINER entry.Heiko Schocher
2008-02-22Fix device tree for mgsuvd board.Heiko Schocher
2008-02-22lwmon5: enable hardware watchdogYuri Tikhonov
2008-02-22ppc4xx: Support for ATI Radeon 9200 card on sequoiaAnatolij Gustschin
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk
2008-02-22Remove duplicate defines for ARRAY_SIZEKumar Gala
2008-02-22ppc: Allow boards to specify effective amount of memoryKumar Gala
2008-02-22include autoconf.mk before any other .mk filesMike Frysinger
2008-02-22error check autoconf.mk generationMike Frysinger
2008-02-22Fix bug in dependency checkingStefano Babic
2008-02-22Fix GPMC CS2 memory setup at apollonKyungmin Park
2008-02-22uli526x: Fix multiple differ in signedness and parentheses around comparisonJean-Christophe PLAGNIOL-VILLARD
2008-02-22MIPS: Fix CFG_NO_FLASH supportJean-Christophe PLAGNIOL-VILLARD
2008-02-22easylogo: clean up some more and add -r (rgb) supportMike Frysinger
2008-02-22Makefile: add target for $(LDSCRIPT)Mike Frysinger
2008-02-21[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmdsMarian Balakowicz
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz
2008-02-21[new uImage] Add fit_parse_conf() and fit_parse_subimage() routinesMarian Balakowicz