X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelSiliconPkg%2FFeature%2FCapsule%2FMicrocodeCapsuleTxt%2FReadme.md;fp=IntelSiliconPkg%2FFeature%2FCapsule%2FMicrocodeCapsuleTxt%2FReadme.md;h=0000000000000000000000000000000000000000;hp=f7d7040fcb112118e9c392cd11e97af3c7e3b244;hb=77ff7d6aa2710d5e04b0bd14d8556957a3ed0602;hpb=370f16c5489609062d8ee0940f29f6c3393f1b68 diff --git a/IntelSiliconPkg/Feature/Capsule/MicrocodeCapsuleTxt/Readme.md b/IntelSiliconPkg/Feature/Capsule/MicrocodeCapsuleTxt/Readme.md deleted file mode 100644 index f7d7040fcb..0000000000 --- a/IntelSiliconPkg/Feature/Capsule/MicrocodeCapsuleTxt/Readme.md +++ /dev/null @@ -1,33 +0,0 @@ -# How to generate Microcode FMP from Microcode TXT file - -1) Copy directory `UefiCpuPkg/Feature/Capsule/MicrocodeUpdateTxt` to `/MicrocodeUpdateTxt` - -2) Copy microcode TXT file to`/MicrocodeUpdateTxt/Microcode` - -3) Uncomment and update statement in `[Sources]` section of `/MicrocodeUpdateTxt/Microcode/Microcode.inf` with name of Microcode TXT file copied in previous step. - - [Sources] - - -Uncomment and update `FILE DATA` statement in `/MicrocodeUpdateTxt/MicrocodeCapsuleTxt.fdf` with path to a Microcode MCB file. The MCB file is placed in `$(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/IA32//MicrocodeUpdateTxt/Microcode/Microcode/OUTPUT/`. - -`FILE DATA = ` - -Uncomment and update `PLATFORM_NAME`, `FLASH_DEFINITION`, `OUTPUT_DIRECTORY` section in `/MicrocodeUpdateTxt/MicrocodeCapsuleTxt.dsc` with . - - PLATFORM_NAME = - FLASH_DEFINITION = /MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.fdf - OUTPUT_DIRECTORY = Build/ - -Uncomment and update statement in `Components` section of `/MicrocodeUpdateTxt/MicrocodeCapsuleTxt.dsc` with path to a Microcode INF file. - - [Components] - - -4) Use EDK II build tools to generate the Microcode FMP Capsule - -`build -p /MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.dsc` - -5) The generated Microcode FMP Capsule is found at `$(WORKSPACE)/$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/MicrocodeCapsule.Cap` - -