index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
spl
/
spl_sata.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
spl: sata: Rework the loading case it not use IS_ENABLED(...)
Tom Rini
1
-16
/
+9
2022-12-05
spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig
Tom Rini
1
-4
/
+0
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
1
-1
/
+1
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
1
-1
/
+1
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
1
-1
/
+1
2022-06-06
Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig
Tom Rini
1
-4
/
+0
2022-06-06
spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE
Tom Rini
1
-15
/
+5
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
1
-4
/
+5
2021-11-05
spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths
Tom Rini
1
-1
/
+1
2021-07-31
SPL: Add support for specifying offset between header and image
Pali Rohár
1
-1
/
+11
2019-07-24
spl: sata: support U-Boot load from raw sata disk
Baruch Siach
1
-0
/
+34
2019-07-11
spl: sata: don't force FS_FAT support
Baruch Siach
1
-2
/
+6
2019-07-11
spl: sata: fix build with DM_SCSI
Baruch Siach
1
-1
/
+3
2019-07-11
spl: sata: add default partition and image name
Baruch Siach
1
-0
/
+8
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2017-07-11
dm: scsi: Document and rename the scsi_scan() parameter
Simon Glass
1
-1
/
+1
2016-12-09
spl: Add a name to the SPL load-image methods
Simon Glass
1
-1
/
+1
2016-10-06
spl: Update fat functions to take an spl_image parameter
Simon Glass
1
-4
/
+7
2016-10-06
spl: Pass spl_image as a parameter to load_image() methods
Simon Glass
1
-1
/
+2
2016-10-06
spl: Convert spl_sata_load_image() to use linker list
Simon Glass
1
-1
/
+2
2016-10-06
spl: Convert boot_device into a struct
Simon Glass
1
-1
/
+1
2016-05-17
dm: scsi: Drop the get_dev() function
Simon Glass
1
-1
/
+1
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-1
/
+1
2015-11-18
spl: change return values of spl_*_load_image()
Nikita Kiryanov
1
-3
/
+8
2015-03-24
remove unnecessary version.h includes
Rob Herring
1
-1
/
+0
2015-01-05
spl_sata.c: Add <scsi.h>
Tom Rini
1
-0
/
+1
2014-10-27
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
1
-1
/
+1
2014-10-10
common: spl_sata: perform SCSI scan before getting device
Roger Quadros
1
-0
/
+1
2014-02-19
common: spl: Add spl sata boot support
Dan Murphy
1
-0
/
+49