u-boot/doc
Amit Singh Tomar 5f0ec25974 doc: boards: add Cubieboard7 documentation
This adds build and flash steps for Actions S700
based Cubieboard7 board.

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
2020-04-24 16:40:09 -04:00
..
android doc: android: Convert to Sphinx format 2020-02-04 09:07:24 +05:30
api efi_loader: function descriptions efi_watchdog.c 2020-04-16 08:10:02 +02:00
arch sandbox: Add documentation about required/useful packages 2020-04-10 21:21:06 -04:00
board doc: boards: add Cubieboard7 documentation 2020-04-24 16:40:09 -04:00
build
chromium
device-tree-bindings doc: device-tree-bindings: update reference to binding directory 2020-04-16 23:06:54 -04:00
driver-model dm: core: Read parent ofdata before children 2020-04-16 08:07:58 -06:00
imx doc: update reference to README.imximage 2020-04-16 23:06:54 -04:00
media
mvebu
sphinx doc: invalid doc link in rstFlatTable.py 2020-04-24 10:51:56 -04:00
sphinx-static
SPI
SPL
uefi efi_loader: add some description about UEFI secure boot 2020-04-16 08:12:47 +02:00
uImage.FIT mkimage: fit_image: Add option to make fit header align 2020-04-24 10:10:01 -04:00
.gitignore
bounces
conf.py docs: Fix conf.py for Sphinx 2.0 2020-04-24 10:10:00 -04:00
feature-removal-schedule.txt
git-mailrc MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc. 2020-02-07 13:59:58 -05:00
I2C_Edge_Conditions
index.rst doc: android: Convert to Sphinx format 2020-02-04 09:07:24 +05:30
kwboot.1
Makefile doc/Makefile: turn warnings into errors 2020-02-25 09:06:40 -05:00
mkimage.1
README.440-DDR-performance
README.AMCC-eval-boards-cleanup
README.arm-caches
README.arm-relocation
README.armada-secureboot
README.asn1
README.atmel_mci
README.atmel_pmecc
README.autoboot
README.bcm7xxx
README.bedbug
README.bitbangMII
README.bloblist bloblist: Zero records when adding 2020-02-05 19:33:46 -07:00
README.bootcount bootcount_ext: Add flag to enable/disable bootcount 2020-04-24 10:10:00 -04:00
README.bootmenu
README.boston
README.bus_vcxk
README.cfi
README.chromium
README.chromium-chainload
README.clang
README.coccinelle
README.commands cmd: gpio: Correct do_gpio() return value 2020-02-07 13:59:58 -05:00
README.commands.itest
README.commands.spl
README.console
README.davinci
README.davinci.nand_spl
README.dfu dfu: Add optional timeout parameter 2020-01-07 14:37:50 +01:00
README.dfutftp
README.displaying-bmps
README.distro image: Add compressed Image parsing support in booti. 2020-04-17 12:32:36 -04:00
README.dns
README.enetaddr
README.esbc_validate
README.ext4
README.falcon
README.fdt-control doc: fix references to driver-model 2020-04-17 12:32:36 -04:00
README.fdt-overlays
README.fec_mxc
README.fsl_iim
README.fsl-clk
README.fsl-ddr
README.fsl-dpaa
README.fsl-esdhc
README.fsl-hwconfig
README.fsl-trustzone-components
README.fuse
README.generic_usb_ohci
README.generic-board
README.gpio dt-bindings: gpio: alignment with kernel v5.3 2020-04-16 23:06:54 -04:00
README.gpt
README.Heterogeneous-SoCs
README.hwconfig
README.i2c
README.iomux
README.JFFS2
README.JFFS2_NAND
README.kconfig
README.kwbimage
README.LED
README.link-local
README.log log: syslog driver 2020-04-16 08:07:58 -06:00
README.lynxkdi
README.m54418twr
README.malta
README.marvell
README.mediatek
README.memory-test
README.menu
README.mpc74xx
README.mpc83xx.ddrecc
README.mpc83xxads
README.mpc85xx
README.mpc85xx-sd-spi-boot
README.mpc85xx-spin-table
README.mpc85xxcds
README.multi-dtb-fit
README.mxc_ocotp
README.nand
README.nand-boot-ppc440
README.ne2000
README.NetConsole
README.nokia_rx51
README.nvme
README.odroid
README.OFT
README.omap3
README.omap-ulpi-viewport
README.pblimage
README.pcap
README.plan9
README.POST
README.power-framework
README.pxe
README.ramboot-ppc85xx
README.rmobile
README.rockchip
README.rockusb
README.s5pc1xx
README.sata
README.sched
README.scrapyard
README.semihosting
README.serial_multi
README.sha1
README.silent
README.SNTP
README.socfpga
README.spear
README.SPL doc: spl: update reference to driver-model/README.txt 2020-04-17 12:32:36 -04:00
README.splashprepare
README.srio-pcie-boot-corenet
README.standalone
README.t1040-l2switch
README.tee
README.ti-secure
README.TPL
README.trace
README.ubi
README.ubispl
README.ublimage
README.unaligned-memory-access.txt
README.uniphier
README.update
README.usb
README.vf610
README.video
README.virtio
README.VLAN
README.VSC3316-3308
README.vxworks
README.watchdog
README.zfs

This patch series adds support for ZFS listing and load to u-boot.

To Enable zfs ls and load commands, modify the board specific config file with
#define CONFIG_CMD_ZFS

Steps to test:

1. After applying the patch, zfs specific commands can be seen
   in the boot loader prompt using
	UBOOT #help

	zfsload- load binary file from a ZFS file system
	zfsls  - list files in a directory (default /)

2. To list the files in zfs pool, device or partition, execute
	zfsls <interface> <dev[:part]> [POOL/@/dir/file]
	For example:
	UBOOT #zfsls mmc 0:5 /rpool/@/usr/bin/

3. To read and load a file from an ZFS formatted partition to RAM, execute
	zfsload <interface> <dev[:part]> [addr] [filename] [bytes]
	For example:
	UBOOT #zfsload mmc 2:2 0x30007fc0 /rpool/@/boot/uImage

References :
	-- ZFS GRUB sources from Solaris GRUB-0.97
	-- GRUB Bazaar repository

Jorgen Lundman <lundman at lundman.net> 2012.