From: Gary Lin <glin@suse.com>
To: edk2-devel@lists.01.org
Subject: [PATCH 0/4] Fix GCC Minnowboard FSP build
Date: Thu, 11 Aug 2016 16:38:16 +0800 [thread overview]
Message-ID: <20160811083820.27055-1-glin@suse.com> (raw)
This series of patches fixes the build errors when using GCC with
"MINNOW2_FSP_BUILD = TRUE".
I followed the release notes(*) and the coreboot wiki(**) to generate
Vlv2MiscBinariesPkg/FspBinary/FvFsp.bin. Although the firmware image was built,
it didn't work for me.
Any suggestions are welcome.
(*) https://firmware.intel.com/sites/default/files/MinnowBoard_MAX-Rel_0_93-ReleaseNotes.txt
(**) http://wiki.minnowboard.org/Coreboot
Gary Lin (4):
Vlv2TbltDevicePkg/FspSupport: Fix GCC build errors
Vlv2TbltDevicePkg/SecFspPlatformSecLibVlv2: Add assembly code for GCC
Vlv2TbltDevicePkg/PlatformFspLib: Fix the include path
Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARY
.../PeiFspHobProcessLibVlv2/FspHobProcessLibVlv2.c | 5 +-
.../FspPlatformSecLibVlv2.inf | 13 +-
.../Ia32/AsmSaveSecContext.S | 43 +++
.../Library/SecFspPlatformSecLibVlv2/Ia32/Fsp.h | 48 +++
.../SecFspPlatformSecLibVlv2/Ia32/PeiCoreEntry.S | 130 ++++++++
.../SecFspPlatformSecLibVlv2/Ia32/SecEntry.S | 328 +++++++++++++++++++++
.../SecFspPlatformSecLibVlv2/PlatformInit.c | 4 +-
.../Library/SecFspPlatformSecLibVlv2/UartInit.c | 6 +-
.../Library/PlatformFspLib/PlatformFspLib.c | 2 +-
Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 6 +-
10 files changed, 571 insertions(+), 14 deletions(-)
create mode 100644 Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/AsmSaveSecContext.S
create mode 100644 Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/Fsp.h
create mode 100644 Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/PeiCoreEntry.S
create mode 100644 Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/SecEntry.S
--
2.9.2
next reply other threads:[~2016-08-11 8:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-11 8:38 Gary Lin [this message]
2016-08-11 8:38 ` [PATCH 1/4] Vlv2TbltDevicePkg/FspSupport: Fix GCC build errors Gary Lin
2016-08-12 6:59 ` Wei, David
2016-08-11 8:38 ` [PATCH 2/4] Vlv2TbltDevicePkg/SecFspPlatformSecLibVlv2: Add assembly code for GCC Gary Lin
2016-08-11 8:38 ` [PATCH 3/4] Vlv2TbltDevicePkg/PlatformFspLib: Fix the include path Gary Lin
2016-08-12 6:55 ` Wei, David
2016-08-11 8:38 ` [PATCH 4/4] Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARY Gary Lin
2016-08-12 7:00 ` Wei, David
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160811083820.27055-1-glin@suse.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox