| #
281f69ed |
| 09-Aug-2006 |
Jon Loeliger <jdl@freescale.com> |
Merge branch 'wd'
|
| #
98280e3d |
| 07-Aug-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/master
|
| #
b87dfd28 |
| 19-Jul-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Add support for TB5200 board The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006
Some code cleanup
|
| #
9d407995 |
| 10-Jul-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Major PCMCIA Cleanup to make code better readable and maintainable. Notes: - Board-dependend code for RPXLITE and RPXCLASSIC-based boards placed to the drivers/rpx_pmcia.c file to avoid duplication
Major PCMCIA Cleanup to make code better readable and maintainable. Notes: - Board-dependend code for RPXLITE and RPXCLASSIC-based boards placed to the drivers/rpx_pmcia.c file to avoid duplication. Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c). - drivers/i82365.c has been split into two parts located at board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are the only boards using CONFIG_82365). - Changes were tested for clean build and *very* *few* boards.
show more ...
|
| #
16c8d5e7 |
| 14-Jun-2006 |
Wolfgang Denk <wd@pollux.denx.de> |
Various USB related patches - Add support for mpc8xx USB device. - Add support for Common Device Class - Abstract Control Model USB console. - Add support for flow control in USB slave devices. - Add
Various USB related patches - Add support for mpc8xx USB device. - Add support for Common Device Class - Abstract Control Model USB console. - Add support for flow control in USB slave devices. - Add support for switching between gserial and cdc_acm using environment. - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h - Update usbcore slightly to ease host enumeration. - Fix non-portable endian problems in usbdcore and usbdcore_ep0. - Add AdderUSB_config as a defconfig to enable usage of the USB console by default with the Adder87x U-Boot port. Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
show more ...
|
| #
81d72d7e |
| 31-May-2006 |
Wolfgang Denk <wd@nyx.denx.de> |
Merge with /home/mk/git/u-boot#generic_ohci
|
| #
3e326ece |
| 22-May-2006 |
Markus Klotzbuecher <mk@denx.de> |
This patch adds USB storage support for the delta board. This is the first board to make use of a generic OHCI driver, that calls hooks for board dependant initialization.
|
| #
3df5bea0 |
| 08-Oct-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Add support for NetSilicon NS7520 processor. Patch by Art Shipkowski, 12 May 2005
Cleanup.
|
| #
b4f15fda |
| 05-Aug-2005 |
Wolfgang Denk <wd@pollux.denx.de> |
Merge with /home/wd/git/u-boot/jon_loeliger
|
| #
63be111e |
| 25-Jul-2005 |
Jon Loeliger <jdl@freescale.com> |
* Patch by Jon Loeliger, 2005-07-25 Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
|
| #
3a574cbe |
| 19-May-2005 |
wdenk <wdenk> |
* Patch by Greg Ungerer, 19 May 2005: add support for the KS8695P (ARM 922 based) CPU
* Patch by Steven Scholz, 19 May 2005: Add support for CONFIG_SERIAL_TAG on ARM boards
|
| #
8f0b7cbe |
| 27-Mar-2005 |
wdenk <wdenk> |
Patches by Martin Krause, 22 Mar 2005: - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support
Patches by Martin Krause, 22 Mar 2005: - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
show more ...
|
| #
8ed96046 |
| 09-Jan-2005 |
wdenk <wdenk> |
* Patches by Richard Woodruff, 01 Oct 2004: add support for the TI OMAP2420 processor and its H4 reference board
* Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatibl
* Patches by Richard Woodruff, 01 Oct 2004: 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.
show more ...
|
| #
1d9f4105 |
| 09-Oct-2004 |
wdenk <wdenk> |
Patch by Steven Scholz, 16 Aug 2004: - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of
Patch by Steven Scholz, 16 Aug 2004: - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/
show more ...
|
| #
68ceb29e |
| 02-Aug-2004 |
wdenk <wdenk> |
Add support for console over UDP (compatible to Ingo Molnar's netconsole patch under Linux)
|
| #
281e00a3 |
| 01-Aug-2004 |
wdenk <wdenk> |
* Code cleanup
* Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards
* Patches by Marc Leeman, 23 Jul 2004:
* Code cleanup
* Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards
* Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c
* Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)
show more ...
|
| #
39539887 |
| 01-Jul-2004 |
wdenk <wdenk> |
* Code cleanup (ARM mostly)
* Patch by Curt Brune, 17 May 2004: - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC) - Add support for ESPD-Inc. EVB4510 Board
|
| #
5cf91d6b |
| 23-Apr-2004 |
wdenk <wdenk> |
* Modify KUP4X board configuration to use SL811 driver for USB memory sticks (including FAT / VFAT filesystem support)
* Add SL811 Host Controller Interface driver for USB
* Add CFG_I2C_EEPROM_AD
* Modify KUP4X board configuration to use SL811 driver for USB memory sticks (including FAT / VFAT filesystem support)
* Add SL811 Host Controller Interface driver for USB
* Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README
* Patch by Pantelis Antoniou, 19 Apr 2004: Allow to use shell style syntax (i. e. ${var} ) with standard parser. Minor patches for Intracom boards.
* Patch by Christian Pell, 19 Apr 2004: cleanup support for CF/IDE on PCMCIA for PXA25X
show more ...
|
| #
a8bd82de |
| 18-Apr-2004 |
wdenk <wdenk> |
* Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board
* Patch by Travis Sawyer, 08 Apr 2004: Add TLB entry for second DIMM slot on ocotea
* Patch by Masami Komiya, 08 Apr 2
* Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board
* Patch by Travis Sawyer, 08 Apr 2004: Add TLB entry for second DIMM slot on ocotea
* Patch by Masami Komiya, 08 Apr 2004: add RTL8169 network driver
show more ...
|
| #
507bbe3e |
| 18-Apr-2004 |
wdenk <wdenk> |
* Patch by Yasushi Shoji, 07 Apr 2004: - add support for microblaze processors - add support for AtmarkTechno "suzaku" board
|
| #
5a8c51cd |
| 15-Apr-2004 |
wdenk <wdenk> |
* Patches by Pantelis Antoniou, 30 Mar 2004: - add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console
* Patches by Pantelis Antoniou, 30 Mar 2004: - add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board
show more ...
|
| #
eeb1b77b |
| 23-Mar-2004 |
wdenk <wdenk> |
* Patch by Pierre Aubert, 18 Mar 2004: - Unify video mode handling for Chips & Technologies 69000 Video chip and Silicon Motion SMI 712/710/810 Video chip - Add selection of the video output
* Patch by Pierre Aubert, 18 Mar 2004: - Unify video mode handling for Chips & Technologies 69000 Video chip and Silicon Motion SMI 712/710/810 Video chip - Add selection of the video output (CRT or LCD) via 'videoout' environment variable for the Silicon Motion - README update
* Patch by Pierre Aubert, 18 Mar 2004: include/common.h typo fix
* Patches by Tolunay Orkun, 17 Mar 2004: - Add support for bd->bi_iic_fast[] initialization via environment variable "i2cfast" (CONFIG_I2CFAST) - Add "i2cfast" u-boot environment variable support for csb272
show more ...
|
| #
3d3befa7 |
| 14-Mar-2004 |
wdenk <wdenk> |
* Patch by Philippe Robin, 09 Mar 2004: Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support.
* Patch by Masami Komiya, 08 Mar 2004: Don't overwrite server IP address
* Patch by Philippe Robin, 09 Mar 2004: Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support.
* Patch by Masami Komiya, 08 Mar 2004: Don't overwrite server IP address or boot file name when the boot server does not return values
* Patch by listmember@orkun.us, 5 Mar 2004: Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
show more ...
|
| #
232c150a |
| 12-Mar-2004 |
wdenk <wdenk> |
Add support for Siemens SX1 mobile phone; add support for USB-based console (enable with "setenv stdout usbtty; setenv stdin usbtty")
|
| #
2d1a537d |
| 23-Feb-2004 |
wdenk <wdenk> |
* Patch by Thomas Elste, 10 Feb 2004: Add support for NET+50 CPU and ModNET50 board
* Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c
* Patch by Leon Kukovec, 10 Feb 2004 Fixed long
* Patch by Thomas Elste, 10 Feb 2004: Add support for NET+50 CPU and ModNET50 board
* Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c
* Patch by Leon Kukovec, 10 Feb 2004 Fixed long dir entry slot id calculation in get_vfatname
* Patch by Robin Gilks, 10 Feb 2004: add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=)
show more ...
|