Commit fae81c72c80636be657a24d42eb80971cb0e5793
Committed by
Tom Rini
1 parent
592f922261
Exists in
v2017.01-smarct4x
and in
40 other branches
doc: Update documentation according to the EXT SPL support patch set
Update documentation according to the EXT SPL support patch set. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Tom Rini <trini@ti.com>
Showing 2 changed files with 11 additions and 7 deletions Side-by-side Diff
README
| ... | ... | @@ -3547,7 +3547,7 @@ |
| 3547 | 3547 | |
| 3548 | 3548 | CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR, |
| 3549 | 3549 | CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS, |
| 3550 | - CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION | |
| 3550 | + CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION | |
| 3551 | 3551 | Address, size and partition on the MMC to load U-Boot from |
| 3552 | 3552 | when the MMC is being used in raw mode. |
| 3553 | 3553 | |
| 3554 | 3554 | |
| 3555 | 3555 | |
| 3556 | 3556 | |
| 3557 | 3557 | |
| ... | ... | @@ -3564,16 +3564,19 @@ |
| 3564 | 3564 | CONFIG_SPL_FAT_SUPPORT |
| 3565 | 3565 | Support for fs/fat/libfat.o in SPL binary |
| 3566 | 3566 | |
| 3567 | - CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME | |
| 3568 | - Filename to read to load U-Boot when reading from FAT | |
| 3567 | + CONFIG_SPL_EXT_SUPPORT | |
| 3568 | + Support for EXT filesystem in SPL binary | |
| 3569 | 3569 | |
| 3570 | - CONFIG_SPL_FAT_LOAD_KERNEL_NAME | |
| 3570 | + CONFIG_SPL_FS_LOAD_PAYLOAD_NAME | |
| 3571 | + Filename to read to load U-Boot when reading from filesystem | |
| 3572 | + | |
| 3573 | + CONFIG_SPL_FS_LOAD_KERNEL_NAME | |
| 3571 | 3574 | Filename to read to load kernel uImage when reading |
| 3572 | - from FAT (for Falcon mode) | |
| 3575 | + from filesystem (for Falcon mode) | |
| 3573 | 3576 | |
| 3574 | - CONFIG_SPL_FAT_LOAD_ARGS_NAME | |
| 3577 | + CONFIG_SPL_FS_LOAD_ARGS_NAME | |
| 3575 | 3578 | Filename to read to load kernel argument parameters |
| 3576 | - when reading from FAT (for Falcon mode) | |
| 3579 | + when reading from filesystem (for Falcon mode) | |
| 3577 | 3580 | |
| 3578 | 3581 | CONFIG_SPL_MPC83XX_WAIT_FOR_NAND |
| 3579 | 3582 | Set this for NAND SPL on PPC mpc83xx targets, so that |
doc/README.SPL
| ... | ... | @@ -54,6 +54,7 @@ |
| 54 | 54 | CONFIG_SPL_SPI_FLASH_SUPPORT (drivers/mtd/spi/libspi_flash.o) |
| 55 | 55 | CONFIG_SPL_SPI_SUPPORT (drivers/spi/libspi.o) |
| 56 | 56 | CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o) |
| 57 | +CONFIG_SPL_EXT_SUPPORT | |
| 57 | 58 | CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o) |
| 58 | 59 | CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o) |
| 59 | 60 | CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o) |