aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-03hw/arm/aspeed: Add GB200 BMC targetEd Tanous1-0/+78
2025-07-03hw/arm/aspeed: Add second SPI chip to Aspeed modelEd Tanous1-0/+2
2025-07-03hw/arm/aspeed: add Catalina machine typePatrick Williams1-0/+200
2025-07-03hw/arm/aspeed: bletchley: update hw strap valuesPatrick Williams1-3/+2
2025-05-05hw/arm/aspeed: Add support for loading vbootrom image via "-bios"Jamin Lin1-0/+36
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-23/+36
2025-03-09hw/arm/aspeed: Add Machine Support for AST2700 A1Jamin Lin1-0/+24
2025-03-09hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0Jamin Lin1-4/+5
2025-03-09hw/arm/aspeed Update HW Strap Default Values for AST2700Jamin Lin1-2/+4
2025-02-16hw/arm: Remove all invalid uses of auto_create_sdcard=truePhilippe Mathieu-Daudé1-1/+0
2025-02-16hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé1-21/+21
2025-02-16hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé1-0/+21
2025-01-27aspeed: Create sd devices only when defaults are enabledCédric Le Goater1-2/+2
2025-01-27hw/arm/aspeed: Invert sdhci write protected pin for AST2600 EVBJamin Lin1-0/+7
2025-01-27hw/arm/aspeed: fix connect_serial_hds_to_uartsKenneth Jia1-2/+2
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-12-11arm: Remove tacoma-bmc machineCédric Le Goater1-28/+0
2024-11-04aspeed: Don't set always boot properties of the emmc deviceCédric Le Goater1-3/+13
2024-11-04aspeed: Support create flash devices via command line for AST1030Jamin Lin1-10/+12
2024-10-24hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin1-1/+1
2024-10-24hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin1-1/+1
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin1-2/+2
2024-09-16aspeed: Add tmp105 in i2c bus 0 for AST2700Jamin Lin1-0/+10
2024-07-21aspeed: fix coding styleJamin Lin1-7/+14
2024-07-21aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater1-0/+30
2024-07-21aspeed: Introduce a 'hw_strap1' machine attributeCédric Le Goater1-1/+5
2024-07-21aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machineCédric Le Goater1-1/+1
2024-07-21aspeed: Tune eMMC device properties to reflect HW strappingCédric Le Goater1-4/+13
2024-07-21aspeed: Load eMMC first boot area as a boot romCédric Le Goater1-3/+5
2024-07-21aspeed: Change type of eMMC deviceCédric Le Goater1-4/+5
2024-07-02aspeed: Deprecate the tacoma-bmc machineCédric Le Goater1-0/+2
2024-06-16aspeed: Add an AST2700 eval boardJamin Lin1-0/+32
2024-03-25misc/pca955*: Move models under hw/gpioCédric Le Goater1-1/+1
2024-02-27aspeed: fix hardcode boot address 0Jamin Lin1-1/+3
2024-02-27aspeed: introduce a new UART0 device nameJamin Lin1-5/+8
2024-02-02hw/arm/aspeed: use qemu_configure_nic_device()David Woodhouse1-5/+4
2024-02-01hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé1-0/+1
2024-02-01hw/arm/aspeed: Init CPU defaults in a common helperPhilippe Mathieu-Daudé1-43/+28
2024-02-01hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()Philippe Mathieu-Daudé1-1/+4
2024-02-01hw/arm/aspeed: Remove dead codePhilippe Mathieu-Daudé1-1/+0
2023-10-25hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé1-49/+52
2023-09-01aspeed: Get the BlockBackend of FMC0 from the flash deviceCédric Le Goater1-3/+5
2023-09-01aspeed: Create flash devices only when defaults are enabledCédric Le Goater1-2/+4
2023-09-01aspeed/smc: Wire CS lines at resetCédric Le Goater1-4/+1
2023-09-01aspeed: Introduce helper for 32-bit hosts limitationCédric Le Goater1-12/+9
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-06-15aspeed: Introduce a "bmc-console" machine optionCédric Le Goater1-2/+38
2023-06-15aspeed: Introduce a boot_rom region at the machine levelCédric Le Goater1-6/+6
2023-06-15hw/arm/aspeed: Add VPD data for Rainier machineNinad Palsule1-2/+4
2023-05-02hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater1-20/+22