- Exec builds and links after stoling stuff from NicJA :) still needs a .bss section
commit523a6b5f034a648597fdd54c766155783cfbcfd0
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 Jan 2013 11:58:18 +0000 (16 11:58 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 16 Jan 2013 11:58:18 +0000 (16 11:58 +0000)
treedacadc1379ecbf63bdc1468d960ec1f11434a0ff
parent3050c102b821e1afec122deea63a571ca7776838
- Exec builds and links after stoling stuff from NicJA :) still needs a .bss section
- Need to create a structure holding other fundamental structures and pointers and house it at 0x4000
- Need to figure out what happens when relocating to virtual address base
- Need to define rest of peripheral registers and start poking the holes for the Amba registers (are these published somewhere for bcm2835?)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46293 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/arm-raspidzy/exec/coldreboot.c [new file with mode: 0644]
arch/arm-raspidzy/exec/mmakefile.src [new file with mode: 0644]
arch/arm-raspidzy/exec/platform_init.c [new file with mode: 0644]
arch/arm-raspidzy/exec/superstate.c [new file with mode: 0644]
arch/arm-raspidzy/exec/userstate.c [new file with mode: 0644]
arch/arm-raspidzy/mmakefile.src