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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-05
api: Add a header for api_init()
Simon Glass
1
-0
/
+1
2017-06-03
fs: fat: add kbuild configuration support
Sekhar Nori
1
-0
/
+1
2017-06-01
fdt: Rename a few functions in fdt_support
Simon Glass
1
-13
/
+13
2017-06-01
fdt: Update fdt_get_base_address() to use const
Simon Glass
1
-1
/
+1
2017-06-01
dm: Build a live tree after relocation
Simon Glass
1
-0
/
+12
2017-06-01
dm: mmc: Don't re-init when accessing environment
Simon Glass
1
-1
/
+2
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
1
-0
/
+1
2017-05-31
Kconfig: Finish migration of hashing commands
Daniel Thompson
1
-10
/
+4
2017-05-29
env_mmc: configure environment offsets via device tree
Philipp Tomsich
1
-4
/
+27
2017-05-22
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
1
-105
/
+196
2017-05-22
Kconfig: Add a CONFIG_IDE option
Simon Glass
3
-1238
/
+4
2017-05-22
Kconfig: Add CONFIG_HASH to enable hashing API
Simon Glass
3
-3
/
+15
2017-05-22
lib: move hash CONFIG options to Kconfig
Tom Rini
1
-0
/
+4
2017-05-22
Convert CONFIG_SPL_BOARD_INIT to Kconfig
Ley Foon Tan
1
-0
/
+8
2017-05-17
SPL: FIT: allow loading multiple images
Andre Przywara
1
-2
/
+40
2017-05-17
SPL: FIT: factor out spl_load_fit_image()
Andre Przywara
1
-82
/
+80
2017-05-17
SPL: FIT: improve error handling
Andre Przywara
1
-2
/
+13
2017-05-17
SPL: FIT: rework U-Boot image loading
Andre Przywara
1
-14
/
+32
2017-05-17
SPL: FIT: refactor FDT loading
Andre Przywara
1
-31
/
+57
2017-05-16
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Tom Rini
2
-4
/
+4
2017-05-15
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2
-2
/
+58
2017-05-15
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
Philipp Tomsich
1
-2
/
+2
2017-05-15
edid: Add HDMI flag to timing info
Jernej Skrabec
1
-0
/
+42
2017-05-15
edid: Set timings flags according to edid
Jernej Skrabec
1
-0
/
+14
2017-05-15
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
3
-23
/
+3
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
Tom Rini
1
-1
/
+1
2017-05-15
board_f: skip timer_init() on Coldfire archs
Angelo Dureghello
1
-0
/
+2
2017-05-15
spl: add support to booting with ATF
Kever Yang
4
-0
/
+117
2017-05-15
mmc: descend into drivers/mmc only when CONFIG_MMC is enabled
Masahiro Yamada
1
-1
/
+1
2017-05-15
mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC
Masahiro Yamada
2
-3
/
+3
2017-05-15
Drop CONFIG_I2CFAST
Simon Glass
1
-17
/
+0
2017-05-15
i2c: Finish dropping use of CONFIG_I2C_HARD
Simon Glass
2
-6
/
+3
2017-05-12
common: Only build cli_readline.o for CMDLINE on non-SPL
Tom Rini
1
-3
/
+2
2017-05-12
env: avoid possible NULL pointer access
xypron.glpk@gmx.de
1
-0
/
+4
2017-05-12
env: correct sign for error code
xypron.glpk@gmx.de
1
-1
/
+1
2017-05-12
common: dfu: ignore reset for spl-dfu
B, Ravi
2
-1
/
+5
2017-05-12
spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
B, Ravi
1
-0
/
+1
2017-05-11
boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot
B, Ravi
1
-0
/
+40
2017-05-11
spl: fdt: support for fdt fixup for falcon boot
B, Ravi
1
-1
/
+1
2017-05-11
spl: reorder the assignment of board info to global data
Lokesh Vutla
1
-1
/
+1
2017-05-11
spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property
Philipp Tomsich
1
-3
/
+12
2017-05-11
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
1
-3
/
+3
2017-05-11
image: Update include/android_image.h
Alex Deymo
1
-0
/
+9
2017-05-09
dm: video: Add driver-model support to lcd_simplefb
Simon Glass
1
-0
/
+18
2017-05-09
dm: video: Refactor lcd_simplefb to prepare for driver model
Simon Glass
1
-11
/
+22
2017-05-09
scsi: dm: split scsi_scan()
Jean-Jacques Hiblot
1
-53
/
+49
2017-05-08
Merge branch 'next' of git://git.denx.de/u-boot-spi
Tom Rini
1
-56
/
+36
2017-05-08
spl: make image arg or fdt blob address reconfigurable
Vikas Manocha
2
-9
/
+5
2017-05-03
env_sf: use DIV_ROUND_UP to calculate number of sectors to erase
Andreas Fenkart
1
-13
/
+5
2017-05-03
env_sf: re-order error handling in single-buffer env_relocate_spec
Andreas Fenkart
1
-9
/
+11
[next]