Attention is currently required from: Bao Zheng, Jason Glenesk, Raul Rangel, Martin L Roth, Marshall Dawson, Matt DeVillier, Julius Werner, Zheng Bao, Arthur Heymans, Martin Roth, Fred Reitberger, Felix Held.
Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Martin L Roth, Marshall Dawson, Matt DeVillier, Zheng Bao, Fred Reitberger, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/65224
to look at the new patch set (#14).
Change subject: xcompile: Add Zen compiler flag for AMD family 17h ......................................................................
xcompile: Add Zen compiler flag for AMD family 17h
Add an option to let the CPU use its own "-march" option.
Add -march=znver1 to gcc options to optimize for AMD Family 17h and 19h. The -mno-sse is to disable generating the instruction with xmm.
BUG=b:223993554 TEST=Majolica
Time Stamp flag=i686 znver1(1st time)znver1(2nd time) --------------------------------------------------------------------- 1st timestamp 2156447 2156855 2156640 start of bootblock 2156567(120) 2156974(119) 2156757(117) end of bootblock 2157239(672) 2157645(671) 2157424(667) starting to load rom 2157239(0) 2157645(0) 2157424(0) finished loading rom 2177833(20594) 2178303(20658) 2178050(20626) start of romstage 2177886(53) 2178355(52) 2178102(52) loading FSP-M 2177946(60) 2178415(60) 2178168(66) starting LZMA decomp 2177956(10) 2178425(10) 2178178(10) finished LZMA decomp 2240419(62463) 2240972(62547) 2240726(62548) before RAM initializ 2241001(582) 2241557(585) 2241314(588) calling FspMemoryIni 2245520(4519) 2246083(4526) 2245830(4516) returning from FspMe 2477918(232398) 2478800(232717) 2477950(232120) after RAM initializa 2477989(71) 2478871(71) 2478021(71) end of romstage 2477994(5) 2478876(5) 2478025(4) starting to load ram 2477994(0) 2478876(0) 2478026(1) starting LZMA decomp 2477999(5) 2478881(5) 2478031(5) finished LZMA decomp 2498285(20286) 2499310(20429) 2498506(20475) finished loading ram 2498799(514) 2499830(520) 2499024(518) start of ramstage 2498864(65) 2499894(64) 2499088(64) device enumeration 2498889(25) 2499920(26) 2499114(26) loading FSP-S 2498889(0) 2499920(0) 2499114(0) starting LZ4 decompr 2498898(9) 2499929(9) 2499123(9) finished LZ4 decompr 2508072(9174) 2509163(9234) 2508378(9255) calling FspSiliconIn 2508414(342) 2509506(343) 2508721(343) returning from FspSi 2667199(158785) 2669022(159516) 2667146(158425) device configuration 2667651(452) 2669465(443) 2667599(453) calling FspNotify(Af 2668162(511) 2669976(511) 2668111(512) returning from FspNo)2668397(235) 2670216(240) 2668350(239) device enable 2668865(468) 2670685(469) 2668819(469) device initializatio 2668931(66) 2670751(66) 2668886(67) started reading uCod 2669869(938) 2671687(936) 2669775(889) finished reading uCo 2669876(7) 2671694(7) 2669782(7) Option ROM initializ 2698518(28642) 2699082(27388) 2696620(26838) device setup done 2698643(125) 2699207(125) 2696746(126) starting APOB read 2698646(3) 2699210(3) 2696750(4) starting APOB erase 2698678(32) 2699247(37) 2696786(36) starting APOB write 3169709(471031) 3150216(450969) 3155995(459209) finished APOB 3378156(208447) 3358271(208055) 3364198(208203) cbmem post 3378164(8) 3358278(7) 3364206(8) write tables 3378198(34) 3358313(35) 3364240(34) finalize chips 3379737(1539) 3359873(1560) 3365803(1563) starting to load pay 3379744(7) 3359880(7) 3365809(6) starting LZMA decomp 3379771(27) 3359906(26) 3365835(26) finished LZMA decomp 3389693(9922) 3369872(9966) 3375807(9972) calling FspNotify(Re 3389699(6) 3369884(12) 3375819(12) returning from FspNo 3389956(257) 3370144(260) 3376079(260) calling FspNotify(En 3389967(11) 3370154(10) 3376088(9) returning from FspNo 3389982(15) 3370174(20) 3376104(16) selfboot jump 3390558(576) 3370761(587) 3376679(575)
Change-Id: Idc308c65d5239fe66062ec651e975c6c0fc9fb9b Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/arch/x86/Kconfig M src/soc/amd/cezanne/Kconfig M src/soc/amd/mendocino/Kconfig M src/soc/amd/picasso/Kconfig M util/xcompile/xcompile 5 files changed, 93 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/65224/14