diff options
| author | Jackson Donaldson <jackson88044@gmail.com> | 2025-07-04 18:32:38 -0400 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-07-08 17:31:59 +0100 |
| commit | 33dfff7e3405e9c7e877556d5f7050da4af0304f (patch) | |
| tree | fd483c5d2ccbf954017331a272df1a1a86ea4ccf /include/hw/misc/max78000_gcr.h | |
| parent | 5adeb160322ff827f3e81f38e9481fb4896670e8 (diff) | |
| download | focaccia-qemu-33dfff7e3405e9c7e877556d5f7050da4af0304f.tar.gz focaccia-qemu-33dfff7e3405e9c7e877556d5f7050da4af0304f.zip | |
MAX78000: AES implementation
This commit implements AES for the MAX78000 Signed-off-by: Jackson Donaldson <jcksn@duck.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20250704223239.248781-11-jcksn@duck.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/misc/max78000_gcr.h')
| -rw-r--r-- | include/hw/misc/max78000_gcr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/max78000_gcr.h b/include/hw/misc/max78000_gcr.h index 23ddf0885b..d5858a40f3 100644 --- a/include/hw/misc/max78000_gcr.h +++ b/include/hw/misc/max78000_gcr.h @@ -124,6 +124,7 @@ struct Max78000GcrState { DeviceState *uart1; DeviceState *uart2; DeviceState *trng; + DeviceState *aes; }; |