rv1126-uboot/disk
Kever Yang ce2eb8d1fb disk: efi: handle factory image gpt
The factory image doesn't know the correct emmc capacity, so it use
0xffffffff as the size, in this case:
- The primary gpt header's last_usable_lba is (0xffffffff - 34)
- The backup gpt table is missing
We need to fix these two issues.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Change-Id: I8a1fa65b0af1723017c87d52b4ef594353ce46ff
2020-09-29 09:31:54 +08:00
..
Kconfig
Makefile disk: fix compile error in tpl 2020-06-09 10:08:50 +08:00
part.c disk: part: auto append android a/b slot suffix when query partition 2020-05-06 12:02:32 +08:00
part_amiga.c
part_amiga.h
part_dos.c
part_dos.h
part_efi.c disk: efi: handle factory image gpt 2020-09-29 09:31:54 +08:00
part_iso.c
part_iso.h
part_mac.c
part_mac.h
part_rkparm.c