2 * Motorola/Emerson MVME5100 with PPCBug firmware.
4 * Author: Stephen Chivers <schivers@csc.com>
6 * Copyright 2013 CSC Australia Pty. Ltd.
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
19 void platform_init(unsigned long r3
, unsigned long r4
, unsigned long r5
)
23 heapsize
= 0x8000000 - (u32
)_end
; /* 128M */
24 simple_alloc_init(_end
, heapsize
, 32, 64);
26 serial_console_init();