summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-02-25[new uImage] Add dual format uImage support frameworkMarian 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
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz
2008-02-16ppc4xx: HCU4/5. Cleanup configsNiklaus Giger
2008-02-16ppc4xx: PPC405GPr fix missing register definitionsNiklaus Giger
2008-02-16ppc4xx: Beautify configuration files for Sequoia and Korat boardsLarry Johnson
2008-02-15Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdevPeter Pearse
2008-02-15Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse
2008-02-15Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdevPeter Pearse
2008-02-15Fix compile warning on lib_ppc/board.cAnatolij Gustschin
2008-02-15Extend ATI Radeon driver to support more video modesAnatolij Gustschin
2008-02-15xsengine: fix typo and few coding styleJean-Christophe PLAGNIOL-VILLARD
2008-02-15Merge ../custodiansWolfgang Denk
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk
2008-02-15Merge ../custodiansWolfgang Denk
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk
2008-02-15Merge ../custodiansWolfgang Denk
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk
2008-02-15Coding STyle cleanup.Wolfgang Denk
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk
2008-02-14sh: Fix register address of SH7722Nobuhiro Iwamatsu
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi
2008-02-14TQM834x: clean up configurationWolfgang Denk
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk
2008-02-14Merge commit 'wd/master'Jon Loeliger
2008-02-14Merge branch 'for-1.3.2'Stefan Roese
2008-02-14Support for Artila M-501 starter kitTimo Tuunainen
2008-02-14AT91CAP9 support : board/ filesStelian Pop
2008-02-14AT91CAP9 support : include/ filesStelian Pop
2008-02-14Update board NetStarPeter Pearse
2008-02-14Mark board_init_[fr] as noreturnMike Frysinger
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala
2008-02-13Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbolsJon Loeliger
2008-02-13Merge commit 'wd/master'Jon Loeliger
2008-02-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2008-02-12Get rid of "#undef DEBUG" from board config files.Wolfgang Denk
2008-02-12Remove #undef DEBUG from MPC83xx board header filesTimur Tabi
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz
2008-02-07[new uImage] Factor out common routines for getting os/arch/type/comp namesMarian Balakowicz
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz