forked from Imagelibrary/rtems
The new amd64efi BSP supports: - multiboot2 boot format. Runs well with GRUB. - console based on either EFI simple text output or GOP-based framebuffer - clock based on EFI event/timer API - early console using either hard-wired PC-AT serial or just memory buffer - with EFI support disabled the BSP is more or less equivalent to amd64 BSP with multiboot2 support
18 lines
407 B
YAML
18 lines
407 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2023 Karel Gardas
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by: true
|
|
includes:
|
|
- bsps/shared/freebsd/stand/efi/include
|
|
- bsps/shared/freebsd/stand/efi/include/amd64
|
|
install: []
|
|
links: []
|
|
source:
|
|
- bsps/shared/freebsd/stand/efi/libefi/libefi.c
|
|
- bsps/shared/freebsd/stand/efi/libefi/wchar.c
|
|
type: build
|