#include <stdint.h>


Go to the source code of this file.
| #define CHECKSUM_NONE 0 |
Definition at line 234 of file coreboot_tables.h.
| #define CHECKSUM_PCBIOS 1 |
Definition at line 235 of file coreboot_tables.h.
Referenced by lb_cmos_checksum(), main(), and option_checksum_print_fn().
| #define CMOS_IMAGE_BUFFER_SIZE 128 |
Definition at line 219 of file coreboot_tables.h.
Referenced by main(), print_defaults_record(), and test_for_entry_overlaps().
| #define CMOS_MAX_NAME_LENGTH 32 |
Definition at line 189 of file coreboot_tables.h.
Referenced by create_entry(), and process_cmos_table().
| #define CMOS_MAX_TEXT_LENGTH 32 |
Definition at line 205 of file coreboot_tables.h.
Referenced by create_enum(), prepare_cmos_write(), and process_cmos_table().
| #define LB_MEM_RAM 1 |
Definition at line 98 of file coreboot_tables.h.
Referenced by build_lb_mem_range(), get_bounce_buffer(), memory_print_fn(), and valid_area().
| #define LB_MEM_RESERVED 2 |
Definition at line 99 of file coreboot_tables.h.
Referenced by add_mainboard_resources(), and memory_print_fn().
| #define LB_MEM_TABLE 16 |
Definition at line 100 of file coreboot_tables.h.
Referenced by memory_print_fn(), valid_area(), and write_coreboot_table().
| #define LB_TAG_ASSEMBLER 0x000d |
Definition at line 134 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_BUILD 0x0006 |
Definition at line 127 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_CMOS_OPTION_TABLE 200 |
Definition at line 166 of file coreboot_tables.h.
Referenced by get_layout_from_cmos_table(), lbrec_tag_to_str(), and main().
| #define LB_TAG_COMPILE_BY 0x0008 |
Definition at line 129 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_COMPILE_DOMAIN 0x000a |
Definition at line 131 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_COMPILE_HOST 0x0009 |
Definition at line 130 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_COMPILE_TIME 0x0007 |
Definition at line 128 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_COMPILER 0x000b |
Definition at line 132 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_CONSOLE 0x0010 |
| #define LB_TAG_CONSOLE_BTEXT 2 |
| #define LB_TAG_CONSOLE_EHCI 5 |
| #define LB_TAG_CONSOLE_LOGBUF 3 |
| #define LB_TAG_CONSOLE_SERIAL8250 0 |
| #define LB_TAG_CONSOLE_SROM 4 |
| #define LB_TAG_CONSOLE_VGA 1 |
| #define LB_TAG_EXTRA_VERSION 0x0005 |
Definition at line 126 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_HWRPB 0x0002 |
| #define LB_TAG_LINKER 0x000c |
Definition at line 133 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
| #define LB_TAG_MAINBOARD 0x0003 |
Definition at line 116 of file coreboot_tables.h.
Referenced by lb_mainboard(), lbrec_tag_to_str(), and search_lb_records().
| #define LB_TAG_MEMORY 0x0001 |
| #define LB_TAG_OPTION 201 |
Definition at line 181 of file coreboot_tables.h.
Referenced by cmos_opt_table_print_fn(), first_cmos_table_entry(), main(), and next_cmos_table_entry().
| #define LB_TAG_OPTION_CHECKSUM 204 |
Definition at line 223 of file coreboot_tables.h.
Referenced by get_cmos_checksum_info(), lb_cmos_checksum(), lbrec_tag_to_str(), and main().
| #define LB_TAG_OPTION_DEFAULTS 203 |
| #define LB_TAG_OPTION_ENUM 202 |
Definition at line 199 of file coreboot_tables.h.
Referenced by cmos_opt_table_print_fn(), first_cmos_table_enum(), main(), and next_cmos_table_enum().
| #define LB_TAG_SERIAL 0x000f |
| #define LB_TAG_UNUSED 0x0000 |
Definition at line 90 of file coreboot_tables.h.
Referenced by lb_new_record(), and lbrec_tag_to_str().
| #define LB_TAG_VERSION 0x0004 |
Definition at line 125 of file coreboot_tables.h.
Referenced by lb_strings(), and lbrec_tag_to_str().
Definition at line 59 of file coreboot_tables.h.
References lb_uint64::hi, lb_uint64::lo, and value.
Referenced by lb_cleanup_memory_ranges(), lb_memory_range(), lb_remove_memory_range(), and lb_reserve_table_memory().

Definition at line 51 of file coreboot_tables.h.
References lb_uint64::hi, and lb_uint64::lo.
Referenced by get_bounce_buffer(), lb_cleanup_memory_ranges(), lb_remove_memory_range(), lb_reserve_table_memory(), memory_print_fn(), print_memory(), and valid_area().

1.5.5