coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ecfw_ptr.c File Reference
#include <endian.h>
#include "ecfw_ptr.h"
Include dependency graph for ecfw_ptr.c:

Go to the source code of this file.

Variables

const struct ecfw_ptr ecfw_ptr
 

Variable Documentation

◆ ecfw_ptr

const struct ecfw_ptr ecfw_ptr
Initial value:
= {
.fw1.off = cpu_to_be16((uint16_t)(CONFIG_KBC1126_FW1_OFFSET >> 8)),
.fw1.inv = cpu_to_be16((uint16_t)~(CONFIG_KBC1126_FW1_OFFSET >> 8)),
.fw2.off = cpu_to_be16((uint16_t)(CONFIG_KBC1126_FW2_OFFSET >> 8)),
.fw2.inv = cpu_to_be16((uint16_t)~(CONFIG_KBC1126_FW2_OFFSET >> 8)),
}
unsigned short uint16_t
Definition: stdint.h:11

Definition at line 1 of file ecfw_ptr.c.