There is anyone programing for allwinner A20 bare metal?
Posted: Mon Aug 07, 2017 7:12 am
There is anyone programing for allwinner A20 bare metal willing to exchange code and experiences?
The Place to Start for Operating System Developers
http://f.osdev.org/
There is.inaciose wrote:There is anyone programing for allwinner A20 bare metal willing to exchange code and experiences?
As soon as you get on A20 code, and get further from an Hello world, you will notice some lack of sample code for setting interrupt controller on A20 (gicv2 / gic400) and timers.zaval wrote: There is.
I have an a20 board (cubieboard 2), and am planning to work with it too, it's in my "target park". but now i am into mips.) still would be glad to help if I can.) it's nice to see (rare) people asking about something OTHER than those IDT/GDT and "triple fault" things. *rolleyes
especially ones messing around with arm/mips SBCs.)
as of timers, they are described in the PM, scarcely though, but, yeah, it's the reference. I just looked at it, and saw so familiar style, they all are like written by the same person. I programmed (rather barely, without interrupts) OSTimer for jz4780 SoC recently. Anyway, you have the register list, their and their fields description, you could also instruct with uboot, timers should be there (somewhere at the very initilial stage).For details about GIC, please refer to the GIC PL400 technical reference manual and ARM GIC Architecture Specification V2.0.