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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-15
Merge git://git.denx.de/u-boot-fdt
Tom Rini
5
-26
/
+313
2017-09-15
fdt: Allow stacked overlays phandle references
Pantelis Antoniou
1
-22
/
+206
2017-09-15
libfdt: Initialize the stack variable
Tien Fong Chee
1
-1
/
+1
2017-09-15
fdt: Sync libfdt up to upstream
Simon Glass
3
-3
/
+106
2017-09-14
lib: strto: fix incorrect handling of specified base
Rob Clark
1
-26
/
+19
2017-09-14
lib: at91: Add logo files used via API of DM_VIDEO
Wenyou Yang
5
-0
/
+2431
2017-09-12
vsprintf.c: add GUID printing
Rob Clark
1
-2
/
+44
2017-09-12
vsprintf.c: add UTF-16 string (%ls) support
Rob Clark
1
-2
/
+28
2017-09-12
lib: add some utf16 handling helpers
Rob Clark
3
-14
/
+105
2017-09-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2
-2
/
+15
2017-09-11
moveconfig: Use fd.write() instead of print >>
Simon Glass
1
-0
/
+2
2017-09-11
spl: fit: Eanble GZIP support for image decompression
York Sun
2
-2
/
+15
2017-09-03
bch: don't use __BSD_VISIBLE to test for fls
Jonathan Gray
1
-1
/
+1
2017-09-01
Convert CONFIG_BCH to Kconfig
Adam Ford
1
-0
/
+7
2017-08-20
Fix 'notes' typos
Anatolij Gustschin
1
-2
/
+2
2017-08-18
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
3
-4
/
+7
2017-08-16
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-1
/
+1
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
1
-1
/
+1
2017-08-14
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
Tom Rini
2
-5
/
+14
2017-08-13
tpm: add missing va_end
xypron.glpk@gmx.de
1
-1
/
+4
2017-08-13
rockchip: rk3188: rock: adjust for SPL/TPL split
Philipp Tomsich
1
-0
/
+9
2017-08-13
lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata
Philipp Tomsich
1
-5
/
+5
2017-08-12
efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1
xypron.glpk@gmx.de
1
-1
/
+1
2017-08-11
efi_loader: GOP fix for no display
Rob Clark
1
-1
/
+1
2017-08-11
efi_loader: LocateHandle should return EFI_NOT_FOUND if none found
Rob Clark
1
-1
/
+4
2017-08-11
efi_loader: attribute EFIAPI of efi_locate handle()
xypron.glpk@gmx.de
1
-1
/
+1
2017-07-31
efi_loader: Fix warning in efi_gop
Alexander Graf
1
-1
/
+1
2017-07-31
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
9
-210
/
+781
2017-07-29
efi_loader: indent entry/exit prints to show nesting level
Rob Clark
1
-0
/
+25
2017-07-29
efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT
Rob Clark
1
-14
/
+31
2017-07-28
fdtdec: Drop old compatible values
Simon Glass
1
-6
/
+0
2017-07-28
efi_loader: Add an EFI_CALL() macro
Rob Clark
1
-3
/
+1
2017-07-28
efi_loader: add some missing breaks
Rob Clark
1
-0
/
+2
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2
-2
/
+2
2017-07-26
efi_loader: fix bug in efi_get_memory_map
Rob Clark
1
-2
/
+2
2017-07-26
efi_loader: Improve install_configuration_table
Alexander Graf
1
-1
/
+18
2017-07-26
efi_loader: remove more double EFI_EXIT() in efi_disk.c
Rob Clark
1
-3
/
+3
2017-07-26
efi_loader: remove double EFI_EXIT() with efi_unsupported
Rob Clark
1
-2
/
+2
2017-07-25
efi_loader: expose protocols via GUID
Rob Clark
1
-0
/
+14
2017-07-25
efi_loader: implement ProtocolsPerHandle
xypron.glpk@gmx.de
1
-1
/
+44
2017-07-24
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
Tom Rini
1
-1
/
+3
2017-07-24
efi_loader: parameter types for CreateEvent, SetTimer
xypron.glpk@gmx.de
1
-5
/
+6
2017-07-24
efi_console: use EFIAPI for callback functions
xypron.glpk@gmx.de
1
-2
/
+3
2017-07-24
efi_loader: workaround for grub lsefi bug
Rob Clark
1
-0
/
+1
2017-07-24
efi_loader: implement ConvertDeviceNodeToText
xypron.glpk@gmx.de
1
-30
/
+91
2017-07-24
efi_memory: return MapKey
xypron.glpk@gmx.de
1
-0
/
+2
2017-07-24
efi_memory: do parameter checks first
xypron.glpk@gmx.de
1
-3
/
+3
2017-07-24
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
Rob Clark
2
-1
/
+7
2017-07-24
efi_loader: move guidcmp to header
Rob Clark
1
-5
/
+0
[next]