Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | |
Move the inclusion out of hw/hw.h, most files do not need it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2016-03-16 | bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block | Andrew Baumann | |
At present only the core UART functions (data path for tx/rx) are implemented, which is enough for UEFI to boot. The following features/registers are unimplemented: * Line/modem control * Scratch register * Extra control * Baudrate * SPI interfaces Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1457467526-8840-3-git-send-email-Andrew.Baumann@microsoft.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |