]> Git Repo - qemu.git/commit
bcm2835_property: implement framebuffer control/configuration properties
authorGrégory ESTRADE <[email protected]>
Wed, 16 Mar 2016 17:06:01 +0000 (17:06 +0000)
committerPeter Maydell <[email protected]>
Wed, 16 Mar 2016 17:42:18 +0000 (17:42 +0000)
commit355a8ccc5c57b7ce8758585e2d5d8b7f82b38bec
tree790f26d6779ee8e8551ad6944bf40c31fbe5fd3a
parent5e9c2a8dac19d5df0c541ea23df654062de917c0
bcm2835_property: implement framebuffer control/configuration properties

The property channel driver now interfaces with the framebuffer device
to query and set framebuffer parameters. As a result of this, the "get
ARM RAM size" query now correctly returns the video RAM base address
(not total RAM size), and the ram-size property is no longer relevant
here.

Signed-off-by: Grégory ESTRADE <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Andrew Baumann <[email protected]>
Message-id: 1457467526[email protected]
[AB: cleanup/refactoring for upstream submission]
Signed-off-by: Andrew Baumann <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/bcm2835_peripherals.c
hw/arm/raspi.c
hw/misc/bcm2835_property.c
include/hw/misc/bcm2835_property.h
This page took 0.027096 seconds and 4 git commands to generate.