Searched hist:b3800056b1e398ab3bede7e927285eeddca7e088 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | fs.h | b3800056b1e398ab3bede7e927285eeddca7e088 Sat Sep 09 17:15:55 UTC 2017 Rob Clark <robdclark@gmail.com> UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX opendir()/readdir()/closedir(). Unlike the other fs APIs, this is stateful (ie. state is held in the FS_DIR "directory stream"), to avoid re-traversing of the directory structure at each step. The directory stream must be released with closedir() when it is no longer needed.
Change-Id: I5a977a73024ff4646fc3c4f7c49993de0b5b6256 Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 4bbcc965f995564870ca02606137e60e873e0a1f)
|
| H A D | part.h | b3800056b1e398ab3bede7e927285eeddca7e088 Sat Sep 09 17:15:55 UTC 2017 Rob Clark <robdclark@gmail.com> UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX opendir()/readdir()/closedir(). Unlike the other fs APIs, this is stateful (ie. state is held in the FS_DIR "directory stream"), to avoid re-traversing of the directory structure at each step. The directory stream must be released with closedir() when it is no longer needed.
Change-Id: I5a977a73024ff4646fc3c4f7c49993de0b5b6256 Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 4bbcc965f995564870ca02606137e60e873e0a1f)
|
| /rk3399_rockchip-uboot/fs/ |
| H A D | fs.c | b3800056b1e398ab3bede7e927285eeddca7e088 Sat Sep 09 17:15:55 UTC 2017 Rob Clark <robdclark@gmail.com> UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX opendir()/readdir()/closedir(). Unlike the other fs APIs, this is stateful (ie. state is held in the FS_DIR "directory stream"), to avoid re-traversing of the directory structure at each step. The directory stream must be released with closedir() when it is no longer needed.
Change-Id: I5a977a73024ff4646fc3c4f7c49993de0b5b6256 Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 4bbcc965f995564870ca02606137e60e873e0a1f)
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part.c | b3800056b1e398ab3bede7e927285eeddca7e088 Sat Sep 09 17:15:55 UTC 2017 Rob Clark <robdclark@gmail.com> UPSTREAM: fs: add fs_readdir()
Needed to support efi file protocol. The fallback.efi loader wants to be able to read the contents of the /EFI directory to find an OS to boot.
Modelled after POSIX opendir()/readdir()/closedir(). Unlike the other fs APIs, this is stateful (ie. state is held in the FS_DIR "directory stream"), to avoid re-traversing of the directory structure at each step. The directory stream must be released with closedir() when it is no longer needed.
Change-Id: I5a977a73024ff4646fc3c4f7c49993de0b5b6256 Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 4bbcc965f995564870ca02606137e60e873e0a1f)
|