qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/7] mps2: Add few more peripherals


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/7] mps2: Add few more peripherals
Date: Tue, 16 Jun 2020 08:31:50 +0200

Few patches while playing with Zephyr:

- added i2c
- added fpgaio
- added gpio/wdg as unimp

Unfortunately the blinkled sample app is not blinking.

Zephyr ressources used:
https://docs.zephyrproject.org/latest/boards/arm/mps2_an385/doc/index.html

Philippe Mathieu-Daudé (7):
  hw/arm/mps2: Rename CMSDK AHB peripheral region
  hw/arm/mps2: Rename dualtimer as apb-dualtimer
  hw/arm/mps2: Add CMSDK APB watchdog as unimplemented device
  hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devices
  hw/arm/mps2: Add I2C busses on FPGA APB
  hw/arm/mps2: Map the FPGA I/O block
  hw/misc/mps2-fpgaio: Implement push-buttons

 include/hw/misc/mps2-fpgaio.h |  1 +
 hw/arm/mps2.c                 | 29 +++++++++++++++++++++++++----
 hw/misc/mps2-fpgaio.c         | 13 ++++++++++++-
 3 files changed, 38 insertions(+), 5 deletions(-)

-- 
2.21.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]