index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_efi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/printk.h from common header
Simon Glass
2023-09-24
1
-0
/
+1
*
part: rename disk_partition_type_uuid()
Heinrich Schuchardt
2023-09-11
1
-1
/
+1
*
part: efi: Add debugging for the signature check
Simon Glass
2023-08-25
1
-2
/
+11
*
part: Add accessors for struct disk_partition type_uuid
Simon Glass
2023-08-25
1
-4
/
+5
*
part: Add accessors for struct disk_partition uuid
Simon Glass
2023-08-25
1
-15
/
+16
*
part: efi: Use desc instead of dev_desc
Simon Glass
2023-08-25
1
-116
/
+112
*
Correct SPL use of PARTITION_TYPE_GUID
Simon Glass
2023-02-10
1
-1
/
+1
*
disk: Drop debug messages in part_efi
Simon Glass
2022-10-31
1
-78
/
+72
*
fs: Quieten down the filesystems more
Simon Glass
2022-10-17
1
-8
/
+7
*
disk: Use Makefile to omit partition drivers
Simon Glass
2022-09-16
1
-3
/
+0
*
disk: incorrect message in is_gpt_valid()
Heinrich Schuchardt
2022-05-28
1
-3
/
+1
*
disk: part_efi: add support to repair gpt table
Philippe Reynes
2022-05-06
1
-0
/
+86
*
Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2022-01-22
1
-13
/
+8
|
\
|
*
disk: simplify part_print_efi()
Heinrich Schuchardt
2022-01-19
1
-13
/
+8
*
|
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
1
-1
/
+1
|
/
*
disk: gpt: print all partitions
Heinrich Schuchardt
2022-01-15
1
-2
/
+2
*
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
2021-09-25
1
-5
/
+3
*
disk: Tidy up #ifdefs in part_efi
Simon Glass
2021-07-28
1
-5
/
+6
*
disk: gpt: verify alternate LBA points to last usable LBA
Stefan Herbrechtsmeier
2021-04-12
1
-0
/
+9
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
disk: part_efi: update partition table entries after write
Gary Bisson
2021-01-29
1
-0
/
+3
*
lib/uuid.c: change prototype of uuid_guid_get_str()
Rasmus Villemoes
2021-01-16
1
-4
/
+5
*
disk: typo Terra Bytes
Heinrich Schuchardt
2020-09-22
1
-1
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
1
-1
/
+3
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
1
-4
/
+4
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop uuid.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
part: detect EFI system partition
Heinrich Schuchardt
2020-04-30
1
-6
/
+10
*
crc32: Use the crc.h header for crc functions
Simon Glass
2019-12-02
1
-0
/
+1
*
disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs
Urja Rannikko
2019-08-23
1
-7
/
+21
*
disk: efi: unify code for finding a valid gpt
Urja Rannikko
2019-08-23
1
-39
/
+34
*
disk: efi: avoid unaligned pointer error
Heinrich Schuchardt
2019-07-16
1
-2
/
+11
*
disk: efi: buffer overflow in part_get_info_efi()
Heinrich Schuchardt
2019-07-06
1
-2
/
+2
*
disk: efi: Fix memory leak on 'gpt verify'
Eugeniu Rosca
2019-05-02
1
-0
/
+4
*
disk: efi: Fix memory leak on 'gpt guid'
Eugeniu Rosca
2019-05-02
1
-0
/
+2
*
disk: efi: GUIDs should be const
Heinrich Schuchardt
2019-01-18
1
-1
/
+1
*
Rename GPT_HEADER_SIGNATURE to avoid conflict
Simon Glass
2018-10-09
1
-3
/
+3
*
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-09-10
1
-1
/
+0
*
efi_loader: avoid initializer element is not constant
Heinrich Schuchardt
2018-06-14
1
-2
/
+7
*
disk: efi: Correct backing up the MBR boot code
Sam Protsenko
2018-06-05
1
-2
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
1
-1
/
+1
*
disk: efi: correct the allocation size for mbr header in stack
Patrick Delaunay
2017-11-29
1
-2
/
+2
*
gpt: Use cache aligned buffers for gpt_h and gpt_e
Lukasz Majewski
2017-11-06
1
-7
/
+9
*
disk: efi: correct the overlap check on GPT header and PTE
Patrick Delaunay
2017-10-23
1
-2
/
+2
*
part_efi: In is_gpt_valid() check argument validity before allocation
Tom Rini
2017-10-16
1
-2
/
+3
*
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-5
/
+5
*
part: extract MBR signature from partitions
Peter Jones
2017-09-20
1
-0
/
+20
*
part: efi: Disable overlap check
Maxime Ripard
2017-09-03
1
-7
/
+21
[next]