On 16/1/24 14:02, Clément Chigot wrote:
... and move them in their right hardware directory.
Update Copyright and add SPDX-License-Identifier at the same time.
Co-developed-by: Frederic Konrad <konrad.frede...@yahoo.fr>
Signed-off-by: Clément Chigot <chi...@adacore.com>
---
hw/char/grlib_apbuart.c | 6 ++--
hw/intc/grlib_irqmp.c | 6 ++--
hw/sparc/leon3.c | 8 +++--
hw/timer/grlib_gptimer.c | 6 ++--
include/hw/char/grlib_uart.h | 32 +++++++++++++++++++
.../hw/{sparc/grlib.h => intc/grlib_irqmp.h} | 16 ++++------
include/hw/timer/grlib_gptimer.h | 32 +++++++++++++++++++
7 files changed, 88 insertions(+), 18 deletions(-)
create mode 100644 include/hw/char/grlib_uart.h
rename include/hw/{sparc/grlib.h => intc/grlib_irqmp.h} (86%)
create mode 100644 include/hw/timer/grlib_gptimer.h
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>