Lines Matching +full:external +full:- +full:memory +full:- +full:controller
1 QSPI U-Boot support
2 ------------------
6 dual and quad read access to external spi devices. The module
7 has a memory mapped interface which provide direct interface
8 for accessing data form external spi devices.
14 -------
16 MLO/u-boot.img will be flashed from SD/MMC to the flash device
21 u-boot.img from flash and execute it from SDRAM.
24 -------
31 Memory mapped read mode
32 -----------------------
33 In this, SPI controller is configured using configuration port and then
34 controller is switched to memory mapped port for data read.
37 ------
39 - Newly created file which is responsible for configuring the
40 qspi controller and also for providing the low level api which
41 is responsible for transferring the datas from host controller
45 -------
47 details about the commands required to test qspi at U-Boot level.