summaryrefslogtreecommitdiffstats
path: root/include/configs/atc.h
Commit message (Collapse)AuthorAgeFilesLines
* * Code cleanup:wdenk2003-06-271-17/+17
| | | | | | | | | - 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)
* Had to move the RTC area for ATC board to upper addresseswdenk2003-06-221-3/+3
| | | | | | | | (0xf5000000, to be specific). The reason is that the RTC first gets accessed before MMU is initialized and, consequently, it needs to be placed at physical addresses which are later mapped to the same virtual addresses (like 0xf5000000 physical is mapped to 0xf5000000 virtual).
* Add support for DS12887 RTC; add RTC support for ATC boardwdenk2003-06-181-2/+18
|
* * Patch by Dave Ellis, 22 May 2003:wdenk2003-05-221-0/+1
| | | | | | | | Fix problem with only partially cleared .bss segment * Patch by Rune Torgersen, 12 May 2003: get PCI to work on a MPC8266ADS board; incorporate change to cpu/mpc8260/pci.c to enable overrides of PCI memory parameters
* Add support for CompactFlash on ATC boardwdenk2003-05-181-1/+48
| | | | | (includes support for Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers)
* Fix SDRAM initializationwdenk2003-05-121-14/+16
|
* Fix ATC board configuration and flash driverwdenk2003-05-051-2/+2
|
* * Add support for Promess ATC boardwdenk2003-05-031-0/+442
* 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
OpenPOWER on IntegriCloud