]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add fuse API and commands
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Tue, 23 Apr 2013 10:17:40 +0000 (10:17 +0000)
committerStefano Babic <sbabic@denx.de>
Sun, 28 Apr 2013 09:07:40 +0000 (11:07 +0200)
commitccca7dfd0273af41e5b4bdec7f8731b177a20fde
tree015f9912580d549ea1605d967d9ea56adf4ca161
parent6adbd30203a2839894d9b61f810d9fedc25a64ff
Add fuse API and commands

This can be useful for fuse-like hardware, OTP SoC options, etc.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
README
common/Makefile
common/cmd_fuse.c [new file with mode: 0644]
doc/README.fuse [new file with mode: 0644]
include/config_cmd_all.h
include/fuse.h [new file with mode: 0644]