zephyr/arch/x86
Jesus Sanchez-Palencia 98d4836105 linker quark_se: Fix operator precedence bug
Without this patch, the final linker script had a memory region defined
as:

    RAM (wx) : ORIGIN = 0xA8006400, LENGTH = 55*1K - 0x20 +0x4

resulting on the wrong RAM length. Fix BSP_SHARED_RAM_SIZE definition
so the sum is always processed first.

Change-Id: I16b93adbaf27bb84b6e5d1ac433ef80f854b218c
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
2017-02-09 19:58:45 +00:00
..
core x86: implement direct interrupts 2017-02-03 18:18:30 +00:00
debug build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
include
soc linker quark_se: Fix operator precedence bug 2017-02-09 19:58:45 +00:00
defconfig
Kbuild
Kconfig
Makefile
Makefile.idt build: Separate out prebuilt kernel logic from toplevel 2017-02-08 19:11:10 +00:00