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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-25
configs: zynq: Enable zynq qspi controller
Jagan Teki
6
-0
/
+6
2015-10-25
zynq-common: Enable Bank/Extended address register support
Jagan Teki
1
-0
/
+1
2015-10-25
zynq-common: Enable zynq qspi controller support
Jagan Teki
1
-0
/
+9
2015-10-25
configs: Enable legacy SPI flash interface support
Jagan Teki
5
-0
/
+5
2015-10-25
dts: zed: Enable zynq qspi controller node
Jagan Teki
1
-0
/
+5
2015-10-25
dts: zc770-xm010: Enable zynq qspi controller node
Jagan Teki
1
-1
/
+6
2015-10-25
dts: zc706: Enable zynq qspi controller node
Jagan Teki
1
-0
/
+5
2015-10-25
dts: zc702: Enable zynq qspi controller node
Jagan Teki
1
-0
/
+5
2015-10-25
dts: microzed: Enable zynq qspi controller node
Jagan Teki
1
-0
/
+5
2015-10-25
doc: device-tree-bindings: spi: Add zynq qspi info
Jagan Teki
1
-0
/
+26
2015-10-25
dts: zynq: Add zynq qspi controller nodes
Jagan Teki
1
-0
/
+12
2015-10-25
spi: Add zynq qspi controller driver
Jagan Teki
2
-0
/
+623
2015-10-24
common/board_f.c: modify the macro to use get_clocks() more common
Gong Qianyu
41
-1
/
+41
2015-10-24
arm, powerpc: select SYS_GENERIC_BOARD
Masahiro Yamada
236
-258
/
+2
2015-10-24
Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"
Simon Glass
10
-10
/
+0
2015-10-24
zynq: Move SPL console init out of board_init_f()
Simon Glass
1
-1
/
+1
2015-10-24
microblaze: Add a TODO to call board_init_f_mem()
Simon Glass
1
-0
/
+2
2015-10-24
arm: Switch 32-bit ARM to using generic global_data setup
Simon Glass
1
-24
/
+4
2015-10-24
arm: Switch aarch64 to using generic global_data setup
Simon Glass
1
-12
/
+3
2015-10-24
board_init_f_mem(): Don't create an unused early malloc() area
Simon Glass
1
-1
/
+2
2015-10-24
board_init_f_mem(): Don't require memset()
Simon Glass
1
-0
/
+18
2015-10-24
Move board_init_f_mem() into a common location
Simon Glass
5
-29
/
+50
2015-10-24
fs-test.sh: fix pre-requisite detection
Stephen Warren
1
-1
/
+1
2015-10-24
test: fat: add test of non-contiguous file reads
Stephen Warren
1
-0
/
+113
2015-10-24
itest: make memory access work under sandbox
Stephen Warren
1
-5
/
+16
2015-10-24
distro_bootcmd: Add support for booting from ubifs
Roy Spliet
1
-0
/
+19
2015-10-24
ubifs: Add generic fs support
Hans de Goede
3
-0
/
+44
2015-10-24
ubifs: Add functions for generic fs use
Hans de Goede
2
-0
/
+69
2015-10-24
ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
Hans de Goede
4
-29
/
+87
2015-10-24
disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
Hans de Goede
1
-0
/
+2
2015-10-24
Allow imxtract to extract part of script image.
Pierre Aubert
1
-1
/
+2
2015-10-24
Fix bad return value checks (detected with Coccinelle)
Thomas Huth
5
-5
/
+5
2015-10-24
ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support
Guillaume GARDET
2
-0
/
+14
2015-10-24
allow LED initialization without STATUS_LED_BOOT
Bernhard Nortmann
4
-5
/
+13
2015-10-23
add generic stubs for GPIO LEDs
Bernhard Nortmann
1
-0
/
+54
2015-10-23
dm: keystone: serial: Add driver model support
Lokesh Vutla
2
-0
/
+49
2015-10-23
net: convert altera_tse to driver model and phylib
Thomas Chou
6
-1047
/
+504
2015-10-23
nios2: fix virt_to_phys for nios2 with MMU
Thomas Chou
1
-1
/
+5
2015-10-23
nios2: add README.nios2
Thomas Chou
1
-0
/
+95
2015-10-23
nios2: zap nios2-generic board dir
Thomas Chou
10
-257
/
+23
2015-10-23
nios2: convert dma_alloc_coherent to use malloc_cache_aligned
Thomas Chou
1
-13
/
+14
2015-10-23
nios2: convert copy_exception_trampoline to use dm cpu data
Thomas Chou
2
-24
/
+25
2015-10-23
nios2: convert cache flush to use dm cpu data
Thomas Chou
5
-98
/
+133
2015-10-23
nios2: set default cache configuration in start.S
Thomas Chou
1
-7
/
+15
2015-10-23
nios2: zap initdram
Thomas Chou
1
-5
/
+0
2015-10-23
nios2: clean up comments style in start.S
Thomas Chou
1
-31
/
+30
2015-10-23
nios2: convert ioremap to use dm cpu data
Thomas Chou
1
-5
/
+2
2015-10-23
nios2: convert do_reset to use dm cpu data
Thomas Chou
1
-1
/
+1
2015-10-23
nios2: remove asm/psr.h
Thomas Chou
3
-27
/
+0
2015-10-23
nios2: convert altera sysid to driver model
Thomas Chou
12
-60
/
+131
[next]