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
old/tizen_20241126
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_disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-29
efi_loader: correct block IO alignment check
Heinrich Schuchardt
1
-4
/
+6
2021-01-23
efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock
Heinrich Schuchardt
1
-9
/
+21
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-10
efi_loader: link partition to block device
Heinrich Schuchardt
1
-0
/
+20
2020-07-22
efi_loader: use logging for block device messages
Heinrich Schuchardt
1
-10
/
+13
2020-05-21
efi_loader: check device path is not installed twice
Heinrich Schuchardt
1
-7
/
+18
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
1
-3
/
+3
2020-05-04
efi_loader: disk: add efi_disk_is_system_part()
AKASHI Takahiro
1
-0
/
+29
2020-04-30
efi_loader: identify EFI system partition
Heinrich Schuchardt
1
-0
/
+20
2020-04-16
efi_loader: add missing doc comments in efi_disk.c
Heinrich Schuchardt
1
-3
/
+49
2020-03-22
efi_loader: simplify logical expression in efi_disk_add_dev()
Heinrich Schuchardt
1
-1
/
+1
2020-03-22
efi_loader: fix function descriptions in efi_disk.c
Heinrich Schuchardt
1
-22
/
+30
2019-11-12
efi_loader: disk: install file system protocol to a whole disk
AKASHI Takahiro
1
-1
/
+3
2019-10-17
efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
AKASHI Takahiro
1
-1
/
+23
2019-09-05
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
1
-1
/
+16
2019-09-05
efi_loader: use EFI_PRINT() instead of debug()
Heinrich Schuchardt
1
-3
/
+3
2019-09-05
efi_loader: parameter checks BLOCK_IO_PROTOCOL
Heinrich Schuchardt
1
-1
/
+36
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
1
-1
/
+1
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
1
-17
/
+21
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
1
-7
/
+7
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-4
/
+3
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
1
-2
/
+1
2018-02-10
efi_loader: correct efi_disk_register
Heinrich Schuchardt
1
-27
/
+44
2018-01-22
efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
Heinrich Schuchardt
1
-4
/
+4
2018-01-22
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
1
-24
/
+60
2018-01-22
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
1
-1
/
+1
2018-01-22
efi_loader: efi_disk_register: correctly determine if_type_name
Heinrich Schuchardt
1
-1
/
+1
2018-01-22
efi_loader: correct find simple file system protocol
Heinrich Schuchardt
1
-10
/
+29
2018-01-22
efi_loader: address of the simple file system protocol
Heinrich Schuchardt
1
-1
/
+1
2017-12-19
efi_loader: Setup logical_partition media information
Emmanuel Vadot
1
-0
/
+2
2017-12-01
efi_loader: Fix partition offsets
Alexander Graf
1
-47
/
+13
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_disk: use efi_add_protocol
Heinrich Schuchardt
1
-16
/
+23
2017-12-01
efi_loader: efi_disk: check return value of calloc
Heinrich Schuchardt
1
-0
/
+13
2017-10-10
efi_loader: don't increment part twice per loop
Jonathan Gray
1
-1
/
+0
2017-10-10
efi_loader: search all possible disk partitions
Jonathan Gray
1
-8
/
+12
2017-10-09
efi_loader: Fix disk dp's for pre-DM/legacy devices
Rob Clark
1
-0
/
+11
2017-09-20
efi_loader: add file/filesys support
Rob Clark
1
-0
/
+32
2017-09-20
efi_loader: use proper device-paths for partitions
Rob Clark
1
-23
/
+31
2017-09-18
efi_disk: efi_disk_rw_blocks is not an API function
Heinrich Schuchardt
1
-1
/
+1
2017-07-26
efi_loader: remove more double EFI_EXIT() in efi_disk.c
Rob Clark
1
-3
/
+3
2017-07-19
efi_loader: disk: iterate only over valid block devices
xypron.glpk@gmx.de
1
-2
/
+2
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
1
-26
/
+3
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
1
-6
/
+7
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-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
1
-7
/
+4
2016-05-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-18
/
+48
[next]