contiki/cpu/x86
Michael LeMay b0de416682 x86: Adjust UEFI header size
The UEFI GenFw program inserts headers ahead of the code in the UEFI
binary.  The linker script adjusts the starting address of the .text
section to account for that.  This prevents the symbols from being
perturbed.  This patch accounts for a recent change in the size of the
headers added by the GenFw program.
2016-03-21 17:18:06 -07:00
..
drivers x86, galileo: Use IMRs to restrict DMA 2016-03-17 08:35:49 -07:00
init x86: Use shared ISR for I2C and GPIO 2016-02-16 21:19:44 -08:00
uefi x86: Add support for 32-bit build hosts in build_uefi.sh 2015-12-21 08:06:14 -02:00
bootstrap_quarkX1000.S x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00
dma.h x86, galileo: Use IMRs to restrict DMA 2016-03-17 08:35:49 -07:00
helpers.h x86: Add PCI support 2015-12-21 08:06:14 -02:00
helpers.S x86: Add PCI support 2015-12-21 08:06:14 -02:00
Makefile.x86_common x86, galileo: Add UEFI support 2015-12-21 08:06:14 -02:00
Makefile.x86_quarkX1000 x86, galileo: Use IMRs to restrict DMA 2016-03-17 08:35:49 -07:00
quarkX1000_dma.ld x86, galileo: Use IMRs to restrict DMA 2016-03-17 08:35:49 -07:00
quarkX1000.ld x86: Adjust UEFI header size 2016-03-21 17:18:06 -07:00