summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2006-07-21Code cleanupWolfgang Denk1-3/+3
2006-07-21Document CONFIG_CMDLINE_EDITING in README.Wolfgang Denk1-0/+6
2006-06-20Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-2/+3
2006-06-08Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt1-0/+1
Patch by Scott McNutt, 08 Jun 2006
2006-05-02add forgotten changes for the PLEB 2 Board.Heiko Schocher1-2/+3
Patch from David Snowdon, 13. Aug 2005
2006-04-24Include BC3450 board in configurations in READMEDetlev Zundel1-7/+7
2006-04-16Some code cleanupWolfgang Denk1-4/+4
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-0/+2
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher1-39/+62
2006-03-24Monahans related documentation update.Markus Klotzbuecher1-7/+22
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher1-0/+11
2006-03-17Add support for Lite5200B board.Wolfgang Denk1-38/+38
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-13Change max size of uncompressed uImage's to 8MByte and addStefan Roese1-1/+7
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
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk1-0/+17
2006-03-12Adjust "echo" as a default commandWolfgang Denk1-1/+1
Patch by Sam Song, 19 Jun 2005
2006-01-11Added OF_STDOUT_PATH and OF_SOCKumar Gala1-0/+2
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
2006-01-11Allow board code to fixup the flat device tree before booting aKumar Gala1-0/+5
kernel Patch by Kumar Gala 11 Jan 2006
2006-01-11Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala1-0/+10
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
2005-11-22Add support for Prodrive P3P440 board:Stefan Roese1-0/+6
- 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
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk1-3/+3
which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
2005-10-13Support passing of OF flat trees to the kernel.Wolfgang Denk1-0/+14
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-09Add support for NetSilicon NS7520 processor.Wolfgang Denk1-2/+2
Patch by Art Shipkowski, 12 May 2005 Cleanup.
2005-10-09Add support for AP1000 board.Wolfgang Denk1-38/+39
Patch by James MacAulay, 07 Oct 2005
2005-10-06Fix the machine-id of the Cogent csb637 boardWolfgang Denk1-7/+7
Patch by Anders Larsen, 05 Oct 2005
2005-10-05Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk1-4/+5
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
2005-09-26Add board support for armadillo HT1070Wolfgang Denk1-7/+7
Patch by Rowel Atienza, 06 Apr 2005
2005-09-25Update for TFTP using a fixed UDP portWolfgang Denk1-4/+11
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
2005-09-25Allow to force TFTP to use a fixed UDP portWolfgang Denk1-0/+19
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport) Patch by Jerry Van Baren, 10 Jan 2005
2005-09-23Cleanup (PPC4xx is AMCC now)Wolfgang Denk1-2/+2
2005-09-22Add SM501 support to HH405 board.Stefan Roese1-0/+6
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
2005-08-02Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger1-3/+3
2005-08-01Major cleanup for AMCC PPC4xx eval boards.Stefan Roese1-3/+3
Patch by Stefan Roese, 01 Aug 2005
2005-07-29* Patch by Ron Alder, 11 July 2005Lunsheng Wang1-19/+19
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
2005-05-03README: add explanation about patch policywdenk1-0/+4
net/net.c: fix indentation
2005-04-13* Fixes for TQM8560 board:wdenk1-2/+1
- 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
2005-04-06Patch by Steven Scholz, 06 Apr 2005:wdenk1-1/+1
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
2005-04-06* Patch by Ladislav Michl, 05 Apr 2005:wdenk1-8/+8
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-8/+12
- 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
2005-04-04Patches by Josef Wagner, 29 Oct 2004:wdenk1-7/+7
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
2005-04-03* Patch by Richard Klingler, 03 Apr 2005:wdenk1-0/+1
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
2005-04-03Prepare for SoC rework of ARM code:wdenk1-0/+9
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2005-02-25* Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk1-1/+1
* 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
2005-01-10* Patches by Richard Woodruff, 01 Oct 2004:wdenk1-8/+9
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.
2004-12-17Code cleanup.wdenk1-5/+5
2004-12-16CONFIG_MX_CYCLIC description addedstroese1-0/+14
2004-12-10* Clean up CMC PU2 flash driverwdenk1-3/+3
* Update MAINTAINERS file * Fix bug in MPC823 LCD driver
2004-10-28Patch by TsiChung Liew, 23 Sep 2004:wdenk1-9/+13
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
2004-10-18Code cleanup for GCC-3.3.x compilerswdenk1-3/+4
2004-10-11Patches by Scott McNutt, 24 Aug 2004:wdenk1-0/+10
- Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
2004-10-10Patch by Sam Song, 21 August 2004:wdenk1-1/+1
- Fix a typo in README - Align "(RO)" output for "flinfo" after "protect on" - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency ratio 1:1 when core frequency less than 50MHz