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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-31
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
Tom Rini
457
-310
/
+512
2021-08-31
Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
Tom Rini
35
-103
/
+68
2021-08-31
ls1046ardb_qspi*: Enable RAMBOOT_PBL
Tom Rini
3
-0
/
+9
2021-08-31
Convert CONFIG_RAMBOOT_PBL et al to Kconfig
Tom Rini
66
-274
/
+201
2021-08-31
Convert CONFIG_QSPI_BOOT to Kconfig
Tom Rini
18
-18
/
+6
2021-08-31
Convert CONFIG_SYS_FSL_DDR4 to Kconfig
Tom Rini
11
-14
/
+4
2021-08-31
configs: Remove unused IMX_NAND symbol
Tom Rini
2
-2
/
+0
2021-08-31
nitrogen6x: Populate FDTFILE at build-time for all platforms
Tom Rini
2
-10
/
+1
2021-08-31
nitrogen6x: Migrate DDR_MB to Kconfig
Tom Rini
10
-9
/
+11
2021-08-31
Convert CONFIG_SPL to Kconfig
Tom Rini
2
-2
/
+1
2021-08-31
imx: Finish migration of IMX_CONFIG to Kconfig
Tom Rini
193
-137
/
+198
2021-08-31
imx: Introduce CONFIG_MACH_IMX
Tom Rini
2
-0
/
+16
2021-08-31
Convert CONFIG_MX7D to Kconfig
Tom Rini
3
-2
/
+3
2021-08-31
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
Tom Rini
935
-564
/
+636
2021-08-31
global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
Tom Rini
166
-355
/
+141
2021-08-31
qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDR
Tom Rini
2
-6
/
+2
2021-08-31
Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
Tom Rini
4
-2
/
+2
2021-08-31
nxp: Migrate a number of DDR related symbols to Kconfig
Tom Rini
159
-91
/
+262
2021-08-31
nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig
Tom Rini
152
-89
/
+166
2021-08-31
ddr: Migrate DDR_SPD to Kconfig
Tom Rini
3
-0
/
+11
2021-08-31
mvebe: Migrate CONFIG_DDR_LOG_LEVEL to Kconfig
Tom Rini
2
-4
/
+14
2021-08-31
mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE
Tom Rini
3
-4
/
+8
2021-08-31
mvebu: Migrate CONFIG_DDR_32BIT/64BIT to Kconfig
Tom Rini
3
-3
/
+14
2021-08-30
global: Remove unused or unnecessary CONFIG symbols related to DDR
Tom Rini
11
-134
/
+2
2021-08-30
Merge branch '2021-08-30-kconfig-migrations-part1' into next
Tom Rini
789
-7086
/
+2834
2021-08-30
Kconfig: Use spaces not tabs in Kconfig entires
Tom Rini
2
-3
/
+3
2021-08-30
astro_mcf5373l: Rework ASTRO_ID logic
Tom Rini
1
-7
/
+7
2021-08-30
mpc83xx: Update comment
Tom Rini
1
-1
/
+1
2021-08-30
spi: altera_spi: Do not abuse CONFIG namespace
Tom Rini
1
-4
/
+2
2021-08-30
video: Remove ati_radeon_fb
Tom Rini
5
-3243
/
+0
2021-08-30
global: Remove dead code that starts with CONFIG_[0-9A]
Tom Rini
14
-253
/
+3
2021-08-30
i8042: Do not abuse CONFIG namespace
Tom Rini
2
-8
/
+8
2021-08-30
ppc: Rework some hard-coded BOOTCOMMANDS
Tom Rini
23
-76
/
+76
2021-08-30
arm: Migrate GICV2 / GICV3 to Kconfig
Tom Rini
18
-30
/
+36
2021-08-30
nand: vf610_nfc: Do not abuse CONFIG namespace
Tom Rini
1
-27
/
+27
2021-08-30
varisys: Remove dead code
Tom Rini
3
-527
/
+0
2021-08-30
README: Remove some old i2c related text
Tom Rini
1
-13
/
+0
2021-08-30
Convert CONFIG_I2C_SET_DEFAULT_BUS_NUM et al to Kconfig
Tom Rini
179
-89
/
+143
2021-08-30
tegra: Cleanup I2C support
Tom Rini
2
-10
/
+0
2021-08-30
i2c: fsl_i2c: Migrate to Kconfig
Tom Rini
141
-211
/
+506
2021-08-30
rcar: i2c: Migrate SYS_I2C_SH to Kconfig
Tom Rini
12
-71
/
+54
2021-08-30
Convert CONFIG_SYS_I2C_MXC et al to Kconfig
Tom Rini
185
-324
/
+383
2021-08-30
Convert CONFIG_SYS_I2C_SPEED et al to Kconfig
Tom Rini
171
-174
/
+193
2021-08-30
cmd/i2c.c: Remove unused legacy code
Tom Rini
1
-50
/
+0
2021-08-30
i2c: Remove non-DM code from ihs_i2c.c
Tom Rini
2
-252
/
+0
2021-08-30
ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace
Tom Rini
17
-64
/
+27
2021-08-30
am43xx: Drop non-DM_I2C code
Tom Rini
1
-27
/
+0
2021-08-30
am335x: Drop non-DM_I2C code
Tom Rini
2
-27
/
+0
2021-08-30
i2c: designware: Remove unused non-DM functionality
Tom Rini
1
-18
/
+0
2021-08-30
Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig
Tom Rini
31
-36
/
+33
[next]