summaryrefslogtreecommitdiff
path: root/lib_avr32
Commit message (Expand)AuthorAgeLines
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-774/+0
* Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini2009-10-10-0/+7
* push LOAD_ADDR out to arch mk filesMike Frysinger2009-09-04-0/+2
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-04-13/+2
* Standardize mem_malloc_init() implementationPeter Tyser2009-09-04-10/+7
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-04-19/+0
* lib_avr32/board.c: fix too long line added by 716ece1dAnatolij Gustschin2009-07-26-1/+2
* Add AVR32 LCD supportMark Jackson2009-07-26-0/+11
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-21-0/+27
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-2/+2
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-04-1/+1
* AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ESOlav Morken2009-02-23-0/+7
* AVR32: Move addrspace.h to arch-directory, and move some functions from io.h ...Olav Morken2009-02-23-1/+1
* AVR32: Make cacheflush cpu-dependentOlav Morken2009-02-23-1/+1
* Merge branch 'fixes' into cleanupsHaavard Skinnemoen2008-12-17-24/+27
|\
| * avr32/bootm: remove unused variable 'ret'Jean-Christophe PLAGNIOL-VILLARD2008-12-08-1/+0
| * Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
| * bootm: Add subcommandsKumar Gala2008-10-29-0/+3
| * rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-19/+19
| * bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD2008-09-10-1/+1
| * rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-10-2/+2
* | avr32: use board_early_init_r instead of board_init_infoHaavard Skinnemoen2008-09-01-1/+3
* | avr32: Use board_postclk_init instead of gclk_initHaavard Skinnemoen2008-09-01-0/+8
|/
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-26-8/+2
* bootm: refactor ramdisk locating codeKumar Gala2008-08-26-9/+3
* bootm: refactor entry point codeKumar Gala2008-08-26-18/+1
* Fix fallout from autostart revertKumar Gala2008-08-12-5/+1
* avr32: Put memset in its own sectionHaavard Skinnemoen2008-05-27-1/+1
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-17-1/+1
* [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-12-4/+16
* [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-12-2/+4
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-29-1/+1
* [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-29-0/+3
* [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-27-2/+2
* [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-27-4/+6
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-25-9/+23
* [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-07-70/+2
* [new uImage] Rename architecture specific bootm code filesMarian Balakowicz2008-02-07-1/+1
* [new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz2008-02-07-43/+25
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-07-31/+18
* AVR32: Initialize ipaddr, loadaddr and bootfile at startupHaavard Skinnemoen2008-01-18-0/+10
* AVR32: Fix logic inversion in disable_interrupts()Haavard Skinnemoen2007-12-17-1/+1
* AVR32: Enable interrupts at bootupHaavard Skinnemoen2007-12-17-0/+2
* AVR32: Initialize bi_flash* in board_init_rHaavard Skinnemoen2007-10-06-1/+11
* Move 64bit division from avr32 to generic libDirk Behme2007-08-10-55/+1
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-06-1/+1
|\
| * lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger2007-07-09-1/+1
| * lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* | make show_boot_progress () weak.Heiko Schocher2007-07-13-17/+10
|/
* AVR32: Enable networkingHaavard Skinnemoen2007-04-14-0/+7