转自 https://blog.csdn.net/manderen/article/details/55260817
关于Linux内核中CONFIG_OF宏,OF是Open Firmware的缩写。
Open Firmware. This was invented long time ago when Apple was producing laptops based on PowerPC CPUs. Openfirmware provides a good description of the devices connected to the platform. In Linux kernel the part that works with device data is called Device Tree (DT). More details in theUsage model.
见:http://stackoverflow.com/questions/27978709/whats-the-config-of-in-linux
粥迪注:CONFIG-OF是和设备树相关的选项。
本文介绍了 Linux 内核中的 CONFIG_OF 宏及其与 OpenFirmware 的关系。CONFIG_OF 用于支持设备树(Device Tree),这是一种描述硬件平台上的设备连接方式的方法。OpenFirmware 则为早期 PowerPC 平台提供了这种描述。
1242

被折叠的 条评论
为什么被折叠?



