aboutsummaryrefslogtreecommitdiff
path: root/lib_avr32
AgeCommit message (Expand)AuthorFilesLines
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-19/+19
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-8/+2
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-9/+3
2008-08-26bootm: refactor entry point codeKumar Gala1-18/+1
2008-08-12Fix fallout from autostart revertKumar Gala1-5/+1
2008-05-27avr32: Put memset in its own sectionHaavard Skinnemoen1-1/+1
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-1/+1
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-4/+16
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-2/+4
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-0/+3
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-2/+2
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-4/+6
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-9/+23
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-70/+2
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-43/+25
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-31/+18
2008-01-18AVR32: Initialize ipaddr, loadaddr and bootfile at startupHaavard Skinnemoen1-0/+10
2007-12-17AVR32: Fix logic inversion in disable_interrupts()Haavard Skinnemoen1-1/+1
2007-12-17AVR32: Enable interrupts at bootupHaavard Skinnemoen1-0/+2
2007-10-06AVR32: Initialize bi_flash* in board_init_rHaavard Skinnemoen1-1/+11
2007-08-10Move 64bit division from avr32 to generic libDirk Behme2-55/+1
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-1/+1
2007-07-13make show_boot_progress () weak.Heiko Schocher1-17/+10
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger1-1/+1
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-04-14AVR32: Enable networkingHaavard Skinnemoen1-0/+7
2007-04-14AVR32: Implement simple DMA memory allocatorHaavard Skinnemoen1-0/+51
2007-04-14AVR32: Use initdram() instead of board_init_memories()Haavard Skinnemoen1-5/+6
2007-04-14AVR32: Relocate u-boot to SDRAMHaavard Skinnemoen1-13/+113
2007-04-14AVR32: Resource management rewriteHaavard Skinnemoen2-2/+3
2007-04-14AVR32: Split start_u_boot into board_init_f and board_init_rHaavard Skinnemoen1-5/+11
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-10-24Add AVR32 architecture supportWolfgang Denk6-0/+711