This project is mirrored from https://github.com/u-boot/u-boot.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 24, 2006
-
-
Wolfgang Denk authored
Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
-
- Sep 07, 2006
-
-
Marian Balakowicz authored
the README file.
-
- Sep 01, 2006
-
-
Detlev Zundel authored
coding style.
-
- Jul 21, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Jun 08, 2006
-
-
Scott McNutt authored
Patch by Scott McNutt, 08 Jun 2006
-
- May 02, 2006
-
-
Heiko Schocher authored
Patch from David Snowdon, 13. Aug 2005
-
- Apr 26, 2006
-
-
Heiko Schocher authored
Patch from Scott McNutt, 11 Aug 2005
-
- Apr 24, 2006
-
-
Detlev Zundel authored
-
- Apr 16, 2006
-
-
Wolfgang Denk authored
-
- Mar 31, 2006
-
-
Wolfgang Denk authored
-
- Mar 24, 2006
-
-
Markus Klotzbuecher authored
-
- Mar 20, 2006
-
-
Markus Klotzbuecher authored
-
- Mar 17, 2006
-
-
Wolfgang Denk authored
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
-
- Mar 13, 2006
-
-
Stefan Roese authored
CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
-
- Mar 12, 2006
-
-
Wolfgang Denk authored
Patch by Sam Song, 19 Jun 2005
-
- Jan 11, 2006
-
-
Kumar Gala authored
OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
-
Kumar Gala authored
kernel Patch by Kumar Gala 11 Jan 2006
-
Kumar Gala authored
CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
-
- Nov 22, 2005
-
-
Stefan Roese authored
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - CFG_FLASH_QUIET_TEST added to use the common CFI driver for bank autodetection Patch by Stefan Roese, 22 Nov 2005
-
- Nov 20, 2005
-
-
Wolfgang Denk authored
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
-
- Oct 12, 2005
-
-
Wolfgang Denk authored
Patch by Pantelis Antoniou, 04 Sep 2005
-
- Oct 08, 2005
-
-
Wolfgang Denk authored
Patch by Art Shipkowski, 12 May 2005 Cleanup.
-
Wolfgang Denk authored
Patch by James MacAulay, 07 Oct 2005
-
- Oct 05, 2005
-
-
Wolfgang Denk authored
Patch by Anders Larsen, 05 Oct 2005
-
- Oct 04, 2005
-
-
Wolfgang Denk authored
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
-
- Sep 25, 2005
-
-
Wolfgang Denk authored
Patch by Rowel Atienza, 06 Apr 2005
-
- Sep 24, 2005
-
-
Wolfgang Denk authored
Use the approved environment variable names. Added "tftpdstp" to allow ports other than 69 per Tolunay Orkun's recommendation. Patch by Jerry Van Baren, 12 Jan 2005
-
Wolfgang Denk authored
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport) Patch by Jerry Van Baren, 10 Jan 2005
-
- Sep 23, 2005
-
-
Wolfgang Denk authored
-
- Sep 22, 2005
-
-
Stefan Roese authored
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP). Add support for eeprom write-enable (CFG_EEPROM_WREN). Patch by Stefan Roese, 22 Sep 2005
-
- Aug 01, 2005
-
-
Stefan Roese authored
Patch by Stefan Roese, 01 Aug 2005
-
- Jul 29, 2005
-
-
Lunsheng Wang authored
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
-
- May 03, 2005
-
-
Wolfgang Denk authored
net/net.c: fix indentation
-
- Apr 13, 2005
-
-
Wolfgang Denk authored
- fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c
-
- Apr 06, 2005
-
-
Wolfgang Denk authored
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
-
- Apr 05, 2005
-
-
Wolfgang Denk authored
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
-
- Apr 04, 2005
-
-
Wolfgang Denk authored
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
-
- Apr 03, 2005
-
-
Wolfgang Denk authored
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
-
Wolfgang Denk authored
Add call to eth_halt() in net/net.c when called functions fail after eth_init() has been called. * Patch by Sam Song, 3 April 2005: - Update README.Netconsole - Update README
-