summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
Commit message (Collapse)AuthorAgeFilesLines
* * Map ISP1362 USB OTG controller for NSCU boardwdenk2003-08-051-0/+7
| | | | | | | | | * Patch by Brad Parker, 02 Aug 2003: fix sc520_cdp problems * Implement Boot Cycle Detection (Req. 2.3 of OSDL CGL Reqirements) * Allow erase command to cross flash bank boundaries
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-1/+2
| | | | | | | | 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)
* * Add support for IceCube board (with MGT5100 and MPC5200 CPUs)wdenk2003-07-162-0/+11
| | | | * Add support for MGT5100 and MPC5200 processors
* Avoid unnecessary call to post_word_load();wdenk2003-07-151-1/+1
| | | | make logbuf compile without POST
* * Patches by Martin Krause, 14 Jul 2003:wdenk2003-07-151-1/+0
| | | | | | | - add I2C support for s3c2400 systems (trab board) - (re-) add "ping" to command table * Fix handling of "slow" POST routines
* * Patches by Yuli Barcohen, 13 Jul 2003:wdenk2003-07-142-1/+9
| | | | | | | | | | | | | | | | | | - 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
* * Code cleanup:wdenk2003-06-279-397/+394
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Header file cleanup for ARMwdenk2003-06-251-289/+0
| | | | | | * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
* Patch by Tom Guilliams, 20 Jun 2003:wdenk2003-06-201-0/+32
| | | | added CONFIG_750FX support for IBM 750FX processors
* * Patch by Devin Crumb, 02 Apr 2003:wdenk2003-06-201-1/+3
| | | | | | | Fix clock divider rounding problem in drivers/serial.c * Patch by Ken Chou, 19 June 2003: Added support for A3000 SBC board (Artis Microsystems Inc.)
* * Patches by David Müller, 12 Jun 2003:wdenk2003-06-191-0/+77
| | | | | | | | | | | | | - rewrite of the S3C24X0 register definitions stuff - "driver" for the built-in S3C24X0 RTC * Patches by Yuli Barcohen, 12 Jun 2003: - Add MII support and Ethernet PHY initialization for MPC8260ADS board - Fix incorrect SIUMCR initialisation caused by wrong Hard Reset configuration word supplied by FPGA on some MPC8260ADS boards * Patch by Pantelis Antoniou, 10 Jun 2003: Unify status LED interface
* PPC405EP support added.stroese2003-05-232-1/+3
|
* * Add support for Promess ATC boardwdenk2003-05-031-1/+12
| | | | | | | | | | | | | | * Patch by Keith Outwater, 28 Apr 2003: - Miscellaneous corrections and additions to GEN860T board specific code. - Added GEN860_SC variant to GEN860T. - Miscellaneous corrections to GEN860T documentation. - Correct duplicate entry in U-Boot CREDITS file. - Add GEN860T_SC entry in MAINTAINERS file. - Update CREDITS file with GEN860T_SC info. * Update Smiths Aerospace addresses in MAINTAINERS file * Fix error handling in hush's version of "run" command
* * LWMON extensions:wdenk2003-04-271-0/+8
| | | | | | | | | | | - Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
* Changed PPC405GPr version from A to B.stroese2003-04-041-1/+1
|
* * Patch by Martin Winistoerfer, 23 Mar 2003wdenk2003-03-312-1/+441
| | | | | | | | | - Add port to MPC555/556 microcontrollers - Add support for cmi customer board with Intel 28F128J3A, 28F320J3A or 28F640J3A flash. * Patch by Rick Bronson, 28 Mar 2003: - fix common/cmd_nand.c
* Patches by Dave Ellis, 18 Mar 2003 for SXNI855T board:wdenk2003-03-281-1/+4
| | | | | | | | - fix SRAM and SDRAM memory sizing - add status LED support - add MAC address for second (SCC1) ethernet port Update default environment for TQM8260 board
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Atmel AT91RM9200DK w/NAND * Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code - fix missing baudrate setting - added $loadaddr / CFG_LOAD_ADDR support to loadb - moved "ignoring trailing characters" _before_ u-boot wants to print out diagnostics messages; removes bogus characters at the end of transmission * Patch by John Zhan, 18 Mar 2003: Add support for SinoVee Microsystems SC8xx boards * Patch by Rolf Offermanns, 21 Mar 2003: ported the dnp1110 related changes from the current armboot cvs to current u-boot cvs. smc91111 does not work. problem marked in smc91111.c, grep for "FIXME". * Patch by Brian Auld, 25 Mar 2003: Add support for STM flash chips on ebony board * Add PCI support for MPC8250 Boards (PM825 module) * Patch by Stefan Roese, 25 Mar 2003:
* Add PCI support for MPC8250 Boards (PM825 module)wdenk2003-03-251-0/+166
|
* * Improve log buffer code; use "loglevel" to decide which messageswdenk2002-12-081-0/+3
| | | | to log on the console, too (like in Linux); get rid of "logstart"
* * Added support for both PCMCIA slots (at the same time!) on MPC8xxwdenk2002-11-211-0/+4
| | | | | | | | | * Patch by Rod Boyce, 21 Nov 2002: fix PCMCIA on MBX8xx board * Patch by Pierre Aubert , 21 Nov 2002 Add CFG_CPM_POST_WORD_ADDR to make the offset of the bootmode word in DPRAM configurable
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-191-0/+3
| | | | | | | | | | | | | Add code for AmigaOne board (preliminary merge to U-Boot, still WIP) * Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.
* Initial revisionwdenk2002-11-031-0/+643
|
* Initial revisionwdenk2002-11-031-0/+85
|
* Initial revisionwdenk2002-11-021-0/+289
|
* Initial revisionwdenk2002-10-211-0/+87
|
* Initial revisionwdenk2002-10-071-0/+740
|
* Initial revisionwdenk2002-09-071-0/+180
|
* Initial revisionwdenk2002-08-061-0/+746
|
* Initial revisionwdenk2002-05-151-0/+89
|
* Initial revisionwdenk2002-03-311-0/+373
|
* Initial revisionwdenk2002-03-101-0/+430
|
* Initial revisionwdenk2001-09-061-0/+495
|
* Initial revisionwdenk2001-08-052-0/+501
|
* Initial revisionwdenk2001-04-283-0/+358
|
* Initial revisionwdenk2000-11-231-0/+84
|
* Initial revisionwdenk2000-11-202-0/+70
|
* Initial revisionwdenk2000-10-111-0/+15
|
* Initial revisionwdenk2000-08-215-0/+657
OpenPOWER on IntegriCloud