Home
last modified time | relevance | path

Searched hist:dd64827eb60de9f71b1a1d6aecf488104cdd7b96 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_ram.cdd64827eb60de9f71b1a1d6aecf488104cdd7b96 Wed Jun 11 22:03:33 UTC 2014 Stephen Warren <swarren@nvidia.com> dfu: defer parsing of device string to IO backend

Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
H A Ddfu_nand.cdd64827eb60de9f71b1a1d6aecf488104cdd7b96 Wed Jun 11 22:03:33 UTC 2014 Stephen Warren <swarren@nvidia.com> dfu: defer parsing of device string to IO backend

Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
H A Ddfu_mmc.cdd64827eb60de9f71b1a1d6aecf488104cdd7b96 Wed Jun 11 22:03:33 UTC 2014 Stephen Warren <swarren@nvidia.com> dfu: defer parsing of device string to IO backend

Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
H A Ddfu.cdd64827eb60de9f71b1a1d6aecf488104cdd7b96 Wed Jun 11 22:03:33 UTC 2014 Stephen Warren <swarren@nvidia.com> dfu: defer parsing of device string to IO backend

Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
/rk3399_rockchip-uboot/include/
H A Ddfu.hdd64827eb60de9f71b1a1d6aecf488104cdd7b96 Wed Jun 11 22:03:33 UTC 2014 Stephen Warren <swarren@nvidia.com> dfu: defer parsing of device string to IO backend

Devices are not all identified by a single integer. To support
this, defer the parsing of the device string to the IO backed, so that
it can apply the appropriate rules.

SPI devices are specified as controller:chip_select. SPI/SF support will
be added soon.

MMC devices can also be specified as controller[.hwpart][:partition] in
many commands, although we don't support that syntax in DFU.

Signed-off-by: Stephen Warren <swarren@nvidia.com>