83 Commits (3728de31925ae9658e2ce3d1ff9b63c83609f310)

Author SHA1 Message Date
Philippe Mathieu-Daudé 38c5ab4003 hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries 1 year ago
Vishal Chourasia a9c608904f hw/core/loader: capture Error from load_image_targphys 10 months ago
Philippe Mathieu-Daudé 12d1a768bd qom: Have class_init() take a const data argument 2 years ago
Philippe Mathieu-Daudé cdc8d7cada hw/boards: Rename no_sdcard -> auto_create_sdcard 2 years ago
Philippe Mathieu-Daudé 8a2f1f921c hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF 2 years ago
Sergey Kambalin bf1da4b308 hw/arm/raspi4b: Temporarily disable unimplemented rpi4b devices 2 years ago
Sergey Kambalin 7785e8ea22 hw/arm: Introduce Raspberry PI 4 machine 2 years ago
Sergey Kambalin 08df067636 hw/arm/raspi: Split out raspi machine common part 2 years ago
Sergey Kambalin f932093ae1 hw/arm/bcm2836: Split out common part of BCM283X classes 2 years ago
Peter Maydell 0acbdb4c4a hw/arm/raspi: Use arm_write_bootloader() to write boot code 3 years ago
Daniel Bertalan f802ff1e28 hw/arm/bcm2835_property: Implement "get command line" message 3 years ago
Peter Maydell d6dc926e6e hw/arm/boot: Drop nb_cpus field from arm_boot_info 5 years ago
Markus Armbruster 64eaa82095 hw: Replace trivial drive_get_next() by drive_get() 5 years ago
Philippe Mathieu-Daudé 57469ed384 hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases 5 years ago
Peter Maydell 33c20e3caf raspi: Use error_fatal for SoC realize errors, not error_abort 5 years ago
Thomas Huth 2068cabd3f Do not include cpu.h if it's not really necessary 5 years ago
Thomas Huth 4c386f8064 Do not include sysemu/sysemu.h if it's not really necessary 5 years ago
Philippe Mathieu-Daudé 5be94252d3 hw/arm/raspi: Add the Raspberry Pi 3 model A+ 6 years ago
Philippe Mathieu-Daudé 3c8f9927fd hw/arm/raspi: Add the Raspberry Pi Zero machine 6 years ago
Philippe Mathieu-Daudé ac6bc6ebb4 hw/arm/raspi: Add the Raspberry Pi A+ machine 6 years ago
Philippe Mathieu-Daudé df6cf08dea hw/arm/bcm2836: Introduce the BCM2835 SoC 6 years ago
Philippe Mathieu-Daudé cdfaa57dcb hw/arm/raspi: Remove use of the 'version' value in the board code 6 years ago
Philippe Mathieu-Daudé 1af702690e hw/arm/raspi: Use RaspiProcessorId to set the firmware load address 6 years ago
Philippe Mathieu-Daudé 696788d6a9 hw/arm/raspi: Introduce RaspiProcessorId enum 6 years ago
Philippe Mathieu-Daudé aa35ec2213 hw/arm/raspi: Use more specific machine names 6 years ago
Philippe Mathieu-Daudé f0eeb4b615 hw/arm/raspi: Avoid using TypeInfo::class_data pointer 6 years ago
Philippe Mathieu-Daudé 0f15c6e338 hw/arm/raspi: Move arm_boot_info structure to RaspiMachineState 6 years ago
Philippe Mathieu-Daudé 02058e4b40 hw/arm/raspi: Load the firmware on the first core 6 years ago
Philippe Mathieu-Daudé 62f06f7137 hw/arm/raspi: Display the board revision in the machine description 6 years ago
Philippe Mathieu-Daudé e79f01f3ae hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Markus Armbruster 5325cc34a2 qom: Put name parameter before value / visitor parameter 6 years ago
Markus Armbruster 934df91296 qdev: Make qdev_prop_set_drive() match the other helpers 6 years ago
Markus Armbruster ce189ab230 qdev: Convert bus-less devices to qdev_realize() with Coccinelle 6 years ago
Markus Armbruster 9fc7fc4d39 qom: Less verbose object_initialize_child() 6 years ago
Markus Armbruster 3e80f6902c qdev: Convert uses of qdev_create() with Coccinelle 6 years ago
Markus Armbruster d2623129a7 qom: Drop parameter @errp of object_property_add() & friends 6 years ago
Philippe Mathieu-Daudé 6111a0c0ed hw/arm/bcm283x: Correct the license text 6 years ago
Igor Mammedov a4317ae8ba arm/raspi: use memdev for RAM 7 years ago
Philippe Mathieu-Daudé 759f0f87e3 hw/arm/raspi: Extract the cores count from the board revision 7 years ago
Philippe Mathieu-Daudé a03bde3674 hw/arm/raspi: Use a unique raspi_machine_class_init() method 7 years ago
Philippe Mathieu-Daudé 98b541e1b2 hw/arm/raspi: Extract the board model from the board revision 7 years ago
Philippe Mathieu-Daudé 975f3402fa hw/arm/raspi: Set default RAM size to size encoded in board revision 7 years ago
Philippe Mathieu-Daudé 13c4e2c087 hw/arm/raspi: Let class_init() directly call raspi_machine_init() 7 years ago
Philippe Mathieu-Daudé c318c66c67 hw/arm/raspi: Make board_rev a field of RaspiMachineClass 7 years ago
Philippe Mathieu-Daudé cb57df6f7f hw/arm/raspi: Make machines children of abstract RaspiMachineClass 7 years ago
Philippe Mathieu-Daudé cc360632f6 hw/arm/raspi: Trivial code movement 7 years ago
Philippe Mathieu-Daudé 2e664b45f4 hw/arm/raspi: Extract the processor type from the board revision 7 years ago
Philippe Mathieu-Daudé f5bb124ecf hw/arm/raspi: Extract the RAM size from the board revision 7 years ago