- 552a319 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD by Aneesh V · 13 years ago
- 0689067 arm: add CONFIG_MACH_TYPE setting and documentation by Igor Grinberg · 13 years ago
- 3e3bc1e armv7: integrate cache maintenance support by Aneesh V · 13 years ago
- ecee9c8 armv7: rename cache related CONFIG flags by Aneesh V · 13 years ago
- ae74ec6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
- 24599de run arm_pci_init after relocation by Michael Schwingen · 14 years ago
- 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
- 50777c4 Don't grab memory for LCD if FB address is defined by Minkyu Kang · 14 years ago
- a346ba9 ARM: fix stack pointer adjustment in board_init_f() by Eric Cooper · 14 years ago
- 1864b00 arm: fix incorrect monitor protection region in FLASH by Po-Yu Chuang · 14 years ago
- 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
- 17f288a arm: add 8-byte alignment for ABI compliance before board_init_f by Heiko Schocher · 14 years ago
- 627857d Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC by Wolfgang Denk · 14 years ago
- d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
- aac7359 ARM: fix relocation support for onenand device. by Enric Balletbo i Serra · 14 years ago
- 2185646 Merge branch 'elf_reloc' by Wolfgang Denk · 14 years ago
- a93ec57 env_mmc: Fix crashing bug encountered after enabling ARM relocation by Steve Sakoman · 14 years ago
- 6d1fcb1 arm: implement ELF relocations by Albert Aribaud · 14 years ago
- 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · 14 years ago
- aeb2991 ARM: add relocation support by Heiko Schocher · 14 years ago
- b4eceac Save environment data to mmc. by Terry Lv · 15 years ago
- 76af278 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
- cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_arm/board.c]
- ff7a5ca fsl_esdhc: add support for mx51 processor by Stefano Babic · 15 years ago
- 27c6e0b ARM Don't inline weak symbols by Ron Lee · 15 years ago
- 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
- 781c9b8 Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
- ed52770 Standardize mem_malloc_init() implementation by Peter Tyser · 15 years ago
- a78ded6 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
- 3bf5d83 Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
- 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 50ff6df arm: add support for CONFIG_GENERIC_MMC by Ilya Yanok · 15 years ago
- beb957c make MODEM SUPPORT generic instead of duplicate it by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 9819670 arch_misc_init support for ARM architectures by Prafulla Wadaskar · 16 years ago
- de510ba arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 225bb68 ARM Add blue colour LED to status_led. by Tom Rix · 16 years ago
- 8c9fc00 arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- b81464e lib_arch/board.c: Move malloc initialization before flash_init() by Stefan Roese · 16 years ago
- afd16e2 lib_arm/board.c: remove misleading "test-only" comment. by Wolfgang Denk · 16 years ago
- 23164f1 at91sam9/at91cap: improve clock framework by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 198a289 cmc_pu2: get mac address from environment by Mike Frysinger · 16 years ago
- 7a2043d arm: get mac address from environment by Mike Frysinger · 16 years ago
- b802310 arm: add uart dcc support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 413fc0a Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 16 years ago
- 9d9689f API: Provide syscall entry point for the ARM architecture. by Rafal Jaworowski · 16 years ago
- ac94af4 ARM: remove unused variable by Guennadi Liakhovetski · 16 years ago
- 86588ea ixp: move pci init in arm/board instead of cpu by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 6294850 Update U-Boot's build timestamp on every compile by Peter Tyser · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- e89dc94 Fix bug: in arch-arm, env_get_char dose not work fine by gnusercn · 16 years ago
- 221599dd Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 4b26f05 ARM DaVinci: Changing function names for EMAC driver by Sandeep Paulraj · 16 years ago
- b644d6b Consolidate strmhz() implementation by Haavard Skinnemoen · 16 years ago
- 3762825 Fix merge problems by Stefan Roese · 16 years ago
- 8630bea Merge remote branch 'u-boot-at91/for-1.3.4' by Wolfgang Denk · 16 years ago
- e898dfd Remove prototypes of nand_init() in favor of including nand.h. by Scott Wood · 17 years ago
- f6f8665 Add ATMEL LCD driver by Stelian Pop · 17 years ago
- b5a7541 Fix implicit declaration build warnings by Marcel Ziswiler · 17 years ago
- b7d1164 ARM: add I2C init function call in lib_arm/board.c by Hebbar · 17 years ago
- 6beda0c ARM: support board-specific ethernet PHY init by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
- ed0ea1f drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
- 5ced83e Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 17 years ago
- ebc1591 Coding Style cleanup. by Wolfgang Denk · 17 years ago
- af3d11c OneNAND support (take #2) by Kyungmin Park · 17 years ago
- 990ac3b Merge with git://www.denx.de/git/u-boot.git by Peter Pearse · 17 years ago
- 5ab4f03 PXA270: Add support for multiple serial ports. by stefano babic · 17 years ago
- 2c261ca Add coloured led interface for ARM boards. by Peter Pearse · 17 years ago
- e8f3912 [ARM] TI DaVinci support, hopefully final by Sergey Kubushyn · 17 years ago
- 1670a5b disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 1207797 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
- 2f7ec43 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- b643732 cosmetic: print amount of NAND flash aligned with the other values such as DRAM by Markus Klotzbuecher · 19 years ago
- 10e4f54 More GCC 4.x woes by Wolfgang Denk · 19 years ago
- 7fa6e90 Some code cleanup for GCC 4.x by Wolfgang Denk · 19 years ago
- 2105aa2 Cleanup (get rid of debug code that sneaked in) by Wolfgang Denk · 19 years ago
- f4a5c61 First steps implementing NAND support. Not working, fails to read ID. by Markus Klotzbücher · 19 years ago
- aedd96a Changed gcc-4.0 global data pointer fix to conform with the fix for this on by Markus Klotzbücher · 19 years ago
- 21e69a0 This is the first commit for the u-boot zylonite port. The following has be by Markus Klotzbücher · 19 years ago
- 7a132ae Cleanup U-Boot boot messages on ARM. by Wolfgang Denk · 19 years ago
- aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
- 9cf5610 Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2 by Wolfgang Denk · 19 years ago
- 9773ef9 Patch by Martin Krause, 01 Apr 2005: by wdenk · 20 years ago
- 26c5843 * Patch by Jon Loeliger, 02 Sep 2004: by wdenk · 20 years ago
- 7ac1610 * Code cleanup by wdenk · 20 years ago
- 361f4a2 * Patch by Philippe Robin, 01 Jul 2004: by wdenk · 20 years ago
- 3337af4 * Patches by Richard Woodruff, 10 Jun 2004: by wdenk · 20 years ago
- 9e07690 * Fix flash parameters passed to Linux for PPChameleon board by wdenk · 20 years ago
- 3c71176 * Patch by Paul Ruhland, 17 May 2004: by wdenk · 20 years ago
- 6b1aa8d Patch by Dave Peverley, 29 Apr 2004: by wdenk · 20 years ago
- 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
- 4b6e905 * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · 21 years ago
- da55c6e * The PS/2 mux on the BMS2003 board needs 450 ms after power on by wdenk · 21 years ago
- 5d5317e * Patch by Xue Ligong (Joe), 13 Nov 2003: add Realtek 8019 ethernet driver by wdenk · 21 years ago
- c0aa5c5 * Patch by Gleb Natapov, 19 Sep 2003: by wdenk · 21 years ago
- b6c60cb3 * Prepare for release by wdenk · 21 years ago
- 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
- b6b2f0e Support new configuration of TRAB board with more memory by wdenk · 21 years ago
- f6a6ac1 Add auto-update code for TRAB board using USB memory sticks by wdenk · 21 years ago
- 934c4f8 * Patch by Gary Jennejohn, 11 Sep 2003: by wdenk · 21 years ago
- 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago