reactos/reactos/boot/armllb
2015-09-26 16:31:49 +00:00
..
hw [BOOT] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-09-26 16:31:49 +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 [ARMLLB]: Make DbgPrint compatible so we can use debug.h. 2010-11-23 16:40:10 +00:00
envir.c [ARMLLB]: Add support for ATAG_REVISION. 2010-11-23 16:42:00 +00:00
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