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
old/tizen_20241126
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-23
bootstd: Move label parsing into its own function
Simon Glass
1
-12
/
+36
2023-01-23
bootstd: Update docs on bootmeth_try_file() for sandbox
Simon Glass
2
-2
/
+2
2023-01-23
bootstd: Set the distro_bootpart env var with scripts
Simon Glass
2
-0
/
+6
2023-01-23
bootstd: Support reading the device tree with EFI
Simon Glass
1
-6
/
+99
2023-01-23
bootstd: Include the device tree in the bootflow
Simon Glass
4
-0
/
+14
2023-01-23
bootstd: Allow reading an EFI file from the network
Simon Glass
1
-8
/
+109
2023-01-23
bootstd: Rename bootdev checkers
Simon Glass
8
-15
/
+15
2023-01-23
ata: Don't try to use non-existent ports
Simon Glass
1
-0
/
+6
2023-01-23
bootstd: Add a virtio bootdev
Simon Glass
2
-5
/
+57
2023-01-23
virtio: Add a block device
Simon Glass
2
-1
/
+8
2023-01-23
virtio: Avoid strange behaviour on removal
Simon Glass
2
-13
/
+3
2023-01-23
virtio: Fix returning -ENODEV
Simon Glass
1
-1
/
+1
2023-01-23
virtio: Avoid repeating a long expression
Simon Glass
1
-5
/
+5
2023-01-23
bootstd: Add an NVMe bootdev
Simon Glass
3
-6
/
+68
2023-01-23
bootstd: Add an IDE bootdev
Simon Glass
3
-6
/
+62
2023-01-23
bootstd: Add a SCSI bootdev
Simon Glass
4
-8
/
+86
2023-01-23
scsi: Remove all children of SCSI devices before rescanning
Simon Glass
1
-2
/
+13
2023-01-23
scsi: Correct allocation of block-device name
Simon Glass
1
-2
/
+8
2023-01-23
bootstd: Only scan bootable partitions
Simon Glass
4
-3
/
+50
2023-01-23
part: Add a function to find the first bootable partition
Simon Glass
6
-7
/
+49
2023-01-23
bootstd: Add a hunter for ethernet
Simon Glass
2
-29
/
+52
2023-01-23
net: Add a function to run dhcp
Simon Glass
2
-0
/
+50
2023-01-23
bootstd: Add an MMC hunter
Simon Glass
2
-6
/
+16
2023-01-23
bootstd: Add a USB hunter
Simon Glass
2
-5
/
+33
2023-01-23
test: Add a generic function to skip delays
Simon Glass
1
-0
/
+16
2023-01-23
dm: usb: Mark the device name as alloced when binding
Simon Glass
1
-0
/
+2
2023-01-23
bootstd: Support running bootdev hunters
Simon Glass
4
-1
/
+84
2023-01-23
bootstd: Add the concept of a bootdev hunter
Simon Glass
5
-3
/
+176
2023-01-23
efi: Improve logging in efi_disk
Simon Glass
1
-9
/
+21
2023-01-23
event: Correct duplicate log message in event_notify()
Simon Glass
1
-1
/
+1
2023-01-23
lib: Support printing an error string
Simon Glass
1
-0
/
+12
2023-01-23
sandbox: Enable the Ethernet bootdev
Simon Glass
2
-2
/
+0
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
4
-2
/
+48
2023-01-23
sandbox: Allow ethernet to be disabled at runtime
Simon Glass
5
-0
/
+62
2023-01-23
bootstd: Add a default method to get bootflows
Simon Glass
4
-52
/
+29
2023-01-23
dm: mmc: Use bootdev_setup_sibling_blk()
Simon Glass
3
-14
/
+35
2023-01-23
ide: Drop non-DM code for BLK
Simon Glass
1
-41
/
+1
2023-01-23
dm: test: Correct ordering of DM setup
Simon Glass
2
-7
/
+14
2023-01-23
dm: part: Update test to use mmc2
Simon Glass
1
-6
/
+6
2023-01-23
vbe: sandbox: Drop VBE node in chosen
Simon Glass
1
-13
/
+0
2023-01-23
vbe: Avoid a build failure when bloblist is not enabled
Simon Glass
1
-2
/
+5
2023-01-23
sandbox: mmc: Start off with a zeroed file
Simon Glass
1
-1
/
+1
2023-01-23
test: Drop duplicate restore of DM state
Simon Glass
1
-4
/
+0
2023-01-23
test: Fix the help for the ut command
Simon Glass
1
-1
/
+1
2023-01-23
bootstd: Simplify locating existing bootdevs
Simon Glass
1
-11
/
+5
2023-01-23
bootstd: Remove special-case code for boot_targets
Simon Glass
3
-31
/
+32
2023-01-23
lib: Add a function to split a string into substrings
Simon Glass
3
-0
/
+147
2023-01-23
dm: test: Correct assertion in dm_test_part()
Simon Glass
1
-8
/
+4
2023-01-23
dm: core: Support sorting devices with dm tree
Simon Glass
5
-12
/
+114
2023-01-23
dm: core: Correct ordering of uclasses IDs
Simon Glass
1
-2
/
+2
[next]