mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/i2c: Implement Broadcom Serial Controller (BSC)
A few deficiencies in the current device model need to be noted. 1. FIFOs are not used. All sends and receives are done directly. 2. Repeated starts are not emulated. Repeated starts can be triggered in real hardware by sending a new read transfer request in the window time between transfer active set of write transfer request and done bit set of the same. Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240224191038.2409945-2-rayhan.faizel@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
4eac9dfbd7
commit
9cf3bc65af
5 changed files with 368 additions and 0 deletions
|
@ -35,6 +35,7 @@ Implemented devices
|
|||
* MailBox controller (MBOX)
|
||||
* VideoCore firmware (property)
|
||||
* Peripheral SPI controller (SPI)
|
||||
* Broadcom Serial Controller (I2C)
|
||||
|
||||
Missing devices
|
||||
---------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue