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
path:
root
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
Correct SPL uses of CMD_BOOTEFI_BOOTMGR
Simon Glass
1
-1
/
+2
2023-02-10
Correct SPL uses of LMB
Simon Glass
1
-1
/
+1
2023-02-09
Correct SPL use of CMD_PSTORE
Simon Glass
1
-1
/
+1
2023-02-09
Correct SPL uses of CMD_FDT
Simon Glass
2
-2
/
+2
2023-02-09
Correct SPL uses of CMD_BOOTM_PRE_LOAD
Simon Glass
1
-2
/
+2
2023-02-09
Correct SPL use of CMD_BOOTI
Simon Glass
1
-1
/
+1
2023-02-06
qemu: Add a bootmeth for qfw
Simon Glass
3
-1
/
+104
2023-02-06
bootstd: Add some default filesystems and commands
Simon Glass
1
-0
/
+27
2023-02-06
bootstd: Probe the block device before use
Simon Glass
2
-0
/
+7
2023-02-06
bootstd: Allow enabling BOOTSTD_FULL without needing EXPO
Simon Glass
2
-2
/
+3
2023-01-23
bootstd: Add a little more logging of bootflows
Simon Glass
2
-0
/
+5
2023-01-23
bootstd: Record the bootdevs used during scanning
Simon Glass
1
-10
/
+19
2023-01-23
bootstd: Drop the old bootflow_scan_first()
Simon Glass
1
-15
/
+3
2023-01-23
bootstd: Allow scanning a single bootdev label
Simon Glass
2
-13
/
+58
2023-01-23
bootstd: Switch bootdev scanning to use labels
Simon Glass
2
-133
/
+81
2023-01-23
bootstd: Allow iterating to the next bootdev priortiy
Simon Glass
1
-0
/
+64
2023-01-23
bootstd: Allow iterating to the next label in a list
Simon Glass
1
-2
/
+24
2023-01-23
bootstd: Allow hunting for a bootdev by label
Simon Glass
1
-2
/
+25
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
1
-0
/
+8
2023-01-23
bootstd: Allow hunting for bootdevs of a given priority
Simon Glass
1
-0
/
+25
2023-01-23
bootstd: Treat DHCP and PXE as bootdev labels
Simon Glass
5
-24
/
+40
2023-01-23
bootstd: Support reading a script from network or SPI flash
Simon Glass
1
-13
/
+80
2023-01-23
bootstd: Add a SPI flash bootdev
Simon Glass
2
-2
/
+20
2023-01-23
bootstd: Add a new bootmeth method to set the bootflow
Simon Glass
1
-0
/
+11
2023-01-23
bootstd: Move label parsing into its own function
Simon Glass
1
-12
/
+36
2023-01-23
bootstd: Set the distro_bootpart env var with scripts
Simon Glass
1
-0
/
+3
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
1
-0
/
+1
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
6
-8
/
+8
2023-01-23
bootstd: Only scan bootable partitions
Simon Glass
1
-1
/
+9
2023-01-23
bootstd: Support running bootdev hunters
Simon Glass
1
-0
/
+61
2023-01-23
bootstd: Add the concept of a bootdev hunter
Simon Glass
1
-0
/
+31
2023-01-23
bootstd: Add a default method to get bootflows
Simon Glass
1
-2
/
+25
2023-01-23
dm: mmc: Use bootdev_setup_sibling_blk()
Simon Glass
1
-12
/
+30
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
2
-28
/
+21
2023-01-19
Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
1
-2
/
+1
2023-01-18
vbe: Allow probing the VBE bootmeth to fail in OS fixup
Simon Glass
1
-4
/
+12
2023-01-18
rockchip: Drop the FIT generator script
Simon Glass
1
-1
/
+0
2023-01-18
rockchip: Convert all boards to use binman
Simon Glass
1
-1
/
+1
2023-01-18
event: Correct dependencies on the EVENT framework
Tom Rini
1
-0
/
+3
2023-01-16
bootstd: Support setting a theme for the menu
Simon Glass
2
-0
/
+45
2023-01-16
bootstd: Support creating a boot menu
Simon Glass
3
-0
/
+289
2023-01-16
expo: Add support for scene menus
Simon Glass
2
-0
/
+392
2023-01-16
expo: Add support for scenes
Simon Glass
2
-0
/
+537
2023-01-16
expo: Add basic implementation
Simon Glass
2
-0
/
+182
2023-01-16
bootstd: Allow reading a logo for the OS
Simon Glass
2
-9
/
+64
2023-01-16
bootstd: Read the Operating System name for distro/scripts
Simon Glass
3
-0
/
+71
2023-01-16
image: Move common image code to image_board and command
Simon Glass
2
-1
/
+160
[next]