diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.rockchip | 21 | ||||
-rw-r--r-- | doc/driver-model/migration.rst | 3 | ||||
-rw-r--r-- | doc/git-mailrc | 8 |
3 files changed, 7 insertions, 25 deletions
diff --git a/doc/README.rockchip b/doc/README.rockchip index 531a062c9e..d17afeabdd 100644 --- a/doc/README.rockchip +++ b/doc/README.rockchip @@ -275,9 +275,7 @@ As of now TPL is added on Vyasa-RK3288 board. To write an image that boots from an SD card (assumed to be /dev/mmcblk0): - ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out && - cat ./spl/u-boot-spl-dtb.bin >> out && - sudo dd if=out of=/dev/mmcblk0 seek=64 && + sudo dd if=idbloader.img of=/dev/mmcblk0 seek=64 && sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384 Booting from an SD card on RK3188 @@ -310,11 +308,6 @@ Booting from an SD card on Pine64 Rock64 (RK3328) For Rock64 rk3328 board the following three parts are required: TPL, SPL, and the u-boot image tree blob. - - Create TPL/SPL image - - => tools/mkimage -n rk3328 -T rksd -d tpl/u-boot-tpl.bin idbloader.img - => cat spl/u-boot-spl.bin >> idbloader.img - - Write TPL/SPL image at 64 sector => sudo dd if=idbloader.img of=/dev/mmcblk0 seek=64 @@ -473,19 +466,9 @@ Hit any key to stop autoboot: 0 Option 3: Package the image with TPL: - - Prefix rk3399 header to TPL image - - => cd /path/to/u-boot - => ./tools/mkimage -n rk3399 -T rksd -d tpl/u-boot-tpl-dtb.bin out - - - Concatinate tpl with spl - - => cd /path/to/u-boot - => cat ./spl/u-boot-spl-dtb.bin >> out - - Write tpl+spl at 64th sector - => sudo dd if=out of=/dev/sdc seek=64 + => sudo dd if=idbloader.img of=/dev/sdc seek=64 - Write U-Boot proper at 16384 sector diff --git a/doc/driver-model/migration.rst b/doc/driver-model/migration.rst index 75b85235ef..fd499fb74a 100644 --- a/doc/driver-model/migration.rst +++ b/doc/driver-model/migration.rst @@ -58,10 +58,8 @@ to move the migration with in the deadline. No dm conversion yet:: - drivers/spi/cf_spi.c drivers/spi/fsl_espi.c drivers/spi/lpc32xx_ssp.c - drivers/spi/mxs_spi.c drivers/spi/sh_spi.c drivers/spi/soft_spi_legacy.c @@ -74,6 +72,7 @@ Partially converted:: drivers/spi/fsl_dspi.c drivers/spi/kirkwood_spi.c drivers/spi/mxc_spi.c + drivers/spi/mxs_spi.c drivers/spi/omap3_spi.c drivers/spi/sh_qspi.c diff --git a/doc/git-mailrc b/doc/git-mailrc index 1d36f5845a..6f383b1f60 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -46,7 +46,7 @@ alias smcnutt Scott McNutt <smcnutt@psyent.com> alias stroese Stefan Roese <sr@denx.de> alias trini Tom Rini <trini@konsulko.com> alias wd Wolfgang Denk <wd@denx.de> -alias prabhu_kush Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> +alias priyankajain Priyanka Jain <priyanka.jain@nxp.com> # Architecture aliases alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86 @@ -91,12 +91,12 @@ alias nds32 uboot, macpaul alias nios uboot, Thomas Chou <thomas@wytron.com.tw>, smcnutt alias nios2 nios -alias powerpc uboot, afleming, stroese, wd, prabhu_kush, mariosix +alias powerpc uboot, afleming, stroese, wd, priyankajain, mariosix alias ppc powerpc alias mpc8xx uboot, wd, Christophe Leroy <christophe.leroy@c-s.fr> alias mpc83xx uboot, mariosix -alias mpc85xx uboot, afleming, prabhu_kush -alias mpc86xx uboot, afleming, prabhu_kush +alias mpc85xx uboot, afleming, priyankajain +alias mpc86xx uboot, afleming, priyankajain alias sandbox sjg alias sb sandbox |