Better Slot Handling + Slot Switch from EDK2
authorCaramel <goldrenard@gmail.com>
星期一, 30 Aug 2021 14:12:05 +0000 (17:12 +0300)
committerCaramel <goldrenard@gmail.com>
星期一, 30 Aug 2021 14:12:05 +0000 (17:12 +0300)
commit7597ee34c5e935d02930d3756f6f114703ebf53e
tree4142f283cb45d5581982a8662e59dcadc8394453
parent713bb23f066b907a1659dff20d416d1a4eb07d57
Better Slot Handling + Slot Switch from EDK2
22 files changed:
sdm845Pkg/Application/SwitchSlotsApp/SwitchSlotsApp.c [new file with mode: 0644]
sdm845Pkg/Application/SwitchSlotsApp/SwitchSlotsApp.inf [new file with mode: 0644]
sdm845Pkg/Devices/fajita-8g.dsc
sdm845Pkg/Devices/fajita.dsc
sdm845Pkg/Devices/fajita.fdf
sdm845Pkg/Drivers/BootSlotDxe/BootSlotDxe.c [new file with mode: 0644]
sdm845Pkg/Drivers/BootSlotDxe/BootSlotDxe.inf [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib.h [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib/BlockIoUtils.h [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib/EFICardInfo.h [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib/EFIUtils.h [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib/PartitionTableUpdate.h [new file with mode: 0644]
sdm845Pkg/Include/Library/BootSlotLib/StorageUtils.h [new file with mode: 0644]
sdm845Pkg/Library/BootSlotLib/BlockIoUtils.c [new file with mode: 0644]
sdm845Pkg/Library/BootSlotLib/BootSlotLib.inf [new file with mode: 0644]
sdm845Pkg/Library/BootSlotLib/EFIUtils.c [new file with mode: 0644]
sdm845Pkg/Library/BootSlotLib/PartitionTableUpdate.c [new file with mode: 0644]
sdm845Pkg/Library/BootSlotLib/StorageUtils.c [new file with mode: 0644]
sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c
sdm845Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
sdm845Pkg/sdm845Pkg.dec
sdm845Pkg/sdm845Pkg.dsc