<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc8xx/lcd.c, branch origin</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>* Patch by Detlev Zundel, 30 Jun 2005:</title>
<updated>2005-07-04T00:03:16+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-07-04T00:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=88804d19e2bf36c9eaefadbd7199c093c900953b'/>
<id>88804d19e2bf36c9eaefadbd7199c093c900953b</id>
<content type='text'>
  Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
</pre>
</div>
</content>
</entry>
<entry>
<title>* Clean up tools/bmp_logo.c to not add trailing white space</title>
<updated>2004-10-09T23:25:58+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-09T23:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8655b6f8603f12099e534a10f7840630b3e93026'/>
<id>8655b6f8603f12099e534a10f7840630b3e93026</id>
<content type='text'>
* Patch by Hinko Kocevar, 21 Aug 2004:
  - Group common framebuffer functions in common/lcd.c
  - Group common framebuffer macros and #defines in include/lcd.h
  - Provide calc_fbsize() for video ATAG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Patch by Hinko Kocevar, 21 Aug 2004:
  - Group common framebuffer functions in common/lcd.c
  - Group common framebuffer macros and #defines in include/lcd.h
  - Provide calc_fbsize() for video ATAG
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Mark Jonas, 02 Jul 2004:</title>
<updated>2004-07-12T14:37:59+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-07-12T14:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=07cba3514b260aad26409fab2dfadbd9d2e467dc'/>
<id>07cba3514b260aad26409fab2dfadbd9d2e467dc</id>
<content type='text'>
Fix lowboot (again) on MPC5xxx
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix lowboot (again) on MPC5xxx
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fix "cls" command when used with splash screen</title>
<updated>2004-06-30T22:59:18+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-06-30T22:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb'/>
<id>e94d2cd9d1dc0f58b18e7c31fc9345129b1a44fb</id>
<content type='text'>
* Increase NFS download timeout (now 1 min - 10 sec is to short for a
  slow download of a big image)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Increase NFS download timeout (now 1 min - 10 sec is to short for a
  slow download of a big image)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "cls" function to MPC823 LCD driver so we can reinitialize the</title>
<updated>2004-06-25T23:35:58+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-06-25T23:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3f4d17e05de2a448320e622e72153706aa0b59e'/>
<id>c3f4d17e05de2a448320e622e72153706aa0b59e</id>
<content type='text'>
display even after showing a bitmap
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
display even after showing a bitmap
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Sam Song, 09 Jun 2004:</title>
<updated>2004-06-09T21:04:48+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-06-09T21:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e63c8ee3dcde0992377df434ab5af486dd866866'/>
<id>e63c8ee3dcde0992377df434ab5af486dd866866</id>
<content type='text'>
- Add support for RPXlite_DW board
- Update FLASH driver for 4*AM29DL323DB90VI
- Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add support for RPXlite_DW board
- Update FLASH driver for 4*AM29DL323DB90VI
- Add option configuration of CFG_ENV_IS_IN_NVRAM on RPXlite_DW board
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Pierre Aubert, 15 Mar 2004:</title>
<updated>2004-03-17T01:13:07+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-17T01:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d7ce4125f769a21a321c3df972272c5854d54f7'/>
<id>7d7ce4125f769a21a321c3df972272c5854d54f7</id>
<content type='text'>
Fix buffer overflow in IDE identification
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix buffer overflow in IDE identification
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by  Pierre Aubert, 11 Mar 2004:</title>
<updated>2004-03-14T16:51:43+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-14T16:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4b248f3f71dc867b0b636b137b044cc762b68486'/>
<id>4b248f3f71dc867b0b636b137b044cc762b68486</id>
<content type='text'>
  - add bitmap command and splash screen support in cfb console
  - add [optional] origin in the bitmap display command

* Patch by Travis Sawyer, 11 Mar 2004:
  Fix ocotea board early init interrupt setup.

* Patch by Thomas Viehweger, 11 Mar 2004:
  Remove redundand code; add  PCI-specific bits to include/mpc8260.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - add bitmap command and splash screen support in cfb console
  - add [optional] origin in the bitmap display command

* Patch by Travis Sawyer, 11 Mar 2004:
  Fix ocotea board early init interrupt setup.

* Patch by Thomas Viehweger, 11 Mar 2004:
  Remove redundand code; add  PCI-specific bits to include/mpc8260.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for BMS2003 board</title>
<updated>2003-11-25T16:55:19+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-11-25T16:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99'/>
<id>fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99</id>
<content type='text'>
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
Fix NEC display names (it's 6440 [for 640x480], not 6640).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the Sharp LQ065T9DR51U LCD display</title>
<updated>2003-09-25T22:30:12+00:00</updated>
<author>
<name>dzu</name>
<email>dzu</email>
</author>
<published>2003-09-25T22:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=29127b6a2333053171b0b91ffecf35e1a6d491cc'/>
<id>29127b6a2333053171b0b91ffecf35e1a6d491cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
