Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 088eef22 authored by Stefano Stabellini's avatar Stefano Stabellini
Browse files

Merging v3.10-rc2 as I need to apply a fix for

3cc8e40e
"xen/arm: rename xen_secondary_init and run it on every online cpu"

The commit is in v3.10-rc2, the current branch is based on v3.10-rc1.
parents 741ddbcf c7788792
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -191,9 +191,11 @@ Linux it will look something like this:
	};

The bootargs property contains the kernel arguments, and the initrd-*
properties define the address and size of an initrd blob.  The
chosen node may also optionally contain an arbitrary number of
additional properties for platform-specific configuration data.
properties define the address and size of an initrd blob.  Note that
initrd-end is the first address after the initrd image, so this doesn't
match the usual semantic of struct resource.  The chosen node may also
optionally contain an arbitrary number of additional properties for
platform-specific configuration data.

During early boot, the architecture setup code calls of_scan_flat_dt()
several times with different helper callbacks to parse device tree
Loading