Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_PLATFORM_H |
| 2 | #define _ASM_X86_PLATFORM_H |
| 3 | |
Thomas Gleixner | 030cb6c | 2009-08-20 14:30:02 +0200 | [diff] [blame] | 4 | #include <asm/pgtable_types.h> |
Thomas Gleixner | 47a3d5d | 2009-08-29 15:03:59 +0200 | [diff] [blame] | 5 | #include <asm/bootparam.h> |
Thomas Gleixner | 030cb6c | 2009-08-20 14:30:02 +0200 | [diff] [blame] | 6 | |
Thomas Gleixner | 52fdb56 | 2009-08-20 12:45:33 +0200 | [diff] [blame] | 7 | struct mpc_bus; |
Thomas Gleixner | fd6c666 | 2009-08-20 10:41:58 +0200 | [diff] [blame] | 8 | struct mpc_cpu; |
Thomas Gleixner | 7230214 | 2009-08-20 12:18:32 +0200 | [diff] [blame] | 9 | struct mpc_table; |
Thomas Gleixner | fd6c666 | 2009-08-20 10:41:58 +0200 | [diff] [blame] | 10 | |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 11 | /** |
Thomas Gleixner | f484847 | 2009-08-20 12:05:01 +0200 | [diff] [blame] | 12 | * struct x86_init_mpparse - platform specific mpparse ops |
| 13 | * @mpc_record: platform specific mpc record accounting |
Thomas Gleixner | de93410 | 2009-08-20 09:27:29 +0200 | [diff] [blame] | 14 | * @setup_ioapic_ids: platform specific ioapic id override |
Thomas Gleixner | fd6c666 | 2009-08-20 10:41:58 +0200 | [diff] [blame] | 15 | * @mpc_apic_id: platform specific mpc apic id assignment |
Thomas Gleixner | 7230214 | 2009-08-20 12:18:32 +0200 | [diff] [blame] | 16 | * @smp_read_mpc_oem: platform specific oem mpc table setup |
Thomas Gleixner | 52fdb56 | 2009-08-20 12:45:33 +0200 | [diff] [blame] | 17 | * @mpc_oem_pci_bus: platform specific pci bus setup (default NULL) |
Thomas Gleixner | 90e1c69 | 2009-08-20 12:34:47 +0200 | [diff] [blame] | 18 | * @mpc_oem_bus_info: platform specific mpc bus info |
Thomas Gleixner | b3f1b61 | 2009-08-20 11:11:52 +0200 | [diff] [blame] | 19 | * @find_smp_config: find the smp configuration |
| 20 | * @get_smp_config: get the smp configuration |
Thomas Gleixner | f484847 | 2009-08-20 12:05:01 +0200 | [diff] [blame] | 21 | */ |
| 22 | struct x86_init_mpparse { |
| 23 | void (*mpc_record)(unsigned int mode); |
Thomas Gleixner | de93410 | 2009-08-20 09:27:29 +0200 | [diff] [blame] | 24 | void (*setup_ioapic_ids)(void); |
Thomas Gleixner | fd6c666 | 2009-08-20 10:41:58 +0200 | [diff] [blame] | 25 | int (*mpc_apic_id)(struct mpc_cpu *m); |
Thomas Gleixner | 7230214 | 2009-08-20 12:18:32 +0200 | [diff] [blame] | 26 | void (*smp_read_mpc_oem)(struct mpc_table *mpc); |
Thomas Gleixner | 52fdb56 | 2009-08-20 12:45:33 +0200 | [diff] [blame] | 27 | void (*mpc_oem_pci_bus)(struct mpc_bus *m); |
Thomas Gleixner | 90e1c69 | 2009-08-20 12:34:47 +0200 | [diff] [blame] | 28 | void (*mpc_oem_bus_info)(struct mpc_bus *m, char *name); |
Thomas Gleixner | b3f1b61 | 2009-08-20 11:11:52 +0200 | [diff] [blame] | 29 | void (*find_smp_config)(unsigned int reserve); |
| 30 | void (*get_smp_config)(unsigned int early); |
Thomas Gleixner | f484847 | 2009-08-20 12:05:01 +0200 | [diff] [blame] | 31 | }; |
| 32 | |
| 33 | /** |
Thomas Gleixner | f7cf5a5 | 2009-08-19 14:43:56 +0200 | [diff] [blame] | 34 | * struct x86_init_resources - platform specific resource related ops |
| 35 | * @probe_roms: probe BIOS roms |
Thomas Gleixner | 8fee697 | 2009-08-19 14:55:50 +0200 | [diff] [blame] | 36 | * @reserve_resources: reserve the standard resources for the |
| 37 | * platform |
Thomas Gleixner | 6b18ae3 | 2009-08-20 10:19:54 +0200 | [diff] [blame] | 38 | * @memory_setup: platform specific memory setup |
Thomas Gleixner | f7cf5a5 | 2009-08-19 14:43:56 +0200 | [diff] [blame] | 39 | * |
| 40 | */ |
| 41 | struct x86_init_resources { |
| 42 | void (*probe_roms)(void); |
Thomas Gleixner | 8fee697 | 2009-08-19 14:55:50 +0200 | [diff] [blame] | 43 | void (*reserve_resources)(void); |
Thomas Gleixner | 6b18ae3 | 2009-08-20 10:19:54 +0200 | [diff] [blame] | 44 | char *(*memory_setup)(void); |
Thomas Gleixner | f7cf5a5 | 2009-08-19 14:43:56 +0200 | [diff] [blame] | 45 | }; |
| 46 | |
| 47 | /** |
Thomas Gleixner | d9112f4 | 2009-08-20 09:41:38 +0200 | [diff] [blame] | 48 | * struct x86_init_irqs - platform specific interrupt setup |
| 49 | * @pre_vector_init: init code to run before interrupt vectors |
| 50 | * are set up. |
Thomas Gleixner | 66bcaf0 | 2009-08-20 09:59:09 +0200 | [diff] [blame] | 51 | * @intr_init: interrupt init code |
Thomas Gleixner | 428cf90 | 2009-08-20 10:35:46 +0200 | [diff] [blame] | 52 | * @trap_init: platform specific trap setup |
Thomas Gleixner | d9112f4 | 2009-08-20 09:41:38 +0200 | [diff] [blame] | 53 | */ |
| 54 | struct x86_init_irqs { |
| 55 | void (*pre_vector_init)(void); |
Thomas Gleixner | 66bcaf0 | 2009-08-20 09:59:09 +0200 | [diff] [blame] | 56 | void (*intr_init)(void); |
Thomas Gleixner | 428cf90 | 2009-08-20 10:35:46 +0200 | [diff] [blame] | 57 | void (*trap_init)(void); |
Thomas Gleixner | d9112f4 | 2009-08-20 09:41:38 +0200 | [diff] [blame] | 58 | }; |
| 59 | |
| 60 | /** |
Thomas Gleixner | 42bbdb4 | 2009-08-20 13:04:10 +0200 | [diff] [blame] | 61 | * struct x86_init_oem - oem platform specific customizing functions |
| 62 | * @arch_setup: platform specific architecure setup |
Thomas Gleixner | 6f30c1a | 2009-08-20 13:19:57 +0200 | [diff] [blame] | 63 | * @banner: print a platform specific banner |
Thomas Gleixner | 42bbdb4 | 2009-08-20 13:04:10 +0200 | [diff] [blame] | 64 | */ |
| 65 | struct x86_init_oem { |
| 66 | void (*arch_setup)(void); |
Thomas Gleixner | 6f30c1a | 2009-08-20 13:19:57 +0200 | [diff] [blame] | 67 | void (*banner)(void); |
Thomas Gleixner | 42bbdb4 | 2009-08-20 13:04:10 +0200 | [diff] [blame] | 68 | }; |
| 69 | |
| 70 | /** |
Thomas Gleixner | 030cb6c | 2009-08-20 14:30:02 +0200 | [diff] [blame] | 71 | * struct x86_init_paging - platform specific paging functions |
| 72 | * @pagetable_setup_start: platform specific pre paging_init() call |
| 73 | * @pagetable_setup_done: platform specific post paging_init() call |
| 74 | */ |
| 75 | struct x86_init_paging { |
| 76 | void (*pagetable_setup_start)(pgd_t *base); |
| 77 | void (*pagetable_setup_done)(pgd_t *base); |
| 78 | }; |
| 79 | |
| 80 | /** |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 81 | * struct x86_init_timers - platform specific timer setup |
| 82 | * @setup_perpcu_clockev: set up the per cpu clock event device for the |
| 83 | * boot cpu |
Thomas Gleixner | 845b394 | 2009-08-19 15:37:03 +0200 | [diff] [blame] | 84 | * @tsc_pre_init: platform function called before TSC init |
| 85 | * @timer_init: initialize the platform timer (default PIT/HPET) |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 86 | */ |
| 87 | struct x86_init_timers { |
| 88 | void (*setup_percpu_clockev)(void); |
Thomas Gleixner | 845b394 | 2009-08-19 15:37:03 +0200 | [diff] [blame] | 89 | void (*tsc_pre_init)(void); |
| 90 | void (*timer_init)(void); |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 91 | }; |
| 92 | |
| 93 | /** |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 94 | * struct x86_init_ops - functions for platform specific setup |
| 95 | * |
| 96 | */ |
| 97 | struct x86_init_ops { |
Thomas Gleixner | f484847 | 2009-08-20 12:05:01 +0200 | [diff] [blame] | 98 | struct x86_init_resources resources; |
| 99 | struct x86_init_mpparse mpparse; |
Thomas Gleixner | d9112f4 | 2009-08-20 09:41:38 +0200 | [diff] [blame] | 100 | struct x86_init_irqs irqs; |
Thomas Gleixner | 42bbdb4 | 2009-08-20 13:04:10 +0200 | [diff] [blame] | 101 | struct x86_init_oem oem; |
Thomas Gleixner | 030cb6c | 2009-08-20 14:30:02 +0200 | [diff] [blame] | 102 | struct x86_init_paging paging; |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 103 | struct x86_init_timers timers; |
| 104 | }; |
| 105 | |
| 106 | /** |
| 107 | * struct x86_cpuinit_ops - platform specific cpu hotplug setups |
| 108 | * @setup_percpu_clockev: set up the per cpu clock event device |
| 109 | */ |
| 110 | struct x86_cpuinit_ops { |
| 111 | void (*setup_percpu_clockev)(void); |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 112 | }; |
| 113 | |
Thomas Gleixner | 2d82640 | 2009-08-20 17:06:25 +0200 | [diff] [blame] | 114 | /** |
| 115 | * struct x86_platform_ops - platform specific runtime functions |
| 116 | * @calibrate_tsc: calibrate TSC |
Feng Tang | 7bd867d | 2009-09-10 10:48:56 +0800 | [diff] [blame] | 117 | * @get_wallclock: get time from HW clock like RTC etc. |
| 118 | * @set_wallclock: set time back to HW clock |
H. Peter Anvin | eb41c8b | 2009-11-23 14:46:07 -0800 | [diff] [blame^] | 119 | * @is_untracked_pat_range exclude from PAT logic |
Thomas Gleixner | 2d82640 | 2009-08-20 17:06:25 +0200 | [diff] [blame] | 120 | */ |
| 121 | struct x86_platform_ops { |
| 122 | unsigned long (*calibrate_tsc)(void); |
Feng Tang | 7bd867d | 2009-09-10 10:48:56 +0800 | [diff] [blame] | 123 | unsigned long (*get_wallclock)(void); |
| 124 | int (*set_wallclock)(unsigned long nowtime); |
H. Peter Anvin | eb41c8b | 2009-11-23 14:46:07 -0800 | [diff] [blame^] | 125 | bool (*is_untracked_pat_range)(u64 start, u64 end); |
Thomas Gleixner | 2d82640 | 2009-08-20 17:06:25 +0200 | [diff] [blame] | 126 | }; |
| 127 | |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 128 | extern struct x86_init_ops x86_init; |
Thomas Gleixner | 736deca | 2009-08-19 12:35:53 +0200 | [diff] [blame] | 129 | extern struct x86_cpuinit_ops x86_cpuinit; |
Thomas Gleixner | 2d82640 | 2009-08-20 17:06:25 +0200 | [diff] [blame] | 130 | extern struct x86_platform_ops x86_platform; |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 131 | |
| 132 | extern void x86_init_noop(void); |
Thomas Gleixner | f484847 | 2009-08-20 12:05:01 +0200 | [diff] [blame] | 133 | extern void x86_init_uint_noop(unsigned int unused); |
Thomas Gleixner | 57844a8 | 2009-08-19 14:48:38 +0200 | [diff] [blame] | 134 | |
| 135 | #endif |