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
/
boot
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-19
Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y
Shantur Rathore
1
-0
/
+1
2024-01-18
boot: superfluous assignment in bootflow_menu_new()
Heinrich Schuchardt
1
-1
/
+0
2024-01-18
boot: remove dead code in bootflow_check()
Heinrich Schuchardt
1
-4
/
+2
2024-01-18
bootdev: avoid infinite probe loop
Caleb Connolly
1
-2
/
+12
2024-01-17
efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
AKASHI Takahiro
1
-1
/
+1
2024-01-17
efi_loader: split unrelated code from efi_bootmgr.c
AKASHI Takahiro
1
-2
/
+2
2024-01-11
android_ab: don't ignore ab_control_store return code
Alexey Romanov
1
-3
/
+15
2024-01-11
boot: CONFIG_CEDIT must depend on CONFIG_EXPO
Heinrich Schuchardt
2
-2
/
+2
2024-01-11
boot: Support decompressing non-kernel OS images
Simon Glass
1
-0
/
+1
2024-01-09
lib: membuff: fix readline not returning line in case of overflow
Ion Agorria
1
-1
/
+1
2023-12-22
bootmeth: pass size to efi_binary_run()
Heinrich Schuchardt
1
-2
/
+2
2023-12-21
Merge patch series "Complete decoupling of bootm logic from commands"
Tom Rini
2
-94
/
+103
2023-12-21
bootm: Create a new boot_run() function to handle booting
Simon Glass
1
-26
/
+14
2023-12-21
bootm: Create a function to run through the booti states
Simon Glass
1
-0
/
+13
2023-12-21
bootm: Create a function to run through the bootz states
Simon Glass
1
-0
/
+13
2023-12-21
bootm: Create a function to run through the bootm states
Simon Glass
1
-0
/
+17
2023-12-21
bootm: Tidy up boot_selected_os()
Simon Glass
2
-12
/
+5
2023-12-21
bootm: Rename do_bootm_states() to bootm_run_states()
Simon Glass
1
-2
/
+2
2023-12-21
bootm: Drop arguments from do_bootm_states()
Simon Glass
1
-31
/
+21
2023-12-21
bootm: Move do_bootm_states() comment to header file
Simon Glass
1
-25
/
+0
2023-12-21
bootm: Add more fields to bootm_info
Simon Glass
1
-0
/
+8
2023-12-21
bootm: Adjust arguments of boot_os_fn
Simon Glass
2
-39
/
+49
2023-12-21
bootm: Adjust how the board is reset
Simon Glass
1
-3
/
+5
2023-12-21
boot: add support for fdt_fixup command in environment
Matthias Schiffer
2
-3
/
+26
2023-12-21
global: Restrict use of '#include <linux/kconfig.h>'
Tom Rini
2
-2
/
+2
2023-12-20
pxe_utils: Increase feedback to user when fdt file is not found
Michael Trimarchi
1
-0
/
+5
2023-12-20
bootm: Fix flags used for bootargs string substitution
Piotr Kubik
1
-1
/
+5
2023-12-18
Merge tag 'v2024.01-rc5' into next
Tom Rini
1
-10
/
+30
2023-12-17
bootmeth: use efi_loader interfaces instead of bootefi command
AKASHI Takahiro
5
-35
/
+13
2023-12-15
Merge patch series "bootm: Handle compressed arm64 images with bootm"
Tom Rini
2
-22
/
+54
2023-12-15
bootm: Support kernel_noload with compression
Simon Glass
1
-0
/
+18
2023-12-15
bootm: Move arm64-image processing later
Simon Glass
1
-18
/
+27
2023-12-15
image: Show the load address when decompressing
Simon Glass
1
-4
/
+9
2023-12-13
bootstd: Fix a memory leak in the efi manager bootflow
Ilias Apalodimas
1
-0
/
+2
2023-12-13
fdt: Move ft_verify_fdt() before the final fixups
Simon Glass
1
-3
/
+4
2023-12-13
fdt: Drop the confusing casts in lmb_free()
Simon Glass
1
-3
/
+2
2023-12-13
boot: Move adding initrd earlier in image_setup_libfdt()
Simon Glass
1
-1
/
+4
2023-12-13
fdt: ppc: Drop extra size for ramdisk
Simon Glass
1
-7
/
+0
2023-12-13
fdt: Improve the comment for fdt_shrink_to_minimum()
Simon Glass
1
-1
/
+0
2023-12-13
boot: Drop size parameter from image_setup_libfdt()
Simon Glass
2
-2
/
+3
2023-12-13
Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"
Tom Rini
7
-379
/
+385
2023-12-13
command: Introduce functions to obtain command arguments
Simon Glass
1
-2
/
+2
2023-12-13
bootstd: Introduce programmatic boot
Simon Glass
3
-0
/
+65
2023-12-13
bootm: Reduce arguments to bootm_find_other()
Simon Glass
1
-9
/
+11
2023-12-13
bootm: Add a function to check overlap
Simon Glass
1
-17
/
+34
2023-12-13
bootm: Adjust the parameters of bootm_find_images()
Simon Glass
1
-31
/
+14
2023-12-13
bootm: optee: Drop special call to bootm_find_other()
Simon Glass
2
-11
/
+1
2023-12-13
bootm: efi: Drop special call to bootm_find_other()
Simon Glass
2
-11
/
+5
2023-12-13
bootm: Simplify Android ramdisk addr in bootm_find_images()
Simon Glass
1
-3
/
+7
2023-12-13
bootm: Reduce arguments to boot_get_loadables()
Simon Glass
2
-5
/
+4
[next]