u-boot/arch/sandbox
Stefan Brüns 2f159402d9 sandbox/fs: Set correct filetype for unknown filetype
The "hostfs ls" command prefixes each directory entry with either DIR,
LNK or "   " if it is a directory, symlink resp. regular file, or
"???" for any other or unknown type.
The latter only works if the type is set correctly, as the entry defaults
to OS_FILET_REG and e.g. socket files show up as regular files.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Simon Glass <sjg@chromium.org>
2016-10-11 10:17:08 -06:00
..
cpu sandbox/fs: Set correct filetype for unknown filetype 2016-10-11 10:17:08 -06:00
dts Add a power domain framework/uclass 2016-07-27 16:29:56 -06:00
include/asm sandbox: Use the address in readl/writel() functions 2016-10-11 10:17:08 -06:00
lib cmd: Split 'bootz' and 'booti' out from 'bootm' 2016-08-20 11:35:07 -04:00
Kconfig sandbox, x86: select DM_KEYBOARD instead of default y entry 2016-10-01 20:04:33 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk sandbox: Support building an SPL image 2016-07-14 20:40:24 -06:00