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
/
efi_gop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
1
-1
/
+0
2023-11-14
efi: Correct handling of frame buffer
Simon Glass
1
-5
/
+7
2023-02-10
efi_loader: make gop_blt() static
Heinrich Schuchardt
1
-5
/
+6
2022-10-30
efi: Drop old LCD code
Simon Glass
1
-30
/
+0
2022-10-17
dm: treewide: Use uclass_first_device_err when accessing one device
Michal Suchanek
1
-1
/
+1
2022-07-18
efi_loader: remove support for CONFIG_LCD
Heinrich Schuchardt
1
-5
/
+0
2022-01-29
efi_loader: correct function comment style
Heinrich Schuchardt
1
-1
/
+1
2021-10-09
efi_loader: GOP: Fix 30bpp block transfer support
Mark Kettenis
1
-1
/
+46
2021-10-09
efi_loader: GOP: Add 30bpp support
Mark Kettenis
1
-2
/
+12
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2019-09-05
doc: UEFI API documentation
Heinrich Schuchardt
1
-1
/
+1
2019-06-20
efi_loader: GOP: provide accurate mode information
Heinrich Schuchardt
1
-12
/
+12
2019-06-20
efi_loader: SetMode() must blank screen
Heinrich Schuchardt
1
-12
/
+38
2019-06-20
efi_loader: QueryMode() must allocate buffer
Heinrich Schuchardt
1
-1
/
+5
2019-06-20
efi_loader: SetMode() parameters check
Heinrich Schuchardt
1
-3
/
+5
2019-06-20
efi_loader: QueryMode() check parameters
Heinrich Schuchardt
1
-1
/
+8
2019-06-20
efi_loader: Blt() with incorrect BltOperation
Heinrich Schuchardt
1
-1
/
+1
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: fix typos
Heinrich Schuchardt
1
-4
/
+7
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
1
-7
/
+14
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
1
-1
/
+1
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-1
/
+0
2018-06-21
efi_loader: Fix GOP 32bpp exposure
Alexander Graf
1
-1
/
+1
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2018-04-04
efi_loader: Optimize GOP more
Alexander Graf
1
-62
/
+114
2018-04-04
efi_loader: Optimize GOP switch
Alexander Graf
1
-34
/
+126
2018-04-04
efi_loader: use __always_inline for pixel conversion
Heinrich Schuchardt
1
-2
/
+2
2018-04-04
efi_loader: correctly support parameter delta in Blt
Heinrich Schuchardt
1
-5
/
+27
2018-04-04
efi_loader: implement missing bit blit operations in gop
Heinrich Schuchardt
1
-36
/
+122
2018-04-04
efi_loader: return efi_status_t from efi_gop_register
Heinrich Schuchardt
1
-12
/
+22
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
1
-3
/
+1
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
1
-0
/
+1
2017-12-01
efi_loader: efi_gop: use efi_add_protocol
Heinrich Schuchardt
1
-5
/
+10
2017-12-01
efi_loader: efi_gop: use correct types for parameters
Heinrich Schuchardt
1
-7
/
+7
2017-12-01
efi_loader: efi_gop: check calloc return value
Heinrich Schuchardt
1
-0
/
+4
2017-08-11
efi_loader: GOP fix for no display
Rob Clark
1
-1
/
+1
2017-07-31
efi_loader: Fix warning in efi_gop
Alexander Graf
1
-1
/
+1
2017-07-24
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
Rob Clark
1
-1
/
+6
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
1
-1
/
+1
2016-10-19
efi_loader: gop: Expose fb when 32bpp
Alexander Graf
1
-0
/
+16
2016-06-06
efi_loader: Add DM_VIDEO support
Alexander Graf
1
-7
/
+50
2016-05-27
efi_loader: gop: Don't expose fb address
Alexander Graf
1
-3
/
+0
2016-03-27
efi_loader: Add GOP support
Alexander Graf
1
-0
/
+152