index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2017-12-19
1
-0
/
+14
|
\
|
*
part: efi: Add default number of partition entries for sunxi
Maxime Ripard
2017-12-07
1
-0
/
+1
|
*
part: efi: Add a Kconfig option for the number of partition entries
Maxime Ripard
2017-12-07
1
-0
/
+13
*
|
disk: efi: correct the allocation size for mbr header in stack
Patrick Delaunay
2017-11-29
1
-2
/
+2
|
/
*
disk: part_dos: fix part_get_info_extended() function
Shawn Guo
2017-11-06
1
-1
/
+1
*
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
*
iso: Reduce verbosity on test and info calls
Alexander Graf
2017-10-16
1
-2
/
+2
*
part_efi: In is_gpt_valid() check argument validity before allocation
Tom Rini
2017-10-16
1
-2
/
+3
*
disk: Provide API to get partition by name for specific type
Sam Protsenko
2017-10-06
1
-2
/
+13
*
disk: part_dos: Use the original allocation scheme for the SPL case
Fabio Estevam
2017-10-05
1
-0
/
+10
*
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
2
-3
/
+29
*
EFI: find EFI system partition by legacy MBR partition type
Andre Przywara
2017-09-18
1
-1
/
+1
*
fs: add fs_readdir()
Rob Clark
2017-09-15
1
-12
/
+19
*
part: mac: Suppress the error message after reading ddb
Bin Meng
2017-09-07
1
-5
/
+1
*
disk: part: fix typo
Heinrich Schuchardt
2017-09-03
1
-3
/
+9
*
part: efi: Disable overlap check
Maxime Ripard
2017-09-03
1
-7
/
+21
*
part: efi: make gpt_fill_pte take the device descriptor
Maxime Ripard
2017-09-03
1
-3
/
+4
*
part: efi: rework the partition start and size in gpt_fill_pte
Maxime Ripard
2017-09-03
1
-6
/
+8
*
part: efi: Fix offset
Maxime Ripard
2017-09-03
1
-3
/
+7
*
disk: part: align buffer so it can be used with DMA enabled drivers
Stefan Agner
2017-08-26
1
-1
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
2
-3
/
+3
*
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
2017-08-13
1
-1
/
+5
*
GPT: add accessor function for disk GUID
Alison Chaiken
2017-08-04
1
-0
/
+31
*
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
Alison Chaiken
2017-08-04
1
-1
/
+0
*
EFI: replace number with UUID_STR_LEN macro
Alison Chaiken
2017-08-04
1
-1
/
+1
*
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
2017-05-11
1
-1
/
+1
*
SPARC: Remove
Tom Rini
2017-04-05
1
-3
/
+2
*
part_efi: support padding between the GPT header and partition entries
Philipp Tomsich
2017-03-20
2
-4
/
+64
*
gpt: Fix uuid string format
Vincent Tinelli
2017-03-17
1
-1
/
+1
*
SPL: add support to boot from a partition type
Dalon Westergreen
2017-02-17
1
-0
/
+1
*
cmd: gpt: backup boot code before writing MBR
Vincent Tinelli
2017-02-08
1
-0
/
+7
*
disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig
Patrick Delaunay
2017-01-28
1
-0
/
+8
*
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
2017-01-28
4
-10
/
+23
*
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
4
-3
/
+19
*
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
3
-2
/
+14
*
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
5
-4
/
+15
*
disk: convert CONFIG_DOS_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
3
-2
/
+15
*
disk: convert CONFIG_MAC_PARTITION to Kconfig
Patrick Delaunay
2017-01-28
3
-2
/
+15
*
disk: convert CONFIG_PARTITIONS to Kconfig
Patrick Delaunay
2017-01-28
1
-0
/
+22
*
disk: Fixed capacity message
Jean-Jacques Hiblot
2016-12-27
1
-2
/
+2
*
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
2016-10-01
3
-53
/
+35
*
fastboot: add support for writing MBR
Petr Kulhavy
2016-10-01
1
-0
/
+20
*
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
2016-10-01
6
-19
/
+31
*
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
2016-08-05
1
-0
/
+4
*
part_efi: Fix compiler warning on 32-bit sandbox
Simon Glass
2016-07-25
1
-5
/
+5
*
iso: Fix part info command
Alexander Graf
2016-07-22
1
-2
/
+2
*
disk: part_efi: fix check of the max partition size
Patrick Delaunay
2016-05-27
1
-1
/
+1
*
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
2016-05-17
1
-3
/
+3
[next]