aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk2003-04-20 09:04:18 -0500
committerwdenk2003-04-20 09:04:18 -0500
commitd791b1dc3e64a6a6317293245d884589bc5c6277 (patch)
tree32f7bfaa5f3112cae01cf78252b1f3c66fcc4354 /README
parent4a6fd34b267dbf4a72080ab9a085bb45c63660fb (diff)
downloadu-boot-d791b1dc3e64a6a6317293245d884589bc5c6277.tar.gz
u-boot-d791b1dc3e64a6a6317293245d884589bc5c6277.tar.xz
u-boot-d791b1dc3e64a6a6317293245d884589bc5c6277.zip
* Make sure Block Lock Bits get cleared in R360MPI flash driver
* MPC823 LCD driver: Fill color map backwards, to allow for steady display when Linux takes over * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS (this time for real). * Add support for "bmp info" and "bmp display" commands to load bitmap images; this can be used (for example in a "preboot" command) to display a splash screen very quickly after poweron. * Add support for 133 MHz clock on INCA-IP board
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index ca5c047e35..dcc4a7a26c 100644
--- a/README
+++ b/README
@@ -789,6 +789,18 @@ The following options need to be configured:
789 Normally display is black on white background; define 789 Normally display is black on white background; define
790 CFG_WHITE_ON_BLACK to get it inverted. 790 CFG_WHITE_ON_BLACK to get it inverted.
791 791
792- Spash Screen Support: CONFIG_SPLASH_SCREEN
793
794 If this option is set, the environment is checked for
795 a variable "splashimage". If found, the usual display
796 of logo, copyright and system information on the LCD
797 is supressed and the BMP image at the address
798 specified in "splashimage" is loaded instead. The
799 console is redirected to the "nulldev", too. This
800 allows for a "silent" boot where a splash screen is
801 loaded very quickly after power-on.
802
803
792- Ethernet address: 804- Ethernet address:
793 CONFIG_ETHADDR 805 CONFIG_ETHADDR
794 CONFIG_ETH2ADDR 806 CONFIG_ETH2ADDR