| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-20 | spl: Remove inline ifdef check for EXT and FAT support | Andrew F. Davis | |
| These files are only included for build by the make system when CONFIG_SPL_{EXT,FAT}_SUPPORT is enabled, remove the unneed checks for these in the source files. Signed-off-by: Andrew F. Davis <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2016-11-21 | ext4: Allow reading files with non-zero offset, clamp read len | Stefan Brüns | |
| Support was already implemented, but not hooked up. This fixes several fails in the test cases. Signed-off-by: Stefan Brüns <[email protected]> Acked-by: Stephen Warren <[email protected]> | |||
| 2016-10-06 | spl: Update ext functions to take an spl_image parameter | Simon Glass | |
| Update the ext loader to avoid using the spl_image global variable. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2016-10-06 | spl: Add a parameter to spl_parse_image_header() | Simon Glass | |
| Instead of using the global spl_image variable, pass the required struct in as an argument. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2016-06-19 | SPL ext: cosmetic: correct error message in spl_load_image_ext() | Petr Kulhavy | |
| Correct the error message in spl_load_image_ext() when image parsing fails. Instead of "ext4fs_read failed" print "failed to parse image header". Signed-off-by: Petr Kulhavy <[email protected]> CC: Guillaume GARDET <[email protected]> CC: Tom Rini <[email protected]> | |||
| 2016-06-17 | SPL: ext: remove redundant ifdef statement | Petr Kulhavy | |
| Remove redundant #if defined(CONFIG_SPL_OS_BOOT) statement around getenv() calls in spl_load_image_ext_os(). The whole function is surrounded by #ifdef CONFIG_SPL_OS_BOOT. No functional change. Signed-off-by: Petr Kulhavy <[email protected]> CC: Guillaume GARDET <[email protected]> Acked-by: Guillaume GARDET <[email protected]> | |||
| 2016-05-17 | SPL: Let spl_parse_image_header() return value | Marek Vasut | |
| Allow the spl_parse_image_header() to return value. This is convenient for controlling the SPL boot flow if the loaded image is corrupted. Signed-off-by: Marek Vasut <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Peng Fan <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Tom Rini <[email protected]> | |||
| 2016-03-14 | dm: part: Rename some partition functions | Simon Glass | |
| Rename three partition functions so that they start with part_. This makes it clear what they relate to. Signed-off-by: Simon Glass <[email protected]> Tested-by: Stephen Warren <[email protected]> | |||
| 2016-03-14 | dm: Drop the block_dev_desc_t typedef | Simon Glass | |
| Use 'struct' instead of a typdef. Also since 'struct block_dev_desc' is long and causes 80-column violations, rename it to struct blk_desc. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Stephen Warren <[email protected]> | |||
| 2015-11-18 | spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check | Nikita Kiryanov | |
| Implement default versions of falcon mode functions to make the CONFIG_SPL_OS_BOOT check in spl_mmc_load_image() unnecessary, thus reducing its #ifdef complexity. No functional changes. Signed-off-by: Nikita Kiryanov <[email protected]> Cc: Igor Grinberg <[email protected]> Cc: Paul Kocialkowski <[email protected]> Cc: Pantelis Antoniou <[email protected]> Cc: Tom Rini <[email protected]> Cc: Simon Glass <[email protected]> Cc: Guillaume GARDET <[email protected]> Cc: Suriyan Ramasami <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2014-11-26 | spl: Fix SPL EXT support | Guillaume GARDET | |
| Commit 9f12cd0e062614e19734b2ab37842d387457c5e5 has broken SPL EXT support. This patch update error code check to get SPL EXT support working again. Tested on a Pandaboard (rev. A3). Reviewed-by: Suriyan Ramasami <[email protected]> Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Guillaume GARDET <[email protected]> Cc: Tom Rini <[email protected]> | |||
| 2014-11-23 | ext4: Prepare API change for files greater than 2GB | Suriyan Ramasami | |
| Change the internal EXT4 functions to use loff_t for offsets. Signed-off-by: Suriyan Ramasami <[email protected]> Acked-by: Simon Glass <[email protected]> [trini: Update common/spl/spl_ext.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2014-10-27 | spl: Add EXT support to SPL | Guillaume GARDET | |
| Add EXT filesystem support to SPL. Signed-off-by: Guillaume GARDET <[email protected]> [trini: Fix a warning and checkpatch problems] Signed-off-by: Tom Rini <[email protected]> | |||
