Porting Linux to a new processor architecture, Part 1(lwn.net)
lwn.net
Porting Linux to a new processor architecture, Part 1
https://lwn.net/Articles/654783/
1 comments
Does ARM have a good device configuration story yet? Last time I worked in ARM/Linux everything was done through the "board" model where you basically just hard-coded devices you expected to exist.
I thought that Microsoft was bringing UEFI/ACPI to ARM but TBH I haven't kept up.
I thought that Microsoft was bringing UEFI/ACPI to ARM but TBH I haven't kept up.
Have you heard of Device Tree? Linux supports it on the x86, ARM, and PPC architectures, among others.
(http://events.linuxfoundation.org/sites/events/files/slides/..., http://www.devicetree.org/Main_Page, https://en.wikipedia.org/wiki/Device_tree, http://elinux.org/Device_Tree)
(http://events.linuxfoundation.org/sites/events/files/slides/..., http://www.devicetree.org/Main_Page, https://en.wikipedia.org/wiki/Device_tree, http://elinux.org/Device_Tree)
But, I have to say, it's quite fun too!