aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/omap1.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-14hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello1-508/+508
2025-04-23include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson1-1/+1
2025-03-05hw/arm/omap1: Convert information printfs to tracepointsPeter Maydell1-12/+14
2025-03-05hw/arm/omap1: Drop ALMDEBUG ifdeffed out codePeter Maydell1-51/+0
2025-03-05hw/arm/omap1: Convert raw printfs to qemu_log_mask()Peter Maydell1-17/+31
2025-01-31hw/arm/omap1: Inline creation of MMCPeter Maydell1-4/+11
2025-01-31hw/sd/omap_mmc: Convert to SDBus APIPeter Maydell1-1/+9
2025-01-31hw/sd/omap_mmc: Do a minimal conversion to QDevPeter Maydell1-1/+0
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-6/+6
2024-10-15hw/arm/omap1: Remove unused omap_uwire_attach() methodPhilippe Mathieu-Daudé1-21/+8
2024-01-26target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-04-20hw/arm: Fix some typos in comments (most found by codespell)Stefan Weil1-1/+1
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé1-60/+55
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2020-09-01hw/arm/omap1:Remove redundant statement in omap_clkdsp_read()Chen Qun1-1/+0
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-4/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-8/+8
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau1-1/+1
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau1-1/+1
2020-01-07omap-intc: remove PROP_PTRMarc-André Lureau1-2/+2
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé1-7/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell1-1/+1
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+12
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-04hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth1-4/+4
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-3/+3
2018-02-06hw/arm: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis1-5/+3
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-21/+21
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov1-5/+2
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov1-4/+0
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-4/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-8/+9
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1