summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate
diff options
context:
space:
mode:
Diffstat (limited to 'BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate')
-rw-r--r--BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c12
-rw-r--r--BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.h1
-rw-r--r--BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdateStrings.unibin3760 -> 7492 bytes
3 files changed, 7 insertions, 6 deletions
diff --git a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
index 34b36fe812..ea28ecb37c 100644
--- a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
+++ b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.c
@@ -20,13 +20,13 @@ EFI_HII_HANDLE HiiHandle;
//
// Braswell Platform Flash Layout
//
-//Start (hex) End (hex) Length (hex) Area Name
-//----------- --------- ------------ ---------
-//00000000 007FFFFF 00800000 Flash Image
+//Start (hex) End (hex) Length (hex) Area Name
+//----------- --------- ------------ ---------
+//00000000 007FFFFF 00800000 Flash Image
//
-//00000000 00000FFF 00001000 Descriptor Region
-//00001000 004FFFFF 004FF000 TXE Region
-//00500000 007FFFFF 00300000 BIOS Region
+//00000000 00000FFF 00001000 Descriptor Region
+//00001000 004FFFFF 004FF000 TXE Region
+//00500000 007FFFFF 00300000 BIOS Region
//
FV_REGION_INFO *mRegionInfo;
diff --git a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.h b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.h
index 6d2ac9b02e..200a51883d 100644
--- a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.h
+++ b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdate.h
@@ -188,3 +188,4 @@ typedef enum {
} SPI_OPCODE_INDEX;
#endif
+
diff --git a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdateStrings.uni b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdateStrings.uni
index e8204aafcb..e8777dd068 100644
--- a/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdateStrings.uni
+++ b/BraswellPlatformPkg/Common/Feature/Application/FirmwareUpdate/FirmwareUpdateStrings.uni
Binary files differ