commit | d1b29d2d5e978f321943a7f60366702fbc0ebae6 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Feb 22 16:58:30 2015 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Apr 24 12:15:34 2015 +0200 |
tree | 2bd21a8949cb93556cc580e3ea838923324423dd | |
parent | a28dd5b5a7d144e1a03b09dd993c10d46a9d3d54 [diff] |
MIPS: implement device-tree handover to Linux kernel Add device-tree handover to Linux kernel conforming with MIPS UHI [1]. Register $a0 will be set to the reserved value -2. The address of the device-tree blob will be stored as KSEG0 address in $a1. $a2 and $a3 are set to zero. [1] http://prplfoundation.org/wiki/MIPS_documentation Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>