]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Allow DTB to be overridden
authorMark Rutland <mark.rutland@arm.com>
Tue, 15 Apr 2014 15:20:48 +0000 (16:20 +0100)
committerMark Rutland <mark.rutland@arm.com>
Tue, 15 Apr 2014 15:20:48 +0000 (16:20 +0100)
commit987e8754cbe5f85cd6c0274f549691b8433a61c0
treefdd488fb2c916a2b0083b58a7158f9c743a9e125
parent80a9599916b0cd2222d7fba0beb3909c967e6604
Allow DTB to be overridden

Some platforms differ significantly enough from the RTSM VE platform
such the RTSM VE DTB is not a valid DTB for the platform. Now that we
have the appropriate logic for detecting device and memory base
addresses, there's no reason we can't allwo the user to arbittrarily
choose to use another DTB so long as the basics are present (memory, a
pl011, and V2M sysregs).

This patch adds a "--with-dtb" option to override the DTB to use. The
aformentioned base addresses are automatically dicovered at build time.
Where a required device is not present, the build will fail.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
configure.ac