diff options
author | Shuo Liu <shuo.liu@intel.com> | 2024-03-06 18:16:22 +0800 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2024-03-19 13:00:50 +0000 |
commit | 85e3fe12ed8df97c6a2e2d76d1db9f7cbde52d9a (patch) | |
tree | c02cbc3b6cebfb479a71f99ea4b6bc9aee1e1029 /Documentation/sbom | |
parent | bb50190bec998b4ec1a6cf4e02f1ae4022b36084 (diff) |
drivers/intel/fsp2_0: Use DECLARE_REGION for FSP-M heap
There are 2 ways of referring to linker symbols, as extern
u8[] or extern u8*. Only the former will be correctly
initiated into an immediate operand (a constant) to asm.
DECLARE_REGION defines reference in form of extern u8[].
Use DECLARE_REGION as a standard way for these references.
TEST=intel/archercity CRB
Change-Id: I5f7d7855592d99b074f7ef49c285a13f8105f089
Signed-off-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81097
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/sbom')
0 files changed, 0 insertions, 0 deletions