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