linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC] DT boot loader best practice
@ 2011-10-27  9:03 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-10-27  9:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

	For ARM it's important to use the DT in the bootloader the right way.
	In oder to do not have to add crapy fixup in the kernel to fix bad practice in
	bootloader

	For this is this what is not supposed to done
	- Hardcode the DTB in the bootloader
	- Generate the DTB in the bootloader
	- Update the DTB in the bootloader (except the ATAG equivalent part)

	as all of this will give no control of update the DTB content or
	format. If some bootloader implementation mess-up with property name
	as they do it before be review, we will have to do fix up in the
	kernel. Which we absolutely not want to do.

Best Regards,
J.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-27  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27  9:03 [RFC] DT boot loader best practice Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).