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
2019-02-13
efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
Heinrich Schuchardt
1
-0
/
+4
2019-02-13
lib: vsprintf: avoid overflow printing UTF16 strings
Heinrich Schuchardt
1
-3
/
+7
2019-02-13
efi_loader: Make HII a config option
Alexander Graf
3
-1
/
+18
2019-02-13
efi_loader: debug output for HII protocols
Heinrich Schuchardt
2
-26
/
+26
2019-02-13
efi_selftest: fix HII tests
Heinrich Schuchardt
1
-11
/
+0
2019-02-13
efi_selftest: add HII database protocols test
AKASHI Takahiro
3
-0
/
+1500
2019-02-13
efi: hii: add HII config routing/access protocols
AKASHI Takahiro
3
-1
/
+153
2019-02-13
efi: hii: add keyboard layout package support
AKASHI Takahiro
1
-5
/
+142
2019-02-13
efi: hii: add guid package support
AKASHI Takahiro
1
-6
/
+42
2019-02-13
efi_loader: Initial HII database protocols
Leif Lindholm
3
-0
/
+935
2019-02-13
efi_loader: GetNextVariableName() relies on REGEX
Heinrich Schuchardt
1
-0
/
+1
2019-02-13
efi_loader: fix GetNextVariableName
Heinrich Schuchardt
1
-1
/
+2
2019-02-13
efi_loader: do not use symbolic links
Heinrich Schuchardt
1
-1
/
+0
2019-02-13
efi_loader: use library memcpy() in helloworld.efi
Heinrich Schuchardt
1
-30
/
+6
2019-02-13
efi_loader: use freestanding library for efi apps
Heinrich Schuchardt
1
-0
/
+1
2019-02-13
efi_loader: provide freestanding library
Heinrich Schuchardt
1
-0
/
+90
2019-02-13
efi_selftest: fix variables test for GetNextVariableName()
AKASHI Takahiro
1
-5
/
+8
2019-02-13
efi_loader: implement GetNextVariableName()
AKASHI Takahiro
1
-10
/
+146
2019-02-13
efi_loader: comments for variable services
Heinrich Schuchardt
1
-5
/
+81
2019-02-13
efi_loader: remove duplicate function mem2hex()
Heinrich Schuchardt
1
-14
/
+1
2019-02-13
efi_loader: eliminate duplicate function hex2mem()
Heinrich Schuchardt
1
-41
/
+3
2019-02-13
efi_loader: consistent build flags for EFI applications
Heinrich Schuchardt
2
-3
/
+3
2019-02-13
efi_loader: use u16* for file name
Heinrich Schuchardt
2
-10
/
+10
2019-02-13
efi_loader: fix CopyMem()
Heinrich Schuchardt
1
-1
/
+1
2019-02-13
efi_driver: simplify error message
Heinrich Schuchardt
1
-2
/
+1
2019-02-13
efi_selftest: tpl unit test, check return values
Heinrich Schuchardt
1
-2
/
+2
2019-02-13
efi_selftest: events unit test, check return values
Heinrich Schuchardt
1
-3
/
+3
2019-02-13
efi_selftest: SNP unit test on sandbox
Heinrich Schuchardt
1
-0
/
+8
2019-02-13
efi_loader: efi_set_variable use const void *
Heinrich Schuchardt
1
-1
/
+1
2019-02-13
efi_loader: use const efi_guid_t * for variable services
Heinrich Schuchardt
2
-10
/
+10
2019-02-13
efi_loader: move efi_init_obj_list() to a new efi_setup.c
AKASHI Takahiro
2
-0
/
+87
2019-02-13
efi_selftest: allow building on ARMv7-M
Heinrich Schuchardt
1
-3
/
+3
2019-02-13
efi_loader: signature of StartImage and Exit
Heinrich Schuchardt
1
-5
/
+5
2019-02-13
efi_loader: fix memory allocation on sandbox
Heinrich Schuchardt
1
-0
/
+6
2019-02-13
efi_loader: efi_connect_controller() use %pD
Heinrich Schuchardt
1
-1
/
+1
2019-02-13
efi_loader: efi_add_runtime_mmio()
Heinrich Schuchardt
1
-1
/
+2
2019-02-13
lib: add u16_strcpy/strdup functions
Akashi, Takahiro
1
-0
/
+29
2019-02-11
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
1
-0
/
+33
2019-02-10
Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dm
Tom Rini
1
-7
/
+0
2019-02-09
fdt: tegra: Drop COMPAT_AMS_AS3722
Simon Glass
1
-1
/
+0
2019-02-09
fdt: samsung: Drop unused fdt_compat_id values
Simon Glass
1
-6
/
+0
2019-02-09
initcall: Move to inline function
Alexander Graf
2
-40
/
+0
2019-02-09
hashtable: fix environment variable corruption
Roman Kapl
1
-3
/
+10
2019-02-08
fdt: Introduce fdtdec_get_alias_highest_id()
Michal Simek
1
-0
/
+33
2019-02-02
Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip
Tom Rini
1
-1
/
+3
2019-02-02
lmb: handle more than one DRAM BANK
Simon Goldschmidt
1
-5
/
+32
2019-02-01
lib: Allow using display_buffer() in SPL
Simon Glass
1
-1
/
+3
2019-01-26
hashtable: remove caps buffer
Heinrich Schuchardt
1
-2
/
+1
2019-01-26
lib: lmb: cleanup var names and patman warnings
Simon Goldschmidt
1
-44
/
+42
2019-01-26
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
Simon Goldschmidt
1
-1
/
+1
[next]