User information

Launchpad Id:
arnd-arndb
Email:
Log in for email information.

Member since:
2007-10-30
Icon of Linaro Kernel Working Group Icon of Linaro
Languages:
English (Australia), German
OpenPGP keys:
D645025C7C6D7FF79BCB1F1AE6DE464B62C345FE, 88AFCD206B1611957187F16B60AB47FFC9095227
SSH keys:
arnd@klappe2
Time zone:
Europe/Berlin (UTC+0200)
Karma:
0 Karma help
Social accounts:

All assigned blueprints Assigned blueprints

Make machine_desc optional for Linaro Linux
As on arm64, we should be able to boot without a platform definition There are currently 20 members in the machine_desc structure, most of which are already optional and do not need to get set by a platform. Based on kernel changes that went into linux-3.9 or are scheduled for 3.10, we can make all the other ones o...
When building a multi-platform kernel, the kernel runtime image will end up with residual text and data for platforms on which we are running on. This is primarily platform-specific initialization code and static data tables and it will also have an affect on the size of the kernel binary image. As part of this blue...