summary refs log tree commit diff stats
path: root/hw/arm/omap1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello2025-05-141-508/+508
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* hw/arm/omap1: Convert information printfs to tracepointsPeter Maydell2025-03-051-12/+14
* hw/arm/omap1: Drop ALMDEBUG ifdeffed out codePeter Maydell2025-03-051-51/+0
* hw/arm/omap1: Convert raw printfs to qemu_log_mask()Peter Maydell2025-03-051-17/+31
* hw/arm/omap1: Inline creation of MMCPeter Maydell2025-01-311-4/+11
* hw/sd/omap_mmc: Convert to SDBus APIPeter Maydell2025-01-311-1/+9
* hw/sd/omap_mmc: Do a minimal conversion to QDevPeter Maydell2025-01-311-1/+0
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-6/+6
* hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé2024-10-151-21/+8
* target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé2024-01-261-0/+1
* hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil2023-04-201-1/+1
* hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé2023-01-121-60/+55
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()Chen Qun2020-09-011-1/+0
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-8/+8
* omap-gpio: remove PROP_PTRMarc-André Lureau2020-01-071-1/+1
* omap-i2c: remove PROP_PTRMarc-André Lureau2020-01-071-1/+1
* omap-intc: remove PROP_PTRMarc-André Lureau2020-01-071-2/+2
* hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé2019-10-221-7/+5
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell2019-05-231-1/+1
* hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2018-06-261-6/+12
* hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth2018-05-041-4/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-3/+3
* hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+3
* Fixes after renaming __FUNCTION__ to __func__Alistair Francis2018-01-221-5/+3
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-21/+21
* arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov2017-09-191-5/+2
* cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov2017-09-191-4/+0
* arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov2017-09-011-1/+1
* hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-141-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-4/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+2
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-8/+9
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/arm: Clean up includesPeter Maydell2016-01-181-0/+1
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1