slimbootloader/Silicon/ApollolakePkg
Maurice Ma 0b63ef7ac6 [APL] Fix compiler intrinsics link error for NOOPT build
This patch fixed link error for APL NOOPT build due to compiler
intrinsics functions. However, due to APL hardware requirements,
it is not feasible to fit NOOPT build into real flash. This
patch will not fix the NOOPT build error caused by code size issue.

For example, the following error might still occur for APL NOOPT
build:
  Invalid the required fv image size 0xe3b0 exceeds the set fv image
  size 0x6000
The APL SOC requires Stage1A to fit into 32KB. Since FSP-T will take
8KB, it only gives 24KB for SBL Stage1A code. NOOPT build will create
about 56KB for Stage1A, and it is impossible to fit into the layout.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-10-14 10:02:36 -07:00
..
FspBin Update Intel FSP git repository URL (#716) 2020-05-14 00:28:59 -07:00
Include Move ME_BIOS_PAYLOAD to silicon specific directory 2020-10-06 13:21:31 -07:00
Library [APL] Fix compiler intrinsics link error for NOOPT build 2020-10-14 10:02:36 -07:00
ApollolakePkg.dec Update BSD license to BSD+Patent license 2019-06-13 10:46:49 -07:00