From 3585663ec9d8e9dd658909959fbc84b0d34bd809 Mon Sep 17 00:00:00 2001 From: raywu Date: Mon, 8 Oct 2018 16:09:18 +0800 Subject: Release [DW01VR10] --- Board/EM/Setup/Setup.uni | Bin 24786 -> 24786 bytes CRB/CRB.sdl | 16 ++++++++-------- CRB/CSP.sdl | 18 +++++++++++++++++- DW01VR10.zip | Bin 0 -> 2790389 bytes RomImage/FitcBuild.bat | 2 +- 5 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 DW01VR10.zip diff --git a/Board/EM/Setup/Setup.uni b/Board/EM/Setup/Setup.uni index 4dc7cff..b74e149 100644 Binary files a/Board/EM/Setup/Setup.uni and b/Board/EM/Setup/Setup.uni differ diff --git a/CRB/CRB.sdl b/CRB/CRB.sdl index 8b19f99..5e6ecc5 100644 --- a/CRB/CRB.sdl +++ b/CRB/CRB.sdl @@ -2346,14 +2346,14 @@ TOKEN Token = "WIN8_FEATURE_SUPPORT" "=" "1" End -TOKEN - Name = "DEFAULT_QUIET_BOOT" - Value = "1" - Help = "Default value of the Quiet Boot option" - TokenType = Boolean - TargetH = Yes - Token = "WIN8_FEATURE_SUPPORT" "=" "1" -End +##TOKEN +## Name = "DEFAULT_QUIET_BOOT" +## Value = "1" +## Help = "Default value of the Quiet Boot option" +## TokenType = Boolean +## TargetH = Yes +## Token = "WIN8_FEATURE_SUPPORT" "=" "1" +##End TOKEN Name = "OPTIMIZE_BOOT_FV_COPY" diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl index 5c6b4bf..99c41c5 100644 --- a/CRB/CSP.sdl +++ b/CRB/CSP.sdl @@ -1541,7 +1541,7 @@ TOKEN End TOKEN Name = "TSE_DEFAULT_SETUP_PASSWORD_SUPPORT" - Value = "1" + Value = "0" Help = "0 is default.set 1=> to Enable default setup password" TokenType = Expression TargetH = Yes @@ -1723,3 +1723,19 @@ TOKEN Token = "BASE_BOARD_INFO" "=" "1" # Token = "NUMBER_OF_BASEBOARDS" "=" "1" End + +ELINK + Name = "$(BUILD_DIR)\Logo.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent + Disable = Yes +End + +TOKEN + Name = "DEFAULT_QUIET_BOOT" + Value = "0" + Help = "Default value of the Quiet Boot option" + TokenType = Boolean + TargetH = Yes +# Token = "WIN8_FEATURE_SUPPORT" "=" "1" +End \ No newline at end of file diff --git a/DW01VR10.zip b/DW01VR10.zip new file mode 100644 index 0000000..047777d Binary files /dev/null and b/DW01VR10.zip differ diff --git a/RomImage/FitcBuild.bat b/RomImage/FitcBuild.bat index 7728e0b..f842fc8 100644 --- a/RomImage/FitcBuild.bat +++ b/RomImage/FitcBuild.bat @@ -103,7 +103,7 @@ GOTO ImageOutput :ImageOutput IF EXIST %DestDir%\OutImage.bin ECHO Rom_%RomSize%%RomSkue%.bin && move /Y %DestDir%\OutImage.bin Rom_%RomSize%%RomSkue%.bin -IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01AR10.bin +IF EXIST Rom_%RomSize%%RomSkue%.bin move /Y Rom_%RomSize%%RomSkue%.bin DW01VR10.bin IF EXIST %DestDir%\OutImage_1.bin ECHO Rom00%RomSkue%.bin && move /Y %DestDir%\OutImage_1.bin Rom00%RomSkue%.bin IF EXIST %DestDir%\OutImage_2.bin ECHO Rom01%RomSkue%.bin && move /Y %DestDir%\OutImage_2.bin Rom01%RomSkue%.bin echo Rom_%RomSize%%RomSkue%.bin>ForPfatName.txt -- cgit v1.2.3