MCPcopy Create free account
hub / github.com/coreboot/coreboot / boot_device_init

Function boot_device_init

src/lib/boot_device.c:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <boot_device.h>
4
5void __weak boot_device_init(void)
6{
7 /* Provide weak do-nothing init. */
8}
9
10int __weak boot_device_wp_region(const struct region_device *rd,
11 const enum bootdev_prot_type type)

Callers 4

boot_device_ro_subregionFunction · 0.70
boot_device_rw_subregionFunction · 0.70
setup_preram_cacheFunction · 0.70
find_fmap_directoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected