summary refs log tree commit diff stats
path: root/hw/arm/aspeed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove tacoma-bmc machineCédric Le Goater2024-12-111-28/+0
* aspeed: Don't set always boot properties of the emmc deviceCédric Le Goater2024-11-041-3/+13
* aspeed: Support create flash devices via command line for AST1030Jamin Lin2024-11-041-10/+12
* hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVBJamin Lin2024-10-241-1/+1
* hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.Jamin Lin2024-10-241-1/+1
* reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin2024-09-241-2/+2
* aspeed: Add tmp105 in i2c bus 0 for AST2700Jamin Lin2024-09-161-0/+10
* aspeed: fix coding styleJamin Lin2024-07-211-7/+14
* aspeed: Introduce a 'boot-emmc' machine optionCédric Le Goater2024-07-211-0/+30
* aspeed: Introduce a 'hw_strap1' machine attributeCédric Le Goater2024-07-211-1/+5
* aspeed: Add boot-from-eMMC HW strapping bit to rainier-bmc machineCédric Le Goater2024-07-211-1/+1
* aspeed: Tune eMMC device properties to reflect HW strappingCédric Le Goater2024-07-211-4/+13
* aspeed: Load eMMC first boot area as a boot romCédric Le Goater2024-07-211-3/+5
* aspeed: Change type of eMMC deviceCédric Le Goater2024-07-211-4/+5
* aspeed: Deprecate the tacoma-bmc machineCédric Le Goater2024-07-021-0/+2
* aspeed: Add an AST2700 eval boardJamin Lin2024-06-161-0/+32
* misc/pca955*: Move models under hw/gpioCédric Le Goater2024-03-251-1/+1
* aspeed: fix hardcode boot address 0Jamin Lin2024-02-271-1/+3
* aspeed: introduce a new UART0 device nameJamin Lin2024-02-271-5/+8
* hw/arm/aspeed: use qemu_configure_nic_device()David Woodhouse2024-02-021-5/+4
* hw/arm/aspeed: Check for CPU types in machine_run_board_init()Philippe Mathieu-Daudé2024-02-011-0/+1
* hw/arm/aspeed: Init CPU defaults in a common helperPhilippe Mathieu-Daudé2024-02-011-43/+28
* hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()Philippe Mathieu-Daudé2024-02-011-1/+4
* hw/arm/aspeed: Remove dead codePhilippe Mathieu-Daudé2024-02-011-1/+0
* hw/arm/aspeed: Dynamically allocate AspeedMachineState::soc fieldPhilippe Mathieu-Daudé2023-10-251-49/+52
* aspeed: Get the BlockBackend of FMC0 from the flash deviceCédric Le Goater2023-09-011-3/+5
* aspeed: Create flash devices only when defaults are enabledCédric Le Goater2023-09-011-2/+4
* aspeed/smc: Wire CS lines at resetCédric Le Goater2023-09-011-4/+1
* aspeed: Introduce helper for 32-bit hosts limitationCédric Le Goater2023-09-011-12/+9
* arm: spelling fixesMichael Tokarev2023-07-251-1/+1
* aspeed: Introduce a "bmc-console" machine optionCédric Le Goater2023-06-151-2/+38
* aspeed: Introduce a boot_rom region at the machine levelCédric Le Goater2023-06-151-6/+6
* hw/arm/aspeed: Add VPD data for Rainier machineNinad Palsule2023-06-151-2/+4
* hw/arm/aspeed: Use arm_write_bootloader() to write the bootloaderCédric Le Goater2023-05-021-20/+22
* hw/arm/aspeed: Added TMP421 type sensor's support in tiogapassKarthikeyan Pasupathi2023-03-071-0/+4
* hw/arm/aspeed: Added TMP421 type sensor's support in yosemitev2Karthikeyan Pasupathi2023-03-071-0/+5
* aspeed/smc: Replace SysBus IRQs with GPIO linesCédric Le Goater2023-03-021-1/+1
* aspeed: Add a boot_rom overlap region in the SoC spi_boot containerCédric Le Goater2023-03-021-20/+27
* aspeed: Introduce a spi_boot region under the SoCCédric Le Goater2023-03-021-12/+1
* aspeed/fuji : correct the eeprom sizeSittisak Sinprem2023-03-021-16/+20
* hw/arm/aspeed: Adding new machine Tiogapass in QEMUKarthikeyan Pasupathi2023-03-021-0/+32
* hw/arm/aspeed: Adding new machine Yosemitev2 in QEMUKarthikeyan Pasupathi2023-03-021-0/+31
* hw/arm/aspeed: Add aspeed_eeprom.cPeter Delevoryas2023-02-071-3/+7
* hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_initPeter Delevoryas2023-02-071-52/+43
* hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boardsPeter Delevoryas2023-02-071-9/+1
* aspeed: Add Supermicro X11 SPI machine typeGuenter Roeck2023-02-071-0/+33
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
* arm/aspeed: Replace mx25l25635e chip modelCédric Le Goater2022-10-241-3/+3
* hw/arm/aspeed: increase Bletchley memory sizePatrick Williams2022-10-241-1/+8
* target/arm: Make boards pass base address to armv7m_load_kernel()Peter Maydell2022-09-141-0/+1