coreboot/tests
Julius Werner 82d16b150c memlayout: Store region sizes as separate symbols
This patch changes the memlayout macro infrastructure so that the size
of a region "xxx" (i.e. the distance between the symbols _xxx and _exxx)
is stored in a separate _xxx_size symbol. This has the advantage that
region sizes can be used inside static initializers, and also saves an
extra subtraction at runtime. Since linker symbols can only be treated
as addresses (not as raw integers) by C, retain the REGION_SIZE()
accessor macro to hide the necessary typecast.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: Ifd89708ca9bd3937d0db7308959231106a6aa373
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49332
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2021-02-19 08:39:26 +00:00
..
commonlib tests: Add some basic warnings and fix resulting issues 2020-06-12 19:40:19 +00:00
device device/dram: Add method for converting MHz to MT/s 2020-09-16 03:24:50 +00:00
include memlayout: Store region sizes as separate symbols 2021-02-19 08:39:26 +00:00
lib tests: Add lib/memcmp-test test case 2021-02-18 19:12:46 +00:00
stubs tests: Add lib/edid-test test case 2020-11-10 06:19:10 +00:00
Makefile.inc rmodtool: Make memlayout symbols absolute and do not relocate them 2021-02-18 02:32:06 +00:00