public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] idea: fdt_checkboard
@ 2007-05-17 19:11 Timur Tabi
  2007-05-18  2:27 ` Jerry Van Baren
  0 siblings, 1 reply; 4+ messages in thread
From: Timur Tabi @ 2007-05-17 19:11 UTC (permalink / raw)
  To: u-boot

Jerry,

What do you think about implementing a board-specific function called "fdt_checkboard()"? 
  On platforms that have this function, it would be called by fdt_open_into(). 
fdt_checkboard() would scan the device tree and make sure that it's the right tree for 
this board (e.g. by checking the 'model' or 'compatible' fields), and return an error if 
it's not.

This would be helpful in eliminating the possibility of accidentally using the wrong 
device tree.  It could happen, for instance, if there are multiple device trees for a 
given board.

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-05-18 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-17 19:11 [U-Boot-Users] idea: fdt_checkboard Timur Tabi
2007-05-18  2:27 ` Jerry Van Baren
2007-05-18  6:48   ` Wolfgang Grandegger
2007-05-18 14:17   ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox