Start of felsunxi.class, binds with Allwinner SoC when SoC is in FEL mode
commit32e0876c86f8e1ae1b7155b6d861f525826d3cc5
authorDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 17 Sep 2014 10:44:41 +0000 (17 10:44 +0000)
committerDizzyOfCRN <DizzyOfCRN@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 17 Sep 2014 10:44:41 +0000 (17 10:44 +0000)
tree54591e998eed224183c795d24fc7562d91dd8d3f
parente8122145ac3c1d85ed35f74083d4a655fdd0753a
Start of felsunxi.class, binds with Allwinner SoC when SoC is in FEL mode
 - Idea with this is to make it a Aros installer for Allwinner SoCs
 - Porting Aros to Allwinner SoC has a problem that we would need UBoot (or equivalent bootloader) that is specially build for one platform and one platform only (eg. pcDuino to setup the hardware)
 - We are trying to bypass the problem by not using UBoot at all, instead we will install generic Allwinner Aros port directly to NAND and the installer gives user the opportunity
 to inform bootstrap about the hardware with Zune GUI that pops up (debug serial port, dram size, dram speed, NAND size, power IC etc.)
 - Information is then written on a structure to some NAND location where the bootstrap code finds it...
 - All platform dependand code will be removed from arm-aros-sunxi, instead a generic build is setup and all needed modules will be installed with the said installer to NAND

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49641 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/usb/classes/felsunxi/class_DeviceBinding.c [new file with mode: 0644]
rom/usb/classes/felsunxi/class_DoMethodA.c [new file with mode: 0644]
rom/usb/classes/felsunxi/class_GetAttrsA.c [new file with mode: 0644]
rom/usb/classes/felsunxi/class_Library.c [new file with mode: 0644]
rom/usb/classes/felsunxi/class_SetAttrsA.c [new file with mode: 0644]
rom/usb/classes/felsunxi/felsunxi.conf [new file with mode: 0644]
rom/usb/classes/felsunxi/felsunxi_intern.h [new file with mode: 0644]
rom/usb/classes/felsunxi/mmakefile.src [new file with mode: 0644]
rom/usb/classes/mmakefile.src