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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
Tom Rini
3
-18
/
+2
2021-08-02
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
30
-89
/
+101
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
10
-15
/
+15
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
25
-84
/
+84
2021-08-03
x86: queensbay: Return directly if IGD / SDVO were already disabled
Bin Meng
1
-11
/
+9
2021-08-03
x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE
Bin Meng
2
-16
/
+17
2021-08-03
x86: fsp: Don't program MTRR for DRAM for FSP1
Bin Meng
1
-4
/
+23
2021-08-02
x86: mtrr: Abort if requested size is not power of 2
Bin Meng
2
-3
/
+11
2021-08-02
x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()
Bin Meng
1
-1
/
+1
2021-08-02
x86: mtrr: Do not clear the unused ones in mtrr_commit()
Bin Meng
1
-4
/
+0
2021-08-02
x86: dts: Define a default TSC timer frequency
Bin Meng
20
-43
/
+25
2021-08-02
x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ
Bin Meng
2
-3
/
+3
2021-08-02
x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM
Bin Meng
2
-3
/
+0
2021-08-02
x86: tangier: Fix DMA controller IRQ polarity in CSRT
Andy Shevchenko
1
-2
/
+2
2021-08-02
x86: dts: Add "m25p,fast-read" to SPI flash node
Bin Meng
11
-0
/
+11
2021-08-01
dtoc: Support widening a bool value
Simon Glass
1
-0
/
+2
2021-08-01
sandbox: Reduce keyed autoboot delay
Simon Glass
3
-0
/
+28
2021-07-31
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
2
-2
/
+13
2021-08-01
sunxi: decide the inclusion of SCP by SCP_ADDR existence
Icenowy Zheng
1
-2
/
+2
2021-08-01
sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2
Samuel Holland
1
-0
/
+11
2021-07-31
arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header
Pali Rohár
2
-22
/
+205
2021-07-31
arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
Pali Rohár
1
-23
/
+24
2021-07-31
arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework
Pali Rohár
2
-0
/
+16
2021-07-31
arm: mvebu: Mark return_to_bootrom() as a noreturn function
Pali Rohár
1
-1
/
+1
2021-07-31
arm: mvebu: Fix return_to_bootrom()
Pali Rohár
1
-1
/
+2
2021-07-29
Merge branch '2021-07-28-assorted-fixes'
Tom Rini
3
-11
/
+26
2021-07-29
Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
20
-276
/
+727
2021-07-28
arm64: Update memcpy_{from, to}io() helpers
Patrice Chotard
2
-10
/
+25
2021-07-28
arm: use the correct prototype for reset_cpu function
Patrick Delaunay
1
-1
/
+1
2021-07-28
i2c: Rename SPL/TPL_I2C_SUPPORT to I2C
Simon Glass
7
-16
/
+16
2021-07-28
i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
Simon Glass
4
-4
/
+4
2021-07-28
Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC
Simon Glass
5
-10
/
+10
2021-07-28
Rename GPIO_SUPPORT to GPIO
Simon Glass
11
-16
/
+16
2021-07-28
Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST
Simon Glass
1
-1
/
+1
2021-07-28
Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOG
Simon Glass
4
-5
/
+5
2021-07-28
Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW
Simon Glass
2
-2
/
+2
2021-07-28
Rename SPL_ETH_SUPPORT to SPL_ETH
Simon Glass
1
-1
/
+1
2021-07-28
Rename SPL_POWER_SUPPORT to SPL_POWER
Simon Glass
3
-6
/
+6
2021-07-27
Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...
Tom Rini
4
-0
/
+90
2021-07-27
ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boards
Artem Lapkin
4
-0
/
+90
2021-07-27
ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtb
Alexandru Gagniuc
1
-0
/
+3
2021-07-27
stm32mp1: spl: Configure TrustZone controller for OP-TEE
Alexandru Gagniuc
1
-0
/
+92
2021-07-27
arm: stm32mp: Implement support for TZC 400 controller
Alexandru Gagniuc
3
-0
/
+170
2021-07-27
ARM: dts: stm32: Fix AV96 eMMC pinmux
Marek Vasut
2
-2
/
+2
2021-07-27
stm32mp1: add pull-up for gpio button PA13 and PA14
Patrick Delaunay
2
-4
/
+4
2021-07-27
arm: stm32mp1: force boot_device variable for invalid TAMP register value
Patrick Delaunay
1
-1
/
+3
2021-07-27
arm: dts: k3-j721e-r5: Remove MAIN R5FSS0 cluster from SPL
Suman Anna
2
-16
/
+0
2021-07-27
arm: mach-k3: Cleanup common start_non_linux_remote_cores()
Suman Anna
2
-6
/
+0
2021-07-27
arm: mach-k3: j721e: Cleanup MAIN R5 boot code from R5 SPL
Suman Anna
1
-40
/
+0
2021-07-27
arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-Boot
Suman Anna
1
-1
/
+5
[next]