PPCUBoot
PPCUBoot();
virtual ~PPCUBoot();
using BPrivate::PPCUBoot;
PPCUBoot::PPCUBoot()
PPCUBoot::~PPCUBoot()
PPCUBoot::Init(struct kernel_args *kernelArgs)
PPCUBoot::InitSerialDebug(struct kernel_args *kernelArgs)
PPCUBoot::InitPostVM(struct kernel_args *kernelArgs)
PPCUBoot::InitRTC(struct kernel_args *kernelArgs,
PPCUBoot::SerialDebugGetChar()
PPCUBoot::SerialDebugPutChar(char c)
PPCUBoot::SetHardwareRTC(uint64 seconds)
PPCUBoot::GetHardwareRTC()
PPCUBoot::ShutDown(bool reboot)
#define PLATFORM_BUFFER_SIZE MAX(sizeof(PPCOpenFirmware),sizeof(PPCUBoot))
sPPCPlatform = new(sPPCPlatformBuffer) PPCUBoot;