Daniel Henrique Barboza f1aa45fffe spapr: introduce SpaprMachineState::numa_assoc_array
The next step to centralize all NUMA/associativity handling in
the spapr machine is to create a 'one stop place' for all
things ibm,associativity.

This patch introduces numa_assoc_array, a 2 dimensional array
that will store all ibm,associativity arrays of all NUMA nodes.
This array is initialized in a new spapr_numa_associativity_init()
function, called in spapr_machine_init(). It is being initialized
with the same values used in other ibm,associativity properties
around spapr files (i.e. all zeros, last value is node_id).
The idea is to remove all hardcoded definitions and FDT writes
of ibm,associativity arrays, doing instead a call to the new
helper spapr_numa_write_associativity_dt() helper, that will
be able to write the DT with the correct values.

We'll start small, handling the trivial cases first. The
remaining instances of ibm,associativity will be handled
next.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20200903220639.563090-2-danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2020-09-08 10:08:43 +10:00
..
2020-08-21 06:30:32 -04:00
2020-08-21 06:30:33 -04:00
2020-09-03 14:12:48 +01:00
2020-08-21 06:30:33 -04:00
2020-09-03 14:12:48 +01:00
2020-08-27 14:21:48 -04:00
2020-08-21 06:30:33 -04:00
2020-08-27 14:04:54 -04:00
2020-09-01 08:38:00 +02:00
2020-08-26 22:23:53 +01:00
2020-08-27 14:04:54 -04:00
2020-08-21 06:30:30 -04:00
2020-08-21 06:30:30 -04:00
2020-08-21 06:30:29 -04:00
2020-08-21 06:30:26 -04:00
2020-08-21 06:30:33 -04:00
2020-09-03 14:12:48 +01:00
2020-08-21 06:30:33 -04:00
2020-09-03 14:12:48 +01:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:25 -04:00
2020-08-24 09:35:21 +01:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:28 -04:00
2020-08-21 06:30:28 -04:00
2020-08-27 14:04:55 -04:00
2020-08-21 06:30:27 -04:00
2020-09-02 07:29:25 -04:00
2020-09-02 07:29:26 -04:00
2020-09-01 14:21:50 +02:00
2020-08-21 06:30:25 -04:00
2020-08-21 06:30:33 -04:00
2020-08-24 09:35:21 +01:00
2020-08-21 06:30:27 -04:00
2020-08-21 06:30:27 -04:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:33 -04:00
2020-09-01 15:19:33 +01:00
2020-09-02 07:29:26 -04:00
2020-08-21 06:30:26 -04:00
2020-08-21 06:30:24 -04:00
2020-08-21 06:30:33 -04:00
2020-08-21 06:30:33 -04:00