X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=README;h=653ef6aa4a55d57686165e56eeec847dcd40b3f1;hb=abbab70363dcdb270cbf24d47849214dd3a3e010;hp=b5c1c0377b1b4dbb27835ebeea92768bfc03d28c;hpb=267541f776f1e2bec21681c6e39a4c93af9621cf;p=u-boot diff --git a/README b/README index b5c1c0377b..653ef6aa4a 100644 --- a/README +++ b/README @@ -1486,6 +1486,21 @@ CBFS (Coreboot Filesystem) support Normally display is black on white background; define CONFIG_SYS_WHITE_ON_BLACK to get it inverted. + CONFIG_LCD_ALIGNMENT + + Normally the LCD is page-aligned (tyically 4KB). If this is + defined then the LCD will be aligned to this value instead. + For ARM it is sometimes useful to use MMU_SECTION_SIZE + here, since it is cheaper to change data cache settings on + a per-section basis. + + CONFIG_CONSOLE_SCROLL_LINES + + When the console need to be scrolled, this is the number of + lines to scroll by. It defaults to 1. Increasing this makes + the console jump but can help speed up operation when scrolling + is slow. + CONFIG_LCD_BMP_RLE8 Support drawing of RLE8-compressed bitmaps on the LCD. @@ -1495,7 +1510,6 @@ CBFS (Coreboot Filesystem) support Enables an 'i2c edid' command which can read EDID information over I2C from an attached LCD display. - - Splash Screen Support: CONFIG_SPLASH_SCREEN If this option is set, the environment is checked for @@ -2975,9 +2989,6 @@ Configuration Settings: non page size aligned address and this could cause major problems. -- CONFIG_SYS_TFTP_LOADADDR: - Default load address for network file downloads - - CONFIG_SYS_LOADS_BAUD_CHANGE: Enable temporary baudrate change while serial download