reactos/reactos/boot/armllb
Timo Kreuzer 867be3b13e [FREELDR]
Add ARM files to build, avoid a redefinition in osloader.h, use new autogenerated ksarm.h in arm/boot.s

svn path=/trunk/; revision=63688
2014-07-05 19:02:41 +00:00
..
hw fix accidentally set property svn:executable 2011-04-17 09:50:07 +00:00
inc [FREELDR] 2014-07-05 19:02:41 +00:00
os [BASE][BOOT][WIN32SS] 2014-04-30 19:05:42 +00:00
boot.s [ARMLLB]: Add uImage header which uBoot expects on the images it can load nicely (using "go" will not give us ATAGs, "bootm" requires this header). It's a static header instead of requiring the mkImage tool, since we can disable data checksums in uBoot. We basically fake being a Linux kernel and the LLB handles the ATAGs. 2010-11-23 16:43:32 +00:00
crtsupp.c
envir.c
fw.c [ARMLLB]: We made certain assumptions in the "generic" files that are actually board-specific. For example, Versatile does indeed return a strange ULONG as the RTC time (seconds since 1970, I think), but TWL4030 on the ZOOM2 is normal and returns BCD RTC values just like the PC CMOS. Therefore, most of the "Generic" time.c code should move to versatile later. For now, use an IFDEF. 2010-11-23 16:49:28 +00:00
main.c fix accidentally set property svn:executable 2011-04-17 09:50:07 +00:00