Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-09-06 Thread James Morse
Hi Rob, On 30/08/2019 22:50, Rob Herring wrote: > So KVM provides a semi-CortexA57? Code that runs on real h/w won't as a guest. KVM provides the architectural bits of Cortex-A57's EL1, when running on A57. Code that depends on EL2, won't run as a guest. Code that depends on some non-architectur

Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-30 Thread Rob Herring
On Fri, Aug 30, 2019 at 7:45 AM James Morse wrote: > > Hi guys, > > On 27/08/2019 14:49, Rob Herring wrote: > > On Mon, Aug 26, 2019 at 9:49 AM Hawa, Hanna wrote: > >> On 8/21/2019 10:17 PM, Rob Herring wrote: > >>> Why is this even in DT? AFAICT, this is all just CortexA57 core features > >>> (i

Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-30 Thread James Morse
Hi guys, On 27/08/2019 14:49, Rob Herring wrote: > On Mon, Aug 26, 2019 at 9:49 AM Hawa, Hanna wrote: >> On 8/21/2019 10:17 PM, Rob Herring wrote: >>> Why is this even in DT? AFAICT, this is all just CortexA57 core features >>> (i.e. nothing Amazon specific). The core type and the ECC capabilitie

Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-27 Thread Rob Herring
On Mon, Aug 26, 2019 at 9:49 AM Hawa, Hanna wrote: > > > > On 8/21/2019 10:17 PM, Rob Herring wrote: > > Why is this even in DT? AFAICT, this is all just CortexA57 core features > > (i.e. nothing Amazon specific). The core type and the ECC capabilities > > are discoverable. > > Added to the DT in

Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-26 Thread Hawa, Hanna
On 8/21/2019 10:17 PM, Rob Herring wrote: Why is this even in DT? AFAICT, this is all just CortexA57 core features (i.e. nothing Amazon specific). The core type and the ECC capabilities are discoverable. Added to the DT in order to easily enable/disable the driver. You are correct that they

Re: [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-21 Thread Rob Herring
On Mon, Aug 05, 2019 at 03:39:08PM +0100, Hanna Hawa wrote: > Document Amazon's Annapurna Labs L1 EDAC SoC binding. > > Signed-off-by: Hanna Hawa > --- > .../devicetree/bindings/edac/amazon,al-l1-edac.txt | 14 ++ > 1 file changed, 14 insertions(+) > create mode 100644 > Documentat

[PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC

2019-08-05 Thread Hanna Hawa
Document Amazon's Annapurna Labs L1 EDAC SoC binding. Signed-off-by: Hanna Hawa --- .../devicetree/bindings/edac/amazon,al-l1-edac.txt | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/edac/amazon,al-l1-edac.txt diff --git a/Documentatio