X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=dfc7ada61e1e9cc418f3fd8f8648b0382ac000fa;hb=ca51d05758c430ec3aa0e90982a0419474ab5574;hp=91b6695cf90c25269a89bb1fefbea7e392ef0683;hpb=4f7549d2dc00023c5f33d1adc7fee0a77575fcb2;p=platform%2Fkernel%2Fu-boot.git diff --git a/README b/README index 91b6695..dfc7ada 100644 --- a/README +++ b/README @@ -619,6 +619,20 @@ The following options need to be configured: must be defined, to setup the maximum idle timeout for the SMC. +- Pre-Console Buffer: + Prior to the console being initialised (i.e. serial UART + initialised etc) all console output is silently discarded. + Defining CONFIG_PRE_CONSOLE_BUFFER will cause U-Boot to + buffer any console messages prior to the console being + initialised to a buffer of size CONFIG_PRE_CON_BUF_SZ + bytes located at CONFIG_PRE_CON_BUF_ADDR. The buffer is + a circular buffer, so if more than CONFIG_PRE_CON_BUF_SZ + bytes are output before the console is initialised, the + earlier bytes are discarded. + + 'Sane' compilers will generate smaller code if + CONFIG_PRE_CON_BUF_SZ is a power of 2 + - Boot Delay: CONFIG_BOOTDELAY - in seconds Delay before automatically booting the default image; set to -1 to disable autoboot.