index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_efi.c
Age
Commit message (
Expand
)
Author
2022-01-22
Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
disk: simplify part_print_efi()
Heinrich Schuchardt
2022-01-15
disk: gpt: print all partitions
Heinrich Schuchardt
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
2021-07-28
disk: Tidy up #ifdefs in part_efi
Simon Glass
2021-04-12
disk: gpt: verify alternate LBA points to last usable LBA
Stefan Herbrechtsmeier
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-29
disk: part_efi: update partition table entries after write
Gary Bisson
2021-01-16
lib/uuid.c: change prototype of uuid_guid_get_str()
Rasmus Villemoes
2020-09-22
disk: typo Terra Bytes
Heinrich Schuchardt
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-18
common: Drop uuid.h from common header
Simon Glass
2020-04-30
part: detect EFI system partition
Heinrich Schuchardt
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-08-23
disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs
Urja Rannikko
2019-08-23
disk: efi: unify code for finding a valid gpt
Urja Rannikko
2019-07-16
disk: efi: avoid unaligned pointer error
Heinrich Schuchardt
2019-07-06
disk: efi: buffer overflow in part_get_info_efi()
Heinrich Schuchardt
2019-05-02
disk: efi: Fix memory leak on 'gpt verify'
Eugeniu Rosca
2019-05-02
disk: efi: Fix memory leak on 'gpt guid'
Eugeniu Rosca
2019-01-18
disk: efi: GUIDs should be const
Heinrich Schuchardt
2018-10-09
Rename GPT_HEADER_SIGNATURE to avoid conflict
Simon Glass
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-06-14
efi_loader: avoid initializer element is not constant
Heinrich Schuchardt
2018-06-05
disk: efi: Correct backing up the MBR boot code
Sam Protsenko
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2017-11-29
disk: efi: correct the allocation size for mbr header in stack
Patrick Delaunay
2017-11-06
gpt: Use cache aligned buffers for gpt_h and gpt_e
Lukasz Majewski
2017-10-23
disk: efi: correct the overlap check on GPT header and PTE
Patrick Delaunay
2017-10-16
part_efi: In is_gpt_valid() check argument validity before allocation
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-20
part: extract MBR signature from partitions
Peter Jones
2017-09-03
part: efi: Disable overlap check
Maxime Ripard
2017-09-03
part: efi: make gpt_fill_pte take the device descriptor
Maxime Ripard
2017-09-03
part: efi: rework the partition start and size in gpt_fill_pte
Maxime Ripard
2017-09-03
part: efi: Fix offset
Maxime Ripard
2017-08-04
GPT: add accessor function for disk GUID
Alison Chaiken
2017-08-04
EFI: replace number with UUID_STR_LEN macro
Alison Chaiken
2017-03-20
part_efi: support padding between the GPT header and partition entries
Philipp Tomsich
2017-03-17
gpt: Fix uuid string format
Vincent Tinelli
2017-02-08
cmd: gpt: backup boot code before writing MBR
Vincent Tinelli
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
2016-10-01
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-08-05
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
[next]