xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] RFC: arm: (really) minimal device tree support
@ 2012-02-03 19:15 David Vrabel
  2012-02-03 19:15 ` [PATCH 1/7] libfdt: add version 1.3.0 David Vrabel
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: David Vrabel @ 2012-02-03 19:15 UTC (permalink / raw)
  To: xen-devel

This set of patches adds libfdt and some minimal infrastructure for
parsing a DTB.  The DTB is linked into the Xen image since there isn't
a bootloader when running on the model. Information on available RAM
is obtained and used to get the address to relocate Xen to (the MM is
still initialized with hard-coded values, I'll be fixing this next).

I also added an early_printk() function since its needed when doing
the early scan of the DTB.  It's not very platform-independant but it
should do for now.

So, not really a lot here but I think it would be useful to get the
basic infrastructure reviewed a bit before making more use of it.

David

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

end of thread, other threads:[~2012-02-07  9:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 19:15 [PATCH 0/7] RFC: arm: (really) minimal device tree support David Vrabel
2012-02-03 19:15 ` [PATCH 1/7] libfdt: add version 1.3.0 David Vrabel
2012-02-03 19:15 ` [PATCH 2/7] libfdt: add to build David Vrabel
2012-02-03 19:15 ` [PATCH 3/7] arm: link a device tree blob into the xen image David Vrabel
2012-02-03 20:22   ` Tim Deegan
2012-02-03 19:15 ` [PATCH 4/7] arm: map device tree blob in initial page tables David Vrabel
2012-02-03 21:18   ` Tim Deegan
2012-02-06 17:36     ` David Vrabel
2012-02-07  9:28       ` Tim Deegan
2012-02-03 19:15 ` [PATCH 5/7] libfdt: fixup libfdt_env.h for xen David Vrabel
2012-02-03 19:15 ` [PATCH 6/7] arm: add early_printk() David Vrabel
2012-02-03 19:15 ` [PATCH 7/7] arm, device tree: parse the DTB for RAM location and size David Vrabel

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).