Add 2 packages required for Intel Galileo and Intel Galileo Gen 2 development boards with the Quark Soc X1000.
Patch email would be a bit large, so here is link to a github branch of edk2 with the new package contents for review. https://github.com/mdkinney/edk2/tree/Quark The QuarkPlatformPkg has 2 DSC files ================================ Quark.dsc Supports full configuration QuarkMin.dsc Min config for initial power-on/debug Quark.dsc supports the following defines ==================================== GALILEO LOGGING SOURCE_DEBUG_ENABLE SECURE_BOOT_ENABLE PERFORMANCE_ENABLE Example build command for Galileo build -a IA32 -t VS2013x86 -p QuarkPlatformPkg/Quark.dsc -D GALILEO=GEN1 Example build command for Galileo GEN2 build -a IA32 -t VS2013x86 -p QuarkPlatformPkg/Quark.dsc The default serial console for Galileo is 460800n81 The default serial console for Galileo Gen 2 is 921600n81 There is more work to add features and clean up some code style issues, but this initial set of content boots to the UEFI shell and the operating systems supported by Galileo. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <[email protected]<mailto:[email protected]>> _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

