u-boot/arch
Vladimir Zapolskiy 76a55989b1 sh: generate position independent code for all platforms
Finally add fpic compilation option to produce relocatable code.
Note that this requires to define CONFIG_NEEDS_MANUAL_RELOC for all
board files, also relocation support still has some limitations
(e.g. a developer should care not to overwrite the executing code or
memset() with zeroes not yet relocated data on malloc init etc.),
which may be fixed while switching to PIE.

Due to short investigation the architecture code is not ready for PIE
linking, this will require some manipulations with .dyn* sections.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
2016-12-02 21:32:54 -05:00
..
arc
arm ARM: zynq: Enable SD1 and qspi for picozed board 2016-12-02 14:36:01 +01:00
avr32
blackfin
m68k
microblaze
mips MIPS: Fix map_physmem for cached mappings 2016-11-30 16:18:19 +01:00
nds32
nios2
openrisc
powerpc Merge git://git.denx.de/u-boot-mpc85xx 2016-11-29 19:42:48 -05:00
sandbox drivers/pci/Kconfig: Add PCI 2016-10-27 20:33:56 -04:00
sh sh: generate position independent code for all platforms 2016-12-02 21:32:54 -05:00
sparc
x86 efi_loader: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00
xtensa
.gitignore
Kconfig