<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc85xx, branch LABEL_2005_04_05_1830</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc85xx?h=LABEL_2005_04_05_1830</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc85xx?h=LABEL_2005_04_05_1830'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2005-04-04T23:43:44Z</updated>
<entry>
<title>* Add FEC support for TQM8540 board.</title>
<updated>2005-04-04T23:43:44Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-04T23:43:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0'/>
<id>urn:sha1:3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0</id>
<content type='text'>
  Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC

* Patch by Martin Krause, 04 Apr 2005:
  Update default configuration for CMC_PU2 board.
</content>
</entry>
<entry>
<title>Patches by Josef Wagner, 29 Oct 2004:</title>
<updated>2005-04-03T22:35:21Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T22:35:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=384cc687445b34241fcc8b31bbb7aa9fc252dd90'/>
<id>urn:sha1:384cc687445b34241fcc8b31bbb7aa9fc252dd90</id>
<content type='text'>
- Add support for MicroSys CPU87 board
- Add support for MicroSys PM854 board
</content>
</entry>
<entry>
<title>Patches by Martin Krause, 22 Mar 2005:</title>
<updated>2005-03-27T23:41:39Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-03-27T23:41:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0'/>
<id>urn:sha1:8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Update code for TQM8540 board (and 85xx in general):</title>
<updated>2005-03-15T22:56:53Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-03-15T22:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c9e789e9e47de6146efefa48224b085501bc094'/>
<id>urn:sha1:6c9e789e9e47de6146efefa48224b085501bc094</id>
<content type='text'>
- Change the name of the Ethernet driver: MOTO ENET -&gt; ENET
- Reformat boot messages
- Enable redundant environment
- Replace the -O2 optimization flag with -mno-string
</content>
</entry>
<entry>
<title>* Patch by David Brownell, 10 Mar 2005:</title>
<updated>2005-03-14T23:56:42Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-03-14T23:56:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d46ea4a5543e6d56f974a515eac972afee5da00'/>
<id>urn:sha1:9d46ea4a5543e6d56f974a515eac972afee5da00</id>
<content type='text'>
  Restore copyright statements in OHCI drivers.

* Add support for TQM8540 board
</content>
</entry>
<entry>
<title>Patches by Scott McNutt, 24 Aug 2004:</title>
<updated>2004-10-10T21:27:30Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T21:27:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c952cf0245421feb4644f2e71487c0b2e1dbd13'/>
<id>urn:sha1:5c952cf0245421feb4644f2e71487c0b2e1dbd13</id>
<content type='text'>
- Add support for Altera Nios-II processors.
- Add support for Psyent PCI-5441 board.
- Add support for Psyent PK1C20 board.
</content>
</entry>
<entry>
<title>* Patch by Jon Loeliger, 24 Aug 2004:</title>
<updated>2004-10-10T20:23:57Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T20:23:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf33678e51e02143ed67850b3f13646fd51fb489'/>
<id>urn:sha1:cf33678e51e02143ed67850b3f13646fd51fb489</id>
<content type='text'>
  - Fix PCI window on MPC85xx; remove unneeded PCI initialization
    from board_early_init_f()
  - Provide SW workaround for PCI initialization on 85xx CDS
  - Convert MPC85xxADS to use common CFI flash driver

* Cleanup: avoid compiler warnings

* Add CMC PU2 board to MAKEALL script
</content>
</entry>
<entry>
<title>* Patch by Jon Loeliger, 15 Jul 2004:</title>
<updated>2004-09-28T21:26:26Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-09-28T21:26:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c65fdc74aa2c8ce6f7e500bb5dbf95425270adb9'/>
<id>urn:sha1:c65fdc74aa2c8ce6f7e500bb5dbf95425270adb9</id>
<content type='text'>
  Fix MPC85xx I2C driver
</content>
</entry>
<entry>
<title>Patch by Jon Loeliger, 16 Jul 2004:</title>
<updated>2004-08-01T23:02:45Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-08-01T23:02:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9aea95307fdb0ffe0d3a98a17ac73e5040c9756a'/>
<id>urn:sha1:9aea95307fdb0ffe0d3a98a17ac73e5040c9756a</id>
<content type='text'>
- support larger DDR memories up to 2G on the PC8540/8560ADS and
  STXGP3 boards
- Made MPC8540/8560ADS be 33Mhz PCI by default.
- Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16
  and CONFIG_L2_INIT_RAM options.
- Refactor Local Bus initialization out of SDRAM setup.
- Re-implement new version of LBC11/DDR11 errata workarounds.
- Moved board specific PCI init parts out of CPU directory.
- Added TLB entry for PCI-1 IO Memory
- Updated README.mpc85xxads
</content>
</entry>
<entry>
<title>* Code cleanup</title>
<updated>2004-08-01T22:48:16Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-08-01T22:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=281e00a3be453a169d854f824a460359d10f92bb'/>
<id>urn:sha1:281e00a3be453a169d854f824a460359d10f92bb</id>
<content type='text'>
* 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)
</content>
</entry>
</feed>
