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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-04
sata: Rename SATA_SUPPORT to SATA
Simon Glass
4
-9
/
+9
2021-09-04
spi: Rename SPI_SUPPORT to SPI
Simon Glass
10
-10
/
+10
2021-09-04
serial: Rename SERIAL_SUPPORT to SERIAL
Simon Glass
27
-49
/
+49
2021-09-04
pch: Rename PCH_SUPPORT to PCH
Simon Glass
1
-3
/
+3
2021-09-04
mmc: Rename MMC_SUPPORT to MMC
Simon Glass
22
-32
/
+33
2021-09-03
Revert most of the series for adding vexpress_aemv8r support
Tom Rini
6
-227
/
+18
2021-09-02
psci: fix double declaration
Oleksandr Suvorov
1
-1
/
+0
2021-09-02
ARM: Prevent the compiler from using NEON registers
Samuel Holland
1
-0
/
+1
2021-09-02
arm: Use armv8_switch_to_el1 env to switch to EL1
Peter Hoyes
1
-15
/
+25
2021-09-02
vexpress64: Add BASER_FVP vexpress board variant
Peter Hoyes
1
-0
/
+7
2021-09-02
armv8: Add ARMv8 MPU configuration logic
Peter Hoyes
2
-3
/
+154
2021-09-02
armv8: Ensure EL1&0 VMSA is enabled
Peter Hoyes
2
-0
/
+41
2021-09-02
armv8: Disable pointer authentication traps for EL1
Peter Hoyes
4
-4
/
+26
2021-09-02
arm: mach-snapdrgon: misc: Simplify msm_generate_mac_addr()
Stephan Gerhold
1
-11
/
+10
2021-09-02
arm: mach-snapdragon: misc: Initialize eMMC if necessary
Stephan Gerhold
1
-0
/
+3
2021-09-02
armv7: Add Position Independent Execution support
Chia-Wei Wang
4
-11
/
+80
2021-09-02
arm: Fix option dependency with Kconfig language
Chia-Wei Wang
1
-4
/
+5
2021-09-01
arm: u8500: Prefer building in thumb mode by default
Stephan Gerhold
1
-0
/
+1
2021-09-01
board: stemmy: Update documentation
Stephan Gerhold
1
-5
/
+6
2021-09-01
board: stemmy: Add basic Fastboot support
Stephan Gerhold
1
-0
/
+16
2021-09-01
arm: dts: u8500: u-boot: Add fixed clock for eMMC
Stephan Gerhold
1
-1
/
+10
2021-09-01
arm: dts: u8500: Update from Linux ux500-dts-for-v5.15
Stephan Gerhold
3
-50
/
+175
2021-09-01
arm: u8500: Imply options for new drivers
Stephan Gerhold
1
-0
/
+7
2021-08-31
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvel...
Tom Rini
1
-0
/
+8
2021-08-31
Kconfig: Remove all default n/no options
Michal Simek
18
-63
/
+1
2021-08-31
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
Tom Rini
30
-59
/
+121
2021-08-31
Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
Tom Rini
15
-79
/
+68
2021-08-31
imx: Finish migration of IMX_CONFIG to Kconfig
Tom Rini
2
-2
/
+6
2021-08-31
imx: Introduce CONFIG_MACH_IMX
Tom Rini
2
-0
/
+16
2021-08-31
Convert CONFIG_MX7D to Kconfig
Tom Rini
1
-0
/
+1
2021-08-31
nxp: Migrate a number of DDR related symbols to Kconfig
Tom Rini
3
-11
/
+1
2021-08-31
nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig
Tom Rini
5
-14
/
+17
2021-08-31
ddr: Migrate DDR_SPD to Kconfig
Tom Rini
1
-0
/
+1
2021-08-31
mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig
Tom Rini
1
-0
/
+14
2021-08-31
mvebu: Migrate CONFIG_DDR_32BIT/64BIT to Kconfig
Tom Rini
1
-0
/
+13
2021-08-31
sandbox: add test of wdt-uclass' watchdog_reset()
Rasmus Villemoes
1
-0
/
+2
2021-08-31
sandbox: add test of wdt_gpio driver
Rasmus Villemoes
1
-0
/
+6
2021-08-30
global: Remove unused or unnecessary CONFIG symbols related to DDR
Tom Rini
2
-12
/
+1
2021-08-30
Kconfig: Use spaces not tabs in Kconfig entires
Tom Rini
1
-1
/
+1
2021-08-30
global: Remove dead code that starts with CONFIG_[0-9A]
Tom Rini
2
-148
/
+0
2021-08-30
arm: Migrate GICV2 / GICV3 to Kconfig
Tom Rini
6
-5
/
+32
2021-08-30
rcar: i2c: Migrate SYS_I2C_SH to Kconfig
Tom Rini
7
-28
/
+0
2021-08-30
Convert CONFIG_SYS_I2C_MXC et al to Kconfig
Tom Rini
2
-0
/
+2
2021-08-30
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
Tom Rini
2
-10
/
+0
2021-08-30
ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace
Tom Rini
2
-3
/
+3
2021-08-30
Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig
Tom Rini
1
-3
/
+0
2021-08-30
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
Tom Rini
6
-6
/
+14
2021-08-30
Convert CONFIG_SYS_I2C_MVTWSI to Kconfig
Tom Rini
1
-1
/
+0
2021-08-30
Convert CONFIG_ID_EEPROM to Kconfig
Tom Rini
2
-0
/
+6
2021-08-30
davinci: Drop CONFIG_MAC_ADDR_IN_EEPROM
Tom Rini
2
-28
/
+0
[next]