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
/
efi_loader
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
efi: Add a hook to allow adding memory mapping
York Sun
1
-4
/
+10
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-09
lib: gitignore *.elf and *.so generated by efi_loader
Ladislav Michl
1
-0
/
+2
2016-11-27
efi_loader: Allow to compile helloworld.efi w/o bundling it
Alexander Graf
1
-0
/
+3
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
1
-0
/
+2
2016-11-14
x86: Enable EFI loader support
Simon Glass
1
-1
/
+1
2016-11-14
efi: Add support for a hello world test program
Simon Glass
2
-0
/
+28
2016-11-14
efi: Correct cache flush alignment
Simon Glass
1
-1
/
+2
2016-11-14
efi_loader: console: Correctly report modes
Emmanuel Vadot
1
-16
/
+84
2016-11-14
efi: Use device device path type Messaging for network interface node
Oleksandr Tymoshenko
1
-8
/
+9
2016-11-14
efi_loader: fix depends on line of EFI_LOADER
Masahiro Yamada
1
-1
/
+1
2016-10-19
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
Alexander Graf
2
-13
/
+13
2016-10-19
x86: efi: Add EFI loader support for x86
Simon Glass
2
-0
/
+13
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
3
-10
/
+12
2016-10-19
efi_loader: Fix efi_install_configuration_table
Alexander Graf
1
-1
/
+1
2016-10-19
smbios: Expose in efi_loader as table
Alexander Graf
2
-0
/
+33
2016-10-19
efi_loader: Expose efi_install_configuration_table
Alexander Graf
1
-9
/
+13
2016-10-19
efi_loader: gop: Expose fb when 32bpp
Alexander Graf
1
-0
/
+16
2016-10-19
efi_loader: Allow bouncing for network
Alexander Graf
1
-0
/
+7
2016-10-18
efi_loader: Allow boards to implement get_time and reset_system
Alexander Graf
1
-11
/
+91
2016-10-18
efi_loader: Do not leak memory when unlinking a mapping
Stefan Brüns
1
-2
/
+5
2016-10-18
efi_loader: Keep memory mapping sorted when splitting an entry
Stefan Brüns
1
-1
/
+2
2016-10-18
efi_loader: Readd freed pages to memory pool
Stefan Brüns
1
-2
/
+9
2016-10-18
efi_loader: Track size of pool allocations to allow freeing
Stefan Brüns
2
-6
/
+42
2016-10-18
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
Stefan Brüns
2
-6
/
+19
2016-10-18
efi_loader: Fix crash on 32-bit systems
Robin Randhawa
1
-1
/
+3
2016-10-18
efi_loader: Fix memory map size check to avoid out-of-bounds access
Stefan Brüns
1
-1
/
+2
2016-10-18
efi_loader: Update description of internal efi_mem_carve_out
Stefan Brüns
1
-3
/
+11
2016-10-08
arm: Add return value argument to longjmp
Alexander Graf
1
-1
/
+1
2016-09-07
efi_loader: provide efi_mem_desc version
Mian Yousaf Kaukab
1
-0
/
+3
2016-08-20
efi_loader: Fix relocations above 64kb image size
Alexander Graf
1
-1
/
+1
2016-08-08
efi_loader: disk: Sanitize exposed devices
Alexander Graf
1
-1
/
+5
2016-08-08
efi_loader: disk: Fix CONFIG_BLK breakage
Alexander Graf
1
-7
/
+11
2016-07-22
efi_loader: Add debug output for efi_add_memory_map()
Andreas Färber
1
-0
/
+3
2016-06-06
efi_loader: Add DM_VIDEO support
Alexander Graf
1
-7
/
+50
2016-06-06
efi_loader: Don't allocate from memory holes
Alexander Graf
1
-10
/
+45
2016-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
4
-25
/
+8
2016-06-06
efi_loader: Add exit support
Alexander Graf
1
-5
/
+16
2016-05-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-18
/
+48
2016-05-27
efi_loader: gop: Don't expose fb address
Alexander Graf
1
-3
/
+0
2016-05-27
efi_loader: Clean up system table on exit
Alexander Graf
1
-0
/
+16
2016-05-27
efi_loader: Add bounce buffer support
Alexander Graf
3
-9
/
+86
2016-05-27
dm: efi: Update for CONFIG_BLK
Simon Glass
1
-15
/
+46
2016-05-27
efi_loader: Add network access support
Alexander Graf
2
-0
/
+292
2016-05-17
dm: part: Drop the block_drvr table
Simon Glass
1
-11
/
+16
2016-04-18
efi_loader: Handle memory overflows
Andreas Färber
1
-4
/
+4
2016-04-18
efi_loader: Expose ascending efi memory map
Alexander Graf
1
-2
/
+7
2016-04-18
efi_loader: Always flush in cache line size granularity
Alexander Graf
1
-1
/
+9
2016-04-18
efi_loader: Increase path string to 32 characters
Alexander Graf
1
-2
/
+2
2016-04-18
efi_loader: Add el torito support
Alexander Graf
1
-0
/
+35
[next]