- 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
-
- Apr 02, 2005
-
-
Wolfgang Denk authored
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
-
- Feb 24, 2005
-
-
Wolfgang Denk authored
* Add reset code for Coral-P on INKA4x0 board * Patch by Martin Krause, 28 Jun 2004: Update for TRAB board. * Fix some missing "volatile"s in MPC5xxx FEC driver
-
- Jan 09, 2005
-
-
Wolfgang Denk authored
add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.
-
- Dec 16, 2004
-
-
Wolfgang Denk authored
-
Stefan Roese authored
-
- Dec 10, 2004
-
-
Wolfgang Denk authored
* Update MAINTAINERS file * Fix bug in MPC823 LCD driver
-
- Oct 28, 2004
-
-
Wolfgang Denk authored
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
-
- Oct 17, 2004
-
-
Wolfgang Denk authored
-