| #
1a1b7374 |
| 09-Oct-2006 |
Stefan Roese <sr@denx.de> |
Define IH_CPU_AVR32 Make it possible to generate AVR32 uImage files with mkimage and make cmd_bootm recognize them. Patch by Haavard Skinnemoen, 22 Sep 2006
|
| #
87a449c8 |
| 22-Aug-2006 |
Matthew McClintock <msm@freescale.com> |
Support for FDT in uImage format, error when using FDT from flash
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
| #
4a39616d |
| 19-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
|
| #
25c751e9 |
| 16-Aug-2006 |
Matthew McClintock <msm@freescale.com> |
* Support for FDT in uImage format, error when using FDT from flash
Signed-off-by: Matthew McClintock <msm@freescale.com>
|
| #
2770bcb2 |
| 24-Mar-2006 |
Markus Klotzbuecher <mk@denx.de> |
Merge with http://www.denx.de/git/u-boot.git
|
| #
f8edca2e |
| 20-Mar-2006 |
Kumar Gala <galak@kernel.crashing.org> |
Merge branch 'origin'
Conflicts:
CHANGELOG
|
| #
0afe519a |
| 12-Mar-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Add ADI Blackfin support - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingle
Add ADI Blackfin support - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
show more ...
|
| #
f08abe31 |
| 25-Nov-2005 |
Wolfgang Denk <wd@pollux.(none)> |
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
|
| #
e1599e83 |
| 10-Oct-2004 |
wdenk <wdenk> |
* Patch by Gridish Shlomi, 30 Aug 2004: - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200
* Patch by Hojin, 17 Sep 2004: Fix typo in cfi_f
* Patch by Gridish Shlomi, 30 Aug 2004: - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200
* Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c
* Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message
* Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default.
show more ...
|
| #
5c952cf0 |
| 10-Oct-2004 |
wdenk <wdenk> |
Patches by Scott McNutt, 24 Aug 2004: - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
|
| #
507bbe3e |
| 18-Apr-2004 |
wdenk <wdenk> |
* Patch by Yasushi Shoji, 07 Apr 2004: - add support for microblaze processors - add support for AtmarkTechno "suzaku" board
|
| #
4a551709 |
| 08-Oct-2003 |
wdenk <wdenk> |
* Patch by Scott McNutt, 04 Oct 2003: - add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20)
* Patch by Steven Scholz, 29 Sep 2003: - A second parameter
* Patch by Scott McNutt, 04 Oct 2003: - add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20)
* Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi
* Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board
show more ...
|
| #
ef1464cc |
| 08-Oct-2003 |
wdenk <wdenk> |
* Patch by Anders Larsen, 18 Sep 2003: allow mkimage to build and run on Cygwin-hosted systems
* Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed
* Patch by Anders Larsen, 18 Sep 2003: allow mkimage to build and run on Cygwin-hosted systems
* Patch by Frank Müller, 18 Sep 2003: use bi_intfreq instead of bi_busfreq to compute fec_mii_speed in cpu/mpc8xx/fec.c
* Patch by Pantelis Antoniou, 16 Sep 2003: add tool to compute fileds in the PLPRCR register for MPC86x
show more ...
|
| #
fbe4b5cb |
| 06-Oct-2003 |
wdenk <wdenk> |
* Update TRAB auto update code
* Make fatload set filesize environment variable fix potential buffer overlow problem
* enable basic / medium / high-end configurations for PPChameleonEVB board;
* Update TRAB auto update code
* Make fatload set filesize environment variable fix potential buffer overlow problem
* enable basic / medium / high-end configurations for PPChameleonEVB board; fix NAND code
* enable TFTP client code to specify to the server the desired timeout value (see RFC-2349)
show more ...
|
| #
27b207fd |
| 24-Jul-2003 |
wdenk <wdenk> |
* Implement new mechanism to export U-Boot's functions to standalone applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for detai
* Implement new mechanism to export U-Boot's functions to standalone applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details
* Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS)
show more ...
|
| #
8564acf9 |
| 14-Jul-2003 |
wdenk <wdenk> |
* Patches by Yuli Barcohen, 13 Jul 2003: - Correct flash and JFFS2 support for MPC8260ADS - fix PVR values and clock generation for PowerQUICC II family (8270/8275/8280)
* Patch by Bernhard
* Patches by Yuli Barcohen, 13 Jul 2003: - Correct flash and JFFS2 support for MPC8260ADS - fix PVR values and clock generation for PowerQUICC II family (8270/8275/8280)
* Patch by Bernhard Kuhn, 08 Jul 2003: - add support for M68K targets
* Patch by Ken Chou, 3 Jul: - Fix PCI config table for A3000 - Fix iobase for natsemi.c (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
* Allow to enable "slow" POST routines by key press on power-on * Fix temperature dependend switching of LCD backlight on LWMON * Tweak output format for LWMON
show more ...
|
| #
7f70e853 |
| 20-May-2003 |
wdenk <wdenk> |
* Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board
* Patch by Pantelis Antoniou, 21 Apr 2003: add boot support for ARTOS (a proprietary OS)
* Patch by Steven Scholz, 11 Apr 2003:
* Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board
* Patch by Pantelis Antoniou, 21 Apr 2003: add boot support for ARTOS (a proprietary OS)
* Patch by Steven Scholz, 11 Apr 2003: Add support for RTC DS1338
* Patch by Rod Boyce, 24 Jan 2003: Fix counting of extended partitions in diskboot command
show more ...
|
| #
d791b1dc |
| 20-Apr-2003 |
wdenk <wdenk> |
* Make sure Block Lock Bits get cleared in R360MPI flash driver
* MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over
* Patch by Erwin Rol, 27 Feb 2003:
* Make sure Block Lock Bits get cleared in R360MPI flash driver
* MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over
* Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS (this time for real).
* Add support for "bmp info" and "bmp display" commands to load bitmap images; this can be used (for example in a "preboot" command) to display a splash screen very quickly after poweron.
* Add support for 133 MHz clock on INCA-IP board
show more ...
|
| #
5b1d7137 |
| 03-Nov-2002 |
wdenk <wdenk> |
Initial revision
|