]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add support for the Sharp LQ065T9DR51U LCD display
authordzu <dzu>
Thu, 25 Sep 2003 22:30:12 +0000 (22:30 +0000)
committerdzu <dzu>
Thu, 25 Sep 2003 22:30:12 +0000 (22:30 +0000)
CHANGELOG
cpu/mpc8xx/lcd.c

index df90bd862b99a20c886ceb3036831d6478b745df..eb761640e16059f39a31fd680e59392b3eb9aa09 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes for U-Boot 1.0.0:
 ======================================================================
 
+* Add support for the Sharp LQ065T9DR51U LCD display
+
 * Patch by Rune Torgersen, 17 Sep 2003:
   - Fixes for MPC8266 default config
   - Allow eth_loopback_test() on 8260 to use a subset of the FCC's
@@ -85,6 +87,14 @@ Changes for U-Boot 1.0.0:
 Changes for U-Boot 0.4.8:
 ======================================================================
 
+<<<<<<< CHANGELOG
+<<<<<<< CHANGELOG
+<<<<<<< CHANGELOG
+* Add I2C and RTC support for RMU board
+
+=======
+=======
+=======
 * Patches by Denis Peter, 9 Sep 2003:
   add FAT support for IDE, SCSI and USB
 
@@ -117,6 +127,7 @@ Changes for U-Boot 0.4.8:
 
 * Avoid flicker on TRAB's VFD
 
+>>>>>>> 1.130
 * Add support for SK98xx driver
 
 * Add PCI support for SL8245 board
@@ -162,6 +173,7 @@ Changes for U-Boot 0.4.7:
 * Add GCC library to examples/Makefile so GCC utility functions will
   be resolved, too
 
+>>>>>>> 1.118
 * Add I2C and RTC support for RMU board using software I2C driver
   (because of better response to iprobe command); fix problem with
   "reset" command
@@ -170,6 +182,7 @@ Changes for U-Boot 0.4.7:
   Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to
   CONFIG_BOOTP_MAKS (see README).
 
+>>>>>>> 1.112
 * Fix ICU862 environment problem
 
 * Fix RAM size detection for RMU board
index f2e404c4b971e4f023c10c6ca3b9aef3b7962dd6..ca5f2492afd8f4e86e6a46930e2de42fa54b6ff0 100644 (file)
@@ -224,6 +224,18 @@ static vidinfo_t panel_info = {
 };
 #endif /* CONFIG_SHARP_LQ64D341 */
 
+#ifdef CONFIG_SHARP_LQ065T9DR51U
+/*
+ * Sharp LQ065T9DR51U display, 400x240. Active, color, single scan.
+ */
+static vidinfo_t panel_info = {
+    400, 240, 143, 79, CFG_HIGH, CFG_HIGH, CFG_HIGH, CFG_HIGH, CFG_HIGH,
+    3, 0, 0, 1, 1, 248, 4, 0, 35
+               /* wbl, vpw, lcdac, wbf */
+};
+#define LCD_INFO_BELOW_LOGO
+#endif /* CONFIG_SHARP_LQ065T9DR51U */
+
 #ifdef CONFIG_SHARP_LQ084V1DG21
 /*
  * Sharp LQ084V1DG21 display, 640x480. Active, color, single scan.