| c5ae4177 | 11-Oct-2023 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
disk: rkparm & rkram: Fix get_info() get last partition more than once
Ref commit: (5c41749765 disk: part_env: Fix that get_info() will get last partition more than once)
Signed-off-by: Xuhui Lin
disk: rkparm & rkram: Fix get_info() get last partition more than once
Ref commit: (5c41749765 disk: part_env: Fix that get_info() will get last partition more than once)
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com> Change-Id: I48ab294bb47fbaa46f5e56fee70f1ddeec94c149
show more ...
|
| f74dbfeb | 19-May-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
disk: efi: skip is_pmbr_valid()
It is useless to test mbr is valid or not if use GPT, otherwise the gpt is unavailable if mbr is erased.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-I
disk: efi: skip is_pmbr_valid()
It is useless to test mbr is valid or not if use GPT, otherwise the gpt is unavailable if mbr is erased.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib7e8d0e34c4f54b8ad59f1cdcdb664c0a85eeb3b
show more ...
|
| ce2eb8d1 | 28-Aug-2020 |
Kever Yang <kever.yang@rock-chips.com> |
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 (0xfffffff
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
show more ...
|