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
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
205
-69
/
+207
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
204
-205
/
+63
2024-05-06
cmd/Kconfig: Add some missing dependencies
Tom Rini
1
-2
/
+6
2024-05-03
cmd: gpt: initialize partition table
Kishan Dudhatra
1
-0
/
+4
2024-05-01
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
1
-0
/
+3
2024-05-01
cmd: sbi: add coreboot and oreboot implementation IDs
Heinrich Schuchardt
1
-0
/
+2
2024-05-01
cmd: sbi: add Supervisor Software Events extension
Heinrich Schuchardt
1
-0
/
+1
2024-05-01
cmd: terminate efidebug test bootmgr early on error
Heinrich Schuchardt
1
-0
/
+2
2024-05-01
efi_loader: superfluous efi_restore_gd after EFI_CALL
Heinrich Schuchardt
2
-3
/
+0
2024-04-29
cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST
Heinrich Schuchardt
1
-1
/
+2
2024-04-22
Merge patch series "Kconfig: some cleanups"
Tom Rini
1
-1
/
+1
2024-04-22
Kconfig: Add missing quotes around source file
Michal Simek
1
-1
/
+1
2024-04-20
cmd: eficonfig: check initrd path allocation
Heinrich Schuchardt
1
-1
/
+1
2024-04-18
Kconfig: Remove all default n options
Michal Simek
1
-2
/
+0
2024-04-18
Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
2
-7
/
+20
2024-04-18
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...
Tom Rini
2
-2
/
+50
2024-04-18
cmd: optee_rpmb: build cmd for sandbox
Igor Opaniuk
1
-1
/
+3
2024-04-18
cmd: optee_rpmb: close tee session
Igor Opaniuk
1
-6
/
+17
2024-04-14
cmd: mtd: OTP access support
Arseniy Krasnov
2
-0
/
+241
2024-04-14
cmd: sf: Fix sf probe crash
Weizhao Ouyang
1
-2
/
+3
2024-04-13
Fix references to trace doc
Vincent Stehlé
1
-2
/
+2
2024-04-12
sandbox: move sandbox specifics to booti_setup()
Heinrich Schuchardt
1
-1
/
+1
2024-04-10
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
Tom Rini
2
-50
/
+2
2024-04-10
fastboot: Change fastboot_buf_addr to an address
Simon Glass
1
-1
/
+1
2024-04-10
bootm: Make OS booting dependent on BOOTM
Simon Glass
1
-49
/
+0
2024-04-10
bootm: Add a Kconfig option for bootm functionality
Simon Glass
1
-0
/
+1
2024-04-10
Merge patch series "Complete decoupling of zboot logic from commands"
Tom Rini
3
-0
/
+185
2024-04-10
x86: zboot: Separate logic functions from commands
Simon Glass
1
-28
/
+4
2024-04-10
x86: zboot: Move argument processing outside zboot_start()
Simon Glass
1
-39
/
+28
2024-04-10
x86: zboot: Drop intermediate zboot_go() function
Simon Glass
1
-10
/
+1
2024-04-10
x86: zboot: Drop intermediate zboot_setup() function
Simon Glass
1
-10
/
+6
2024-04-10
x86: zboot: Move environment setting into zboot_load()
Simon Glass
1
-14
/
+2
2024-04-10
x86: zboot: Create separate functions for the logic
Simon Glass
1
-14
/
+52
2024-04-10
x86: zboot: Avoid iteration in do_zboot_states()
Simon Glass
1
-13
/
+14
2024-04-10
x86: zboot: Create a separate ZBOOT option for zboot logic
Simon Glass
1
-0
/
+2
2024-04-10
x86: zboot: Move command code into its own file
Simon Glass
2
-0
/
+204
2024-04-10
cmd: sysboot: null check filename
Caleb Connolly
1
-0
/
+4
2024-04-04
cmd: rng: Print "Abort" on -EINTR
Marek BehĂșn
1
-3
/
+4
2024-04-02
Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodi...
Tom Rini
1
-4
/
+0
2024-03-27
cmd: smbios: type 1 wake-up time, family
Heinrich Schuchardt
1
-2
/
+23
2024-03-27
acpi: rename aslc_id, aslc_revision
Heinrich Schuchardt
1
-1
/
+1
2024-03-25
Merge tag 'v2024.04-rc5' into next
Tom Rini
1
-9
/
+3
2024-03-22
usb: gadget: UMS: support multiple sector sizes
Caleb Connolly
1
-4
/
+0
2024-03-21
cmd: bootefi: error handling bootefi selftest
Heinrich Schuchardt
1
-3
/
+1
2024-03-21
cmd: bootefi: Don't show usage help if EFI binary fails.
Heinrich Schuchardt
1
-6
/
+2
2024-03-19
Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...
Tom Rini
1
-1
/
+2
2024-03-15
Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodi...
Tom Rini
1
-2
/
+2
2024-03-14
pmic: reword help text
Quentin Schulz
1
-2
/
+2
2024-03-13
cmd: add FDT setup for bootelf by flag
Maxim Moskalets
2
-3
/
+47
2024-03-13
cli: allow users to determine history buffer allocation method
Hanyuan Zhao
1
-0
/
+11
[next]