
23 Oct
2020
23 Oct
'20
6:33 p.m.
On Wed, Oct 14, 2020 at 2:35 PM Bin Meng bmeng.cn@gmail.com wrote:
From: Bin Meng bin.meng@windriver.com
Enable the command "misc" for accessing miscellaneous devices with a MISC uclass driver. The command provides listing all MISC devices as well as read and write functionalities via their drivers.
Signed-off-by: Bin Meng bin.meng@windriver.com
This patch depends on http://patchwork.ozlabs.org/project/uboot/list/?series=207559
cmd/Kconfig | 8 ++++ cmd/Makefile | 1 + cmd/misc.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 cmd/misc.c
ping?