aboutsummaryrefslogtreecommitdiffstats
path: root/hw/misc/bcm2835_property.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/misc/bcm2835_property: Reduce scope of variables in mbox push functionPeter Maydell2024-07-291-11/+10
* hw/misc/bcm2835_property: Restrict scope of start_num, number, otp_rowPeter Maydell2024-07-291-14/+20
* hw/misc/bcm2835_property: Avoid overflow in OTP access propertiesPeter Maydell2024-07-291-5/+4
* hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTEPeter Maydell2024-07-291-11/+16
* hw/misc: Implement mailbox properties for customer OTP and device specific private keysRayhan Faizel2024-07-011-0/+87
* hw/misc/bcm2835_property: Add missed BCM2835 propertiesSergey Kambalin2024-02-271-0/+21
* hw/misc: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folderThomas Huth2023-10-191-1/+1
* hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin2023-06-191-0/+3
* hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin2023-06-191-3/+5
* hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitionsSergey Kambalin2023-06-191-50/+51
* hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan2023-05-021-1/+12
* bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov2023-04-281-0/+7
* hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYSEnrik Berkhan2022-09-141-0/+4
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-211-1/+1
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* qom: Don't handle impossible object_property_get_link() failureMarkus Armbruster2020-07-101-15/+2
* hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé2020-03-231-1/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/misc/bcm2835_mbox: Add trace eventsPhilippe Mathieu-Daudé2019-10-151-0/+2
* hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé2019-10-151-1/+1
* hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2019-10-151-6/+10
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/display/bcm2835_fb: Validate config settingsPeter Maydell2018-08-241-27/+27
* hw/display/bcm2835_fb: Fix handling of virtual framebufferPeter Maydell2018-08-241-6/+15
* hw/display/bcm2835_fb: Abstract out calculation of pitch, sizePeter Maydell2018-08-241-2/+2
* hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfigPeter Maydell2018-08-241-47/+33
* hw/misc/bcm2835_fb: Move config fields to their own structPeter Maydell2018-08-241-13/+15
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* bcm2835_property: use cached values when querying framebufferSylvain Garrigues2016-05-121-9/+24
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE2016-03-161-2/+137
* bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2016-03-041-19/+19
* all: Clean up includesPeter Maydell2016-02-161-0/+1
* bcm2835_property: implement "get board revision" queryStephen Warren2016-02-111-2/+2
* bcm2835_property: add bcm2835 property channelAndrew Baumann2016-02-031-0/+287