[coreboot] some thoughts on dts vs. Kconfig vs. makefiles vs. C code

ron minnich rminnich at gmail.com
Thu Mar 6 00:27:41 CET 2008


On Wed, Mar 5, 2008 at 3:12 PM, Carl-Daniel Hailfinger
<c-d.hailfinger.devel.2006 at gmx.net> wrote:
> We have one really bad offender which totally violates the Kconfig vs.
>  dts distinction:
>
>  config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
>         hex
>         # TODO: Fix PCI ID.
>         default 0x1022
>         depends BOARD_AMD_NORWICH
>         help
>           Mainboard specific PCI subsystem vendor ID.
>
>  config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
>         hex
>         # TODO: Fix PCI ID.
>         default 0x2323
>         depends BOARD_AMD_NORWICH
>         help
>           Mainboard specific PCI subsystem device ID.
>
>

Right in the mainboard dts? Right at the top.

ron




More information about the coreboot mailing list