osd-contiki/cpu/x86
Andre Guedes a8849b2909 x86: Move bootstrap code and linker script to cpu/x86
This is a refactoring patch, no functionality is changed. It moves
loader.S and galileo.ld from platform/galileo/ to cpu/x86/ directory
since they seem to be more SoC-specific than platform-specific.

It also renames galileo.ld to quarkX1000.ld since it can be used by
any platform based on Quark X1000 SoC, not only Galileo.

Furthermore, this patch also renames loader.S to bootstrap_quarkX1000.S
since it is pretty much a bootstrap code to any platform based on Quark
X1000 SoC.
2015-12-21 08:06:14 -02:00
..
drivers/legacy_pc x86: Move available drivers into drivers/legacy_pc/ 2015-12-21 08:06:14 -02:00
init x86: Isolate SoC specific cpu_init code 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
helpers.h x86: Add Real-Time Clock Driver 2015-12-21 08:06:14 -02:00
helpers.S x86: Add Real-Time Clock Driver 2015-12-21 08:06:14 -02:00
Makefile.x86_common x86: Add init folder and move code accordingly 2015-12-21 08:06:14 -02:00
Makefile.x86_quarkX1000 x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00
quarkX1000.ld x86: Move bootstrap code and linker script to cpu/x86 2015-12-21 08:06:14 -02:00