index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disk
/
part_efi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
disk: efi: avoid unaligned pointer error
Heinrich Schuchardt
1
-2
/
+11
2019-07-06
disk: efi: buffer overflow in part_get_info_efi()
Heinrich Schuchardt
1
-2
/
+2
2019-05-02
disk: efi: Fix memory leak on 'gpt verify'
Eugeniu Rosca
1
-0
/
+4
2019-05-02
disk: efi: Fix memory leak on 'gpt guid'
Eugeniu Rosca
1
-0
/
+2
2019-01-18
disk: efi: GUIDs should be const
Heinrich Schuchardt
1
-1
/
+1
2018-10-09
Rename GPT_HEADER_SIGNATURE to avoid conflict
Simon Glass
1
-3
/
+3
2018-09-11
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-1
/
+0
2018-06-14
efi_loader: avoid initializer element is not constant
Heinrich Schuchardt
1
-2
/
+7
2018-06-05
disk: efi: Correct backing up the MBR boot code
Sam Protsenko
1
-2
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-02-09
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
1
-1
/
+1
2017-11-30
disk: efi: correct the allocation size for mbr header in stack
Patrick Delaunay
1
-2
/
+2
2017-11-06
gpt: Use cache aligned buffers for gpt_h and gpt_e
Lukasz Majewski
1
-7
/
+9
2017-10-24
disk: efi: correct the overlap check on GPT header and PTE
Patrick Delaunay
1
-2
/
+2
2017-10-16
part_efi: In is_gpt_valid() check argument validity before allocation
Tom Rini
1
-2
/
+3
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-5
/
+5
2017-09-20
part: extract MBR signature from partitions
Peter Jones
1
-0
/
+20
2017-09-03
part: efi: Disable overlap check
Maxime Ripard
1
-7
/
+21
2017-09-03
part: efi: make gpt_fill_pte take the device descriptor
Maxime Ripard
1
-3
/
+4
2017-09-03
part: efi: rework the partition start and size in gpt_fill_pte
Maxime Ripard
1
-6
/
+8
2017-09-03
part: efi: Fix offset
Maxime Ripard
1
-3
/
+7
2017-08-04
GPT: add accessor function for disk GUID
Alison Chaiken
1
-0
/
+31
2017-08-04
EFI: replace number with UUID_STR_LEN macro
Alison Chaiken
1
-1
/
+1
2017-03-21
part_efi: support padding between the GPT header and partition entries
Philipp Tomsich
1
-4
/
+51
2017-03-17
gpt: Fix uuid string format
Vincent Tinelli
1
-1
/
+1
2017-02-08
cmd: gpt: backup boot code before writing MBR
Vincent Tinelli
1
-0
/
+7
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
1
-3
/
+3
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2016-10-02
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
1
-19
/
+1
2016-08-06
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
1
-0
/
+4
2016-07-25
part_efi: Fix compiler warning on 32-bit sandbox
Simon Glass
1
-5
/
+5
2016-05-27
disk: part_efi: fix check of the max partition size
Patrick Delaunay
1
-1
/
+1
2016-03-22
part_efi: Drop NULL check in part_get_info_efi()
Simon Glass
1
-1
/
+1
2016-03-22
part_efi: Drop the NULL check on dev_desc in part_print_efi()
Simon Glass
1
-4
/
+0
2016-03-15
part: Rename test_part_xx() and print_part_xx()
Simon Glass
1
-4
/
+4
2016-03-15
dm: block: Adjust device calls to go through helpers function
Simon Glass
1
-19
/
+15
2016-03-15
dm: block: Rename device number member dev to devnum
Simon Glass
1
-2
/
+2
2016-03-15
dm: part: Rename some partition functions
Simon Glass
1
-5
/
+5
2016-03-15
dm: part: Convert partition API use to linker lists
Simon Glass
1
-1
/
+14
2016-03-15
dm: part: Correct a sandbox build warning
Simon Glass
1
-4
/
+6
2016-03-15
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-19
/
+19
2016-01-15
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
1
-1
/
+1
2016-01-14
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-18
/
+16
2015-11-23
part:efi: add bootable parameter in gpt command
Patrick Delaunay
1
-0
/
+3
2015-11-23
gpt: part: Definition and declaration of GPT verification functions
Lukasz Majewski
1
-0
/
+110
2015-11-12
uuid: add selection by string for known partition type GUID
Patrick Delaunay
1
-0
/
+4
2015-11-12
gpt: add optional parameter type in gpt command
Patrick Delaunay
1
-0
/
+25
2015-09-12
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-01-08
gpt: Fix the protective MBR partition size
Maxime Ripard
1
-1
/
+1
2014-12-18
fastboot: handle flash write to GPT partitions
Steve Rae
1
-0
/
+93
[next]