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
2024-05-06
boot: Remove <common.h> and add needed includes
Tom Rini
43
-43
/
+6
2024-05-05
rng: Introduce SPL_DM_RNG
Marek Vasut
2
-4
/
+2
2024-04-21
boot: Move framebuffer reservation to separate helper
Devarsh Thakkar
2
-11
/
+22
2024-04-21
boot: fdt_simplefb: Enumerate framebuffer info from video handoff
Devarsh Thakkar
1
-9
/
+25
2024-04-18
Kconfig: Remove all default n options
Michal Simek
1
-1
/
+0
2024-04-18
boot: fdt: Turn all addresses and sizes into u64
Marek Vasut
1
-4
/
+1
2024-04-18
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...
Tom Rini
3
-317
/
+218
2024-04-12
fdt: Fix fdt_pack_reg() on 64-bit platforms
Sam Protsenko
1
-2
/
+3
2024-04-11
Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...
Tom Rini
3
-33
/
+27
2024-04-11
boot: fdt: Move usable variable below updated comment
Marek Vasut
1
-3
/
+3
2024-04-11
boot: fdt: Drop lmb_alloc*() typecasts
Marek Vasut
1
-3
/
+3
2024-04-11
boot: fdt: Clean up env_get_bootm_mapsize()
Marek Vasut
1
-5
/
+2
2024-04-11
boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low
Marek Vasut
1
-5
/
+5
2024-04-11
boot: fdt: Clean up env_get_bootm_size()
Marek Vasut
1
-5
/
+3
2024-04-11
boot: fdt: Change type of env_get_bootm_low() to phys_addr_t
Marek Vasut
3
-14
/
+13
2024-04-10
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
Tom Rini
3
-218
/
+317
2024-04-10
pxe: Allow booting without CMDLINE for the zboot method
Simon Glass
1
-11
/
+8
2024-04-10
pxe: Allow booting without CMDLINE for bootm methods
Simon Glass
1
-17
/
+15
2024-04-10
pxe: Move calculation of FDT file into a function
Simon Glass
1
-48
/
+64
2024-04-10
pxe: Refactor to avoid over-using bootm_argv
Simon Glass
1
-10
/
+12
2024-04-10
pxe: Refactor to reduce the size of label_boot()
Simon Glass
1
-138
/
+163
2024-04-10
pxe: Use strlcpy() instead of strcpy() in label_boot()
Simon Glass
1
-1
/
+1
2024-04-10
boot: Update SYS_BOOTM_LEN to depend on BOOTM
Simon Glass
1
-1
/
+1
2024-04-10
bootm: Make OS booting dependent on BOOTM
Simon Glass
1
-0
/
+49
2024-04-10
bootm: Add a Kconfig option for bootm functionality
Simon Glass
2
-1
/
+13
2024-04-10
boot: Reorder FIT and BOOTSTD to be first
Simon Glass
1
-18
/
+18
2024-04-10
Merge patch series "Complete decoupling of zboot logic from commands"
Tom Rini
1
-3
/
+3
2024-04-10
x86: zboot: Rename zboot_start() to zboot_run()
Simon Glass
1
-3
/
+3
2024-04-08
boot: correct finding the default EFI binary
Heinrich Schuchardt
1
-41
/
+3
2024-04-08
boot: enable booting via EFI boot manager by default
Heinrich Schuchardt
2
-1
/
+11
2024-04-08
boot: correct the default sequence of boot methods
Heinrich Schuchardt
3
-3
/
+3
2024-04-02
Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
1
-52
/
+45
2024-04-02
android_ab: Fix ANDROID_AB_BACKUP_OFFSET
Colin McAllister
1
-52
/
+45
2024-04-02
android_ab: Add missing semicolon
Colin McAllister
1
-1
/
+1
2024-03-13
fdt: Fix bootm_low handling
Marek Vasut
1
-2
/
+2
2024-03-04
bootstd: support scanning a single partition
Nam Cao
2
-2
/
+36
2024-03-02
boot: Only define checksum algos when the hashes are enabled
Sean Anderson
1
-2
/
+6
2024-03-02
bootdev: drop unnecessary assert on bootflow->bdev
Thomas Weißschuh
1
-1
/
+0
2024-03-01
boot: pxe_utils: skip fdt setup in case legacy kernel is booted
Svyatoslav Ryhel
1
-5
/
+22
2024-02-13
boot: add support for button commands
Caleb Connolly
1
-0
/
+15
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
[next]