arm-trusted-firmware/bl2u
Antonio Nino Diaz a2aedac221 Replace magic numbers in linkerscripts by PAGE_SIZE
When defining different sections in linker scripts it is needed to align
them to multiples of the page size. In most linker scripts this is done
by aligning to the hardcoded value 4096 instead of PAGE_SIZE.

This may be confusing when taking a look at all the codebase, as 4096
is used in some parts that aren't meant to be a multiple of the page
size.

Change-Id: I36c6f461c7782437a58d13d37ec8b822a1663ec1
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2017-11-29 12:09:52 +00:00
..
aarch32 Fix BL2U entrypoint possible parameter corruption 2017-08-02 17:16:09 +01:00
aarch64 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
bl2u.ld.S Replace magic numbers in linkerscripts by PAGE_SIZE 2017-11-29 12:09:52 +00:00
bl2u.mk AArch32: Add BL2U support 2017-05-15 16:35:29 +01:00
bl2u_main.c Fix order of #includes 2017-07-12 14:45:31 +01:00