coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
4 
5 void get_mb_spd_addrmap(u8 spd_addrmap[4])
6 {
7  spd_addrmap[0] = 0x50;
8  spd_addrmap[2] = 0x52;
9 }
void get_mb_spd_addrmap(u8 spd_addrmap[4])
Definition: romstage.c:18
uint8_t u8
Definition: stdint.h:45