Build FreeLDR for ARM.
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 5 Feb 2008 03:06:20 +0000 (03:06 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Tue, 5 Feb 2008 03:06:20 +0000 (03:06 +0000)
commit525c69f0c1de532650d0a7cab0877ef6ec8a04a7
tree7bff68636a7462f8bc3149a75419b50c97547485
parent57ad1f5f20a5f484dcb9ddad6c5a14170ea22eab
Build FreeLDR for ARM.
We merely provide a _start entrypoint stub and two stub architecture files with no functions implemented.
We also supply the proper ARM configuration settings in the .rbuild files, and add the necessary headers.
FreeLDR can now be compiled (along with rossym, libcntptr, rtl and cmlib) but it will not link until the actual ARM code is implemented.

svn path=/trunk/; revision=32132
reactos/boot/freeldr/freeldr/arch/arm/boot.s [new file with mode: 0644]
reactos/boot/freeldr/freeldr/arch/arm/macharm.c [new file with mode: 0644]
reactos/boot/freeldr/freeldr/arch/arm/stubs.c [new file with mode: 0644]
reactos/boot/freeldr/freeldr/freeldr.rbuild
reactos/boot/freeldr/freeldr/freeldr_arch.rbuild
reactos/boot/freeldr/freeldr/include/arch.h
reactos/boot/freeldr/freeldr/include/arch/arm/hardware.h [new file with mode: 0644]
reactos/boot/freeldr/freeldr/include/freeldr.h
reactos/boot/freeldr/freeldr/include/mm.h