summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add API version, FW version and system signature registersBenjamin Herrenschmidt2018-06-031-1/+6
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Move SRAM layout to a common .h fileBenjamin Herrenschmidt2018-06-031-1/+1
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Fix makefileBenjamin Herrenschmidt2018-06-031-2/+2
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Add -Werror to test caseBenjamin Herrenschmidt2018-06-031-1/+1
| | | | Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Changes to be able to build multiple firmwaresBenjamin Herrenschmidt2018-06-031-10/+36
| | | | | | | | | | | Change to use the C preprocessor (use the ARM one for that) for asm files so we can force-include a per-machine GPIO definition file and use some preprocessor macros to define the cache registers. This allows us to deal with the cases where the clock and data use a different cache vs. the same cache. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Initial importBenjamin Herrenschmidt2018-06-021-0/+27
OpenPOWER on IntegriCloud