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
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
9
-22
/
+12
2018-09-10
fdt: fix get_next_memory_node()
Marek Vasut
1
-3
/
+1
2018-09-05
lib/slre: remove superfluous assignment
Heinrich Schuchardt
1
-2
/
+0
2018-08-31
Make kmalloc'ed memory really DMA-safe
Masahiro Yamada
1
-2
/
+3
2018-08-30
efi: stub: Pass EFI system table address to U-Boot payload
Bin Meng
1
-0
/
+4
2018-08-24
libavb: Handle wrong hashtree_error_mode in avb_append_options()
Ievgen Maliarenko
1
-0
/
+3
2018-08-21
efi: Fix truncation of constant value
Eugeniu Rosca
1
-4
/
+3
2018-08-21
efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()
Heinrich Schuchardt
1
-8
/
+14
2018-08-20
efi_selftest: correct block device unit test
Heinrich Schuchardt
1
-1
/
+1
2018-08-20
efi_loader: document runtime functions
Heinrich Schuchardt
1
-4
/
+149
2018-08-20
efi_loader: update runtime services table crc32
Heinrich Schuchardt
2
-12
/
+15
2018-08-20
lib: crc32: mark function crc32() as __efi_runtime
Heinrich Schuchardt
1
-12
/
+14
2018-08-20
efi_loader: avoid NULL dereference in efi_get_memory_map()
Heinrich Schuchardt
1
-1
/
+3
2018-08-20
efi_loader: fix a parameter check at CreateEvent()
AKASHI Takahiro
1
-1
/
+2
2018-08-20
efi_loader: relocate pointer to tables
Heinrich Schuchardt
1
-1
/
+8
2018-08-20
Revert "efi_loader: efi_allocate_pages is too restrictive"
Stephen Warren
1
-1
/
+1
2018-08-13
rsa: Fix LibreSSL before v2.7.0
Caliph Nomble
1
-6
/
+12
2018-08-10
smbios: fix checkstyle warning
Christian Gmeiner
1
-0
/
+1
2018-08-10
smbios: fix checkstyle error
Christian Gmeiner
1
-1
/
+1
2018-07-30
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
18
-135
/
+826
2018-07-26
Merge git://git.denx.de/u-boot-dm
Tom Rini
2
-6
/
+16
2018-07-26
fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTS
Masahiro Yamada
1
-1
/
+1
2018-07-26
fdt: fix fdtdec_setup_memory_banksize()
Jens Wiklander
1
-5
/
+15
2018-07-26
initialize net_mode.if_type
Andrew Thomas
1
-0
/
+1
2018-07-25
efi_selftest: unit test for GetTime()
Heinrich Schuchardt
2
-0
/
+68
2018-07-25
efi_selftest: support printing leading zeroes
Heinrich Schuchardt
1
-11
/
+22
2018-07-25
efi_loader: complete implementation of GetTime()
Heinrich Schuchardt
1
-12
/
+41
2018-07-25
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
1
-5
/
+0
2018-07-25
efi_selftest: unit test for CalculateCrc32()
Heinrich Schuchardt
2
-0
/
+142
2018-07-25
efi_selftest: check crc32 for InstallConfigurationTable
Heinrich Schuchardt
1
-0
/
+43
2018-07-25
efi_loader: update crc32 in InstallConfigurationTable
Heinrich Schuchardt
1
-0
/
+3
2018-07-25
efi_loader: correct signature of CalculateCrc32()
Heinrich Schuchardt
1
-4
/
+4
2018-07-25
efi_selftest: test InstallConfigurationTable()
Heinrich Schuchardt
2
-0
/
+224
2018-07-25
efi_loader: allocate configuration table array
Heinrich Schuchardt
1
-20
/
+19
2018-07-25
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
1
-4
/
+28
2018-07-25
efi_loader: provide firmware revision
Heinrich Schuchardt
2
-2
/
+6
2018-07-25
efi_loader: correct headersize EFI tables
Heinrich Schuchardt
2
-3
/
+3
2018-07-25
efi_loader: specify UEFI spec revision
Heinrich Schuchardt
2
-2
/
+4
2018-07-25
efi_loader: clear screen has to reset cursor position
Heinrich Schuchardt
1
-0
/
+2
2018-07-25
efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()
Heinrich Schuchardt
1
-1
/
+6
2018-07-25
efi_loader: set revision in loaded image protocol
Heinrich Schuchardt
1
-0
/
+1
2018-07-25
efi_driver: set DM_FLAG_NAME_ALLOCED flag
Heinrich Schuchardt
1
-0
/
+2
2018-07-25
efi_selftest: test writing to file
Heinrich Schuchardt
1
-0
/
+70
2018-07-25
efi_loader: check map_key in ExitBootServices
Heinrich Schuchardt
2
-1
/
+11
2018-07-25
efi_loader: check parameters of GetMemoryMap
Heinrich Schuchardt
1
-10
/
+15
2018-07-25
efi_loader: check parameters in memory allocation
Heinrich Schuchardt
1
-0
/
+6
2018-07-25
efi_loader: check parameters of CreateEvent
Heinrich Schuchardt
1
-3
/
+32
2018-07-25
efi_selftest: Clean up a few comments and messages
Simon Glass
1
-8
/
+6
2018-07-25
vsprintf: Handle NULL with %pU
Simon Glass
1
-1
/
+4
2018-07-25
efi_loader: Expose U-Boot addresses in memory map for sandbox
Alexander Graf
1
-6
/
+7
[next]