summaryrefslogtreecommitdiff
path: root/lib_avr32
AgeCommit message (Expand)Author
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser
2009-07-26lib_avr32/board.c: fix too long line added by 716ece1dAnatolij Gustschin
2009-07-26Add AVR32 LCD supportMark Jackson
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-02-23AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ESOlav Morken
2009-02-23AVR32: Move addrspace.h to arch-directory, and move some functions from io.h ...Olav Morken
2009-02-23AVR32: Make cacheflush cpu-dependentOlav Morken
2008-12-17Merge branch 'fixes' into cleanupsHaavard Skinnemoen
2008-12-08avr32/bootm: remove unused variable 'ret'Jean-Christophe PLAGNIOL-VILLARD
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' labelJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD
2008-09-01avr32: use board_early_init_r instead of board_init_infoHaavard Skinnemoen
2008-09-01avr32: Use board_postclk_init instead of gclk_initHaavard Skinnemoen
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-12Fix fallout from autostart revertKumar Gala
2008-05-27avr32: Put memset in its own sectionHaavard Skinnemoen
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz
2008-01-18AVR32: Initialize ipaddr, loadaddr and bootfile at startupHaavard Skinnemoen
2007-12-17AVR32: Fix logic inversion in disable_interrupts()Haavard Skinnemoen
2007-12-17AVR32: Enable interrupts at bootupHaavard Skinnemoen
2007-10-06AVR32: Initialize bi_flash* in board_init_rHaavard Skinnemoen
2007-08-10Move 64bit division from avr32 to generic libDirk Behme
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-07-13make show_boot_progress () weak.Heiko Schocher
2007-07-09lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_...Jon Loeliger
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-04-14AVR32: Enable networkingHaavard Skinnemoen
2007-04-14AVR32: Implement simple DMA memory allocatorHaavard Skinnemoen