21 Jan, 2017
1 commit
-
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
Reviewed-by: Tom Rini
Reviewed-by: Simon Glass
22 Nov, 2016
1 commit
-
Support was already implemented, but not hooked up. This fixes several
fails in the test cases.Signed-off-by: Stefan Brüns
Acked-by: Stephen Warren
07 Oct, 2016
2 commits
-
Update the ext loader to avoid using the spl_image global variable.
Signed-off-by: Simon Glass
Reviewed-by: Tom Rini -
Instead of using the global spl_image variable, pass the required struct in
as an argument.Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
19 Jun, 2016
1 commit
-
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
CC: Guillaume GARDET
CC: Tom Rini
17 Jun, 2016
1 commit
-
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
CC: Guillaume GARDET
Acked-by: Guillaume GARDET
17 May, 2016
1 commit
-
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
Cc: Fabio Estevam
Cc: Peng Fan
Cc: Stefano Babic
Cc: Tom Rini
15 Mar, 2016
2 commits
-
Rename three partition functions so that they start with part_. This makes
it clear what they relate to.Signed-off-by: Simon Glass
Tested-by: Stephen Warren -
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
Reviewed-by: Bin Meng
Tested-by: Stephen Warren
19 Nov, 2015
1 commit
-
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
Cc: Igor Grinberg
Cc: Paul Kocialkowski
Cc: Pantelis Antoniou
Cc: Tom Rini
Cc: Simon Glass
Cc: Guillaume GARDET
Cc: Suriyan Ramasami
Reviewed-by: Simon Glass
Reviewed-by: Tom Rini
27 Nov, 2014
1 commit
-
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
Reviewed-by: Simon Glass
Signed-off-by: Guillaume GARDET
Cc: Tom Rini
23 Nov, 2014
1 commit
-
Change the internal EXT4 functions to use loff_t for offsets.
Signed-off-by: Suriyan Ramasami
Acked-by: Simon Glass
[trini: Update common/spl/spl_ext.c]
Signed-off-by: Tom Rini
28 Oct, 2014
1 commit
-
Add EXT filesystem support to SPL.
Signed-off-by: Guillaume GARDET
[trini: Fix a warning and checkpatch problems]
Signed-off-by: Tom Rini