Re: [RFC PATCH 3/5] memattrs: Add user-defined attribute

2024-02-28 Thread Alex Bennée
Joe Komlodi writes: > These are used to represent implementation-specific data. > These are based off of AMBA-AXI user signals, but can be used in any > implementation. > > The length of 4-bits is arbitrary. > > Signed-off-by: Joe Komlodi > --- > include/exec/memattrs.h | 2 ++ > 1 file changed

[RFC PATCH 3/5] memattrs: Add user-defined attribute

2024-02-27 Thread Joe Komlodi
These are used to represent implementation-specific data. These are based off of AMBA-AXI user signals, but can be used in any implementation. The length of 4-bits is arbitrary. Signed-off-by: Joe Komlodi --- include/exec/memattrs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/