blob: b576825e6c973e96bbaaf19852ebad7b140007b1 [file] [log] [blame]
Elliott Hughesabd62612013-11-08 11:45:48 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _ASM_X86_BOOTPARAM_H
20#define _ASM_X86_BOOTPARAM_H
21#define SETUP_NONE 0
22#define SETUP_E820_EXT 1
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define SETUP_DTB 2
25#define SETUP_PCI 3
Christopher Ferris38062f92014-07-09 15:33:25 -070026#define SETUP_EFI 4
Elliott Hughesabd62612013-11-08 11:45:48 -080027#define RAMDISK_IMAGE_START_MASK 0x07FF
Elliott Hughesabd62612013-11-08 11:45:48 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070029#define RAMDISK_PROMPT_FLAG 0x8000
Elliott Hughesabd62612013-11-08 11:45:48 -080030#define RAMDISK_LOAD_FLAG 0x4000
31#define LOADED_HIGH (1<<0)
32#define QUIET_FLAG (1<<5)
Elliott Hughesabd62612013-11-08 11:45:48 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070034#define KEEP_SEGMENTS (1<<6)
Elliott Hughesabd62612013-11-08 11:45:48 -080035#define CAN_USE_HEAP (1<<7)
36#define XLF_KERNEL_64 (1<<0)
37#define XLF_CAN_BE_LOADED_ABOVE_4G (1<<1)
Elliott Hughesabd62612013-11-08 11:45:48 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070039#define XLF_EFI_HANDOVER_32 (1<<2)
Elliott Hughesabd62612013-11-08 11:45:48 -080040#define XLF_EFI_HANDOVER_64 (1<<3)
Christopher Ferris38062f92014-07-09 15:33:25 -070041#define XLF_EFI_KEXEC (1<<4)
Elliott Hughesabd62612013-11-08 11:45:48 -080042#ifndef __ASSEMBLY__
Christopher Ferris38062f92014-07-09 15:33:25 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080044#include <linux/types.h>
45#include <linux/screen_info.h>
Elliott Hughesabd62612013-11-08 11:45:48 -080046#include <linux/apm_bios.h>
47#include <linux/edd.h>
Christopher Ferris38062f92014-07-09 15:33:25 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080049#include <asm/e820.h>
50#include <asm/ist.h>
Elliott Hughesabd62612013-11-08 11:45:48 -080051#include <video/edid.h>
52struct setup_data {
Christopher Ferris38062f92014-07-09 15:33:25 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080054 __u64 next;
55 __u32 type;
Elliott Hughesabd62612013-11-08 11:45:48 -080056 __u32 len;
57 __u8 data[0];
Christopher Ferris38062f92014-07-09 15:33:25 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080059};
60struct setup_header {
Elliott Hughesabd62612013-11-08 11:45:48 -080061 __u8 setup_sects;
62 __u16 root_flags;
Christopher Ferris38062f92014-07-09 15:33:25 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080064 __u32 syssize;
65 __u16 ram_size;
Elliott Hughesabd62612013-11-08 11:45:48 -080066 __u16 vid_mode;
67 __u16 root_dev;
Christopher Ferris38062f92014-07-09 15:33:25 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080069 __u16 boot_flag;
70 __u16 jump;
Elliott Hughesabd62612013-11-08 11:45:48 -080071 __u32 header;
72 __u16 version;
Christopher Ferris38062f92014-07-09 15:33:25 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080074 __u32 realmode_swtch;
75 __u16 start_sys;
Elliott Hughesabd62612013-11-08 11:45:48 -080076 __u16 kernel_version;
77 __u8 type_of_loader;
Christopher Ferris38062f92014-07-09 15:33:25 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080079 __u8 loadflags;
80 __u16 setup_move_size;
Elliott Hughesabd62612013-11-08 11:45:48 -080081 __u32 code32_start;
82 __u32 ramdisk_image;
Christopher Ferris38062f92014-07-09 15:33:25 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080084 __u32 ramdisk_size;
85 __u32 bootsect_kludge;
Elliott Hughesabd62612013-11-08 11:45:48 -080086 __u16 heap_end_ptr;
87 __u8 ext_loader_ver;
Christopher Ferris38062f92014-07-09 15:33:25 -070088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080089 __u8 ext_loader_type;
90 __u32 cmd_line_ptr;
Elliott Hughesabd62612013-11-08 11:45:48 -080091 __u32 initrd_addr_max;
92 __u32 kernel_alignment;
Christopher Ferris38062f92014-07-09 15:33:25 -070093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080094 __u8 relocatable_kernel;
95 __u8 min_alignment;
Elliott Hughesabd62612013-11-08 11:45:48 -080096 __u16 xloadflags;
97 __u32 cmdline_size;
Christopher Ferris38062f92014-07-09 15:33:25 -070098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080099 __u32 hardware_subarch;
100 __u64 hardware_subarch_data;
Elliott Hughesabd62612013-11-08 11:45:48 -0800101 __u32 payload_offset;
102 __u32 payload_length;
Christopher Ferris38062f92014-07-09 15:33:25 -0700103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800104 __u64 setup_data;
105 __u64 pref_address;
Elliott Hughesabd62612013-11-08 11:45:48 -0800106 __u32 init_size;
107 __u32 handover_offset;
Christopher Ferris38062f92014-07-09 15:33:25 -0700108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800109} __attribute__((packed));
110struct sys_desc_table {
Elliott Hughesabd62612013-11-08 11:45:48 -0800111 __u16 length;
112 __u8 table[14];
Christopher Ferris38062f92014-07-09 15:33:25 -0700113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800114};
115struct olpc_ofw_header {
Elliott Hughesabd62612013-11-08 11:45:48 -0800116 __u32 ofw_magic;
117 __u32 ofw_version;
Christopher Ferris38062f92014-07-09 15:33:25 -0700118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800119 __u32 cif_handler;
120 __u32 irq_desc_table;
Elliott Hughesabd62612013-11-08 11:45:48 -0800121} __attribute__((packed));
122struct efi_info {
Christopher Ferris38062f92014-07-09 15:33:25 -0700123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800124 __u32 efi_loader_signature;
125 __u32 efi_systab;
Elliott Hughesabd62612013-11-08 11:45:48 -0800126 __u32 efi_memdesc_size;
127 __u32 efi_memdesc_version;
Christopher Ferris38062f92014-07-09 15:33:25 -0700128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800129 __u32 efi_memmap;
130 __u32 efi_memmap_size;
Elliott Hughesabd62612013-11-08 11:45:48 -0800131 __u32 efi_systab_hi;
132 __u32 efi_memmap_hi;
Christopher Ferris38062f92014-07-09 15:33:25 -0700133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800134};
135struct boot_params {
Elliott Hughesabd62612013-11-08 11:45:48 -0800136 struct screen_info screen_info;
137 struct apm_bios_info apm_bios_info;
Christopher Ferris38062f92014-07-09 15:33:25 -0700138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800139 __u8 _pad2[4];
140 __u64 tboot_addr;
Elliott Hughesabd62612013-11-08 11:45:48 -0800141 struct ist_info ist_info;
142 __u8 _pad3[16];
Christopher Ferris38062f92014-07-09 15:33:25 -0700143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800144 __u8 hd0_info[16];
145 __u8 hd1_info[16];
Elliott Hughesabd62612013-11-08 11:45:48 -0800146 struct sys_desc_table sys_desc_table;
147 struct olpc_ofw_header olpc_ofw_header;
Christopher Ferris38062f92014-07-09 15:33:25 -0700148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800149 __u32 ext_ramdisk_image;
150 __u32 ext_ramdisk_size;
Elliott Hughesabd62612013-11-08 11:45:48 -0800151 __u32 ext_cmd_line_ptr;
152 __u8 _pad4[116];
Christopher Ferris38062f92014-07-09 15:33:25 -0700153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800154 struct edid_info edid_info;
155 struct efi_info efi_info;
Elliott Hughesabd62612013-11-08 11:45:48 -0800156 __u32 alt_mem_k;
157 __u32 scratch;
Christopher Ferris38062f92014-07-09 15:33:25 -0700158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800159 __u8 e820_entries;
160 __u8 eddbuf_entries;
Elliott Hughesabd62612013-11-08 11:45:48 -0800161 __u8 edd_mbr_sig_buf_entries;
162 __u8 kbd_status;
Christopher Ferris38062f92014-07-09 15:33:25 -0700163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800164 __u8 _pad5[3];
165 __u8 sentinel;
Elliott Hughesabd62612013-11-08 11:45:48 -0800166 __u8 _pad6[1];
167 struct setup_header hdr;
Christopher Ferris38062f92014-07-09 15:33:25 -0700168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800169 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
170 __u32 edd_mbr_sig_buffer[EDD_MBR_SIG_MAX];
Elliott Hughesabd62612013-11-08 11:45:48 -0800171 struct e820entry e820_map[E820MAX];
172 __u8 _pad8[48];
Christopher Ferris38062f92014-07-09 15:33:25 -0700173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800174 struct edd_info eddbuf[EDDMAXNR];
175 __u8 _pad9[276];
Elliott Hughesabd62612013-11-08 11:45:48 -0800176} __attribute__((packed));
177enum {
Christopher Ferris38062f92014-07-09 15:33:25 -0700178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800179 X86_SUBARCH_PC = 0,
180 X86_SUBARCH_LGUEST,
Elliott Hughesabd62612013-11-08 11:45:48 -0800181 X86_SUBARCH_XEN,
Christopher Ferris38062f92014-07-09 15:33:25 -0700182 X86_SUBARCH_INTEL_MID,
183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800184 X86_SUBARCH_CE4100,
185 X86_NR_SUBARCHS,
Elliott Hughesabd62612013-11-08 11:45:48 -0800186};
187#endif
Christopher Ferris38062f92014-07-09 15:33:25 -0700188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800189#endif