summaryrefslogtreecommitdiffstats
path: root/doc/device-tree-bindings/cpu
Commit message (Collapse)AuthorAgeFilesLines
* doc: Remove duplicated documentation directoryBreno Matheus Lima2019-06-201-0/+34
| | | | | | | | | | | | | | | | Commit ad7061ed742e ("doc: Move device tree bindings documentation to doc/device-tree-bindings") moved all device tree binding documentation to doc/device-tree-bindings directory. The current U-Boot project still have two documentation directories: - doc/ - Documentation/ Move all documentation and sphinx files to doc directory so all content can be in a common place. Signed-off-by: Breno Lima <breno.lima@nxp.com>
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-231-0/+54
Convert nios2 cpu to driver model. The cpu parameters are extracted from device tree and saved to global data structure. We will use them to replace the custom_fpga.h . Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>