freebsd-skq/sys/boot/powerpc
marcel 9765d55ffe o Keep running on U-Boot's stack.
o  Disable interrupts while not running U-Boot code. We clobber
   registers that the U-Boot interrupt handlers assume to be
   fixed as per the U-Boot register usage. At this time this only
   applies to r14. U-Boot uses r2 now for what they used r29 for.
   After we restore r14 in preparation of doing the syscall, we
   re-enable interrupts. When we return from the syscall, we
   disable interrupts and restore the callee-saved r14.
2008-02-23 18:42:53 +00:00
..
ofw We build ficl and libofw with -msoft-float. Build the loader 2008-02-23 17:48:23 +00:00
uboot o Keep running on U-Boot's stack. 2008-02-23 18:42:53 +00:00
Makefile Build the OFW loader from its new location after the sources 2007-12-17 22:19:44 +00:00