]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
dm: usb: Add driver-model support to ehci-pci
[karo-tx-uboot.git] / README
diff --git a/README b/README
index 352c9d22b509f74ff8c5c51afb763b10397c1792..37e466cb134fac4e27ba2c3d75e4798eaf762d08 100644 (file)
--- a/README
+++ b/README
@@ -3206,11 +3206,6 @@ CBFS (Coreboot Filesystem) support
                memories can be connected with a given cs line.
                Currently Xilinx Zynq qspi supports these type of connections.
 
-               CONFIG_SPI_FLASH_DATAFLASH      SPI based Dataflash
-
-               Define this option to access AT45xxx Dataflash chips support
-               using spi flash interface.
-
 - SystemACE Support:
                CONFIG_SYSTEMACE
 
@@ -5189,6 +5184,21 @@ within that device.
        normal addressable memory via the LBC. CONFIG_SYS_LS_MC_FW_ADDR is the
        virtual address in NOR flash.
 
+Freescale Layerscape Debug Server Support:
+-------------------------------------------
+The Freescale Layerscape Debug Server Support supports the loading of
+"Debug Server firmware" and triggering SP boot-rom.
+This firmware often needs to be loaded during U-Boot booting.
+
+- CONFIG_FSL_DEBUG_SERVER
+       Enable the Debug Server for Layerscape SoCs.
+
+- CONFIG_SYS_DEBUG_SERVER_DRAM_BLOCK_MIN_SIZE
+       Define minimum DDR size required for debug server image
+
+- CONFIG_SYS_MEM_TOP_HIDE_MIN
+       Define minimum DDR size to be hided from top of the DDR memory
+
 Building the Software:
 ======================