coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
graphics.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _FSP2_0_GRAPHICS_H_
4 #define _FSP2_0_GRAPHICS_H_
5 
6 #include <types.h>
7 
8 /*
9  * Report the fsp_graphics_info_guid HOB to framebuffer info.
10  *
11  * Must be called after PCI enumeration to make sure that the BAR
12  * doesn't change any more.
13  */
14 void fsp_report_framebuffer_info(const uintptr_t framebuffer_bar,
15  enum lb_fb_orientation orientation);
16 
17 #endif /* _FSP2_0_GRAPHICS_H_ */
lb_fb_orientation
coreboot framebuffer
void fsp_report_framebuffer_info(const uintptr_t framebuffer_bar, enum lb_fb_orientation orientation)
Definition: graphics.c:52
unsigned long uintptr_t
Definition: stdint.h:21