Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-28 | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay | |
Complete in the drivers directory the work started with commit 83d290c56fab ("SPDX: Convert all of our single license tags to Linux Kernel style"). Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> | |||
2018-09-28 | common: Generic loader for file system | Tien Fong Chee | |
This is file system generic loader which can be used to load the file image from the storage into target such as memory. The consumer driver would then use this loader to program whatever, ie. the FPGA device. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> |