aboutsummaryrefslogtreecommitdiffstats
path: root/lib_avr32
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-774/+0
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini1-0/+7
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger1-0/+2
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser1-13/+2
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser1-10/+7
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser1-19/+0
2009-07-26lib_avr32/board.c: fix too long line added by 716ece1dAnatolij Gustschin1-1/+2
2009-07-26Add AVR32 LCD supportMark Jackson1-0/+11
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser1-0/+27
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-2/+2
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-02-23AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ESOlav Morken1-0/+7
2009-02-23AVR32: Move addrspace.h to arch-directory, and move some functions from io.h ...Olav Morken1-1/+1
2009-02-23AVR32: Make cacheflush cpu-dependentOlav Morken1-1/+1
2008-12-17Merge branch 'fixes' into cleanupsHaavard Skinnemoen2-24/+27
2008-12-08avr32/bootm: remove unused variable 'ret'Jean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
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-09-01avr32: use board_early_init_r instead of board_init_infoHaavard Skinnemoen1-1/+3
2008-09-01avr32: Use board_postclk_init instead of gclk_initHaavard Skinnemoen1-0/+8
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