summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add palmetto variant of the test codeBenjamin Herrenschmidt2018-06-131-6/+12
| | | | | | It does the magic to boot the host Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Improve dependency in MakefileBenjamin Herrenschmidt2018-06-121-5/+5
| | | | | | It was missing the dependency on the cf-fsi-fw.h file Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* Make sure we are fully PC relativeBenjamin Herrenschmidt2018-06-111-1/+1
| | | | | | | | With of course the notable exception of the exception vectors, but this will make it easier should we want to relocate the code. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
* 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