j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 1 | /* |
| 2 | * QEMU PowerMac emulation shared definitions and prototypes |
| 3 | * |
| 4 | * Copyright (c) 2004-2007 Fabrice Bellard |
| 5 | * Copyright (c) 2007 Jocelyn Mayer |
| 6 | * |
| 7 | * Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | * of this software and associated documentation files (the "Software"), to deal |
| 9 | * in the Software without restriction, including without limitation the rights |
| 10 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | * copies of the Software, and to permit persons to whom the Software is |
| 12 | * furnished to do so, subject to the following conditions: |
| 13 | * |
| 14 | * The above copyright notice and this permission notice shall be included in |
| 15 | * all copies or substantial portions of the Software. |
| 16 | * |
| 17 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 20 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 23 | * THE SOFTWARE. |
| 24 | */ |
| 25 | #if !defined(__PPC_MAC_H__) |
| 26 | #define __PPC_MAC_H__ |
| 27 | |
| 28 | /* SMP is not enabled, for now */ |
| 29 | #define MAX_CPUS 1 |
| 30 | |
Paul Brook | bba831e | 2009-05-19 14:52:42 +0100 | [diff] [blame] | 31 | #define BIOS_SIZE (1024 * 1024) |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 32 | #define BIOS_FILENAME "ppc_rom.bin" |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 33 | #define NVRAM_SIZE 0x2000 |
aurel32 | e5d01b0 | 2009-01-09 11:01:31 +0000 | [diff] [blame] | 34 | #define PROM_FILENAME "openbios-ppc" |
blueswir1 | 992e5ac | 2008-12-24 20:23:51 +0000 | [diff] [blame] | 35 | #define PROM_ADDR 0xfff00000 |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 36 | |
| 37 | #define KERNEL_LOAD_ADDR 0x01000000 |
Alexander Graf | 33b544b | 2009-07-26 06:31:32 +0000 | [diff] [blame] | 38 | #define CMDLINE_ADDR 0x027ff000 |
| 39 | #define INITRD_LOAD_ADDR 0x02800000 |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 40 | |
blueswir1 | 7fa9ae1 | 2009-01-12 17:40:23 +0000 | [diff] [blame] | 41 | #define ESCC_CLOCK 3686400 |
| 42 | |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 43 | /* Cuda */ |
| 44 | void cuda_init (int *cuda_mem_index, qemu_irq irq); |
| 45 | |
| 46 | /* MacIO */ |
| 47 | void macio_init (PCIBus *bus, int device_id, int is_oldworld, int pic_mem_index, |
j_mayer | 74e9115 | 2007-11-04 01:16:04 +0000 | [diff] [blame] | 48 | int dbdma_mem_index, int cuda_mem_index, void *nvram, |
blueswir1 | 7fa9ae1 | 2009-01-12 17:40:23 +0000 | [diff] [blame] | 49 | int nb_ide, int *ide_mem_index, int escc_mem_index); |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 50 | |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 51 | /* Heathrow PIC */ |
| 52 | qemu_irq *heathrow_pic_init(int *pmem_index, |
| 53 | int nb_cpus, qemu_irq **irqs); |
| 54 | |
| 55 | /* Grackle PCI */ |
| 56 | PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic); |
| 57 | |
| 58 | /* UniNorth PCI */ |
| 59 | PCIBus *pci_pmac_init(qemu_irq *pic); |
Alexander Graf | 0f92119 | 2010-02-09 17:37:02 +0100 | [diff] [blame] | 60 | PCIBus *pci_pmac_u3_init(qemu_irq *pic); |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 61 | |
| 62 | /* Mac NVRAM */ |
| 63 | typedef struct MacIONVRAMState MacIONVRAMState; |
| 64 | |
Anthony Liguori | c227f09 | 2009-10-01 16:12:16 -0500 | [diff] [blame] | 65 | MacIONVRAMState *macio_nvram_init (int *mem_index, target_phys_addr_t size, |
blueswir1 | 68af3f2 | 2009-02-07 10:48:26 +0000 | [diff] [blame] | 66 | unsigned int it_shift); |
Anthony Liguori | c227f09 | 2009-10-01 16:12:16 -0500 | [diff] [blame] | 67 | void macio_nvram_map (void *opaque, target_phys_addr_t mem_base); |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 68 | void pmac_format_nvram_partition (MacIONVRAMState *nvr, int len); |
| 69 | uint32_t macio_nvram_read (void *opaque, uint32_t addr); |
| 70 | void macio_nvram_write (void *opaque, uint32_t addr, uint32_t val); |
| 71 | |
pbrook | 87ecb68 | 2007-11-17 17:14:51 +0000 | [diff] [blame] | 72 | /* adb.c */ |
| 73 | |
| 74 | #define MAX_ADB_DEVICES 16 |
| 75 | |
| 76 | #define ADB_MAX_OUT_LEN 16 |
| 77 | |
| 78 | typedef struct ADBDevice ADBDevice; |
| 79 | |
| 80 | /* buf = NULL means polling */ |
| 81 | typedef int ADBDeviceRequest(ADBDevice *d, uint8_t *buf_out, |
| 82 | const uint8_t *buf, int len); |
| 83 | typedef int ADBDeviceReset(ADBDevice *d); |
| 84 | |
| 85 | struct ADBDevice { |
| 86 | struct ADBBusState *bus; |
| 87 | int devaddr; |
| 88 | int handler; |
| 89 | ADBDeviceRequest *devreq; |
| 90 | ADBDeviceReset *devreset; |
| 91 | void *opaque; |
| 92 | }; |
| 93 | |
| 94 | typedef struct ADBBusState { |
| 95 | ADBDevice devices[MAX_ADB_DEVICES]; |
| 96 | int nb_devices; |
| 97 | int poll_index; |
| 98 | } ADBBusState; |
| 99 | |
| 100 | int adb_request(ADBBusState *s, uint8_t *buf_out, |
| 101 | const uint8_t *buf, int len); |
| 102 | int adb_poll(ADBBusState *s, uint8_t *buf_out); |
| 103 | |
| 104 | ADBDevice *adb_register_device(ADBBusState *s, int devaddr, |
| 105 | ADBDeviceRequest *devreq, |
| 106 | ADBDeviceReset *devreset, |
| 107 | void *opaque); |
| 108 | void adb_kbd_init(ADBBusState *bus); |
| 109 | void adb_mouse_init(ADBBusState *bus); |
| 110 | |
| 111 | extern ADBBusState adb_bus; |
| 112 | |
j_mayer | 3cbee15 | 2007-10-28 23:42:18 +0000 | [diff] [blame] | 113 | #endif /* !defined(__PPC_MAC_H__) */ |