Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tasks MinPlatform Port to Raspberry Pi

Nate DeSimone edited this pageFeb 25, 2022 ·2 revisions

Build a MinPlatform board port for the Raspberry Pi.

  • Project Size: Large
  • Difficulty: Medium
  • Language: C
  • Mentor:
  • Suggested by:@nate-desimone

Background

UEFI system firmware is often referred to as the "BIOS" though the correctness of calling UEFI firmware a "BIOS" has been a subject of debate.MinPlatform is a software framework that makes it easier to build UEFI system firmware based on EDK II. MinPlatform aims to bring more modularity and more consistency to EDK II system firmware development.

While the core EDK II packages likeMdeModulePkg provide a great foundation for the creation of UEFI system firmware, they leave a large amount of implementation work as a motherboard specific exercise. For example,OvmfPkg is UEFI system firmware for Qemu that was built using a traditional EDK II design. OvmfPkg contains a large amount of code, and it has been observed that much of that code could be written in a more generic way that would be applicable to UEFI system firmware for platforms other than Qemu. The goal ofMinPlatformPkg is increase the amount of generic code available for motherboard firmware developers to reuse.

Details

This project is to add support for the Raspberry Pi to MinPlatform. The Raspberry Pi is already well supported by EDK II and is an active project within the community, however thecurrent implementation is a traditional EDK II platform firmware design. Building a Raspberry Pi board port that follows theMinPlatform Architecture would serve as an example of MinPlatform on the ARM architecture.

Development Environment

Building: As the existing Raspberry Pi UEFI firmware is built using a GCC AARCH64 cross compiler, it is recommended to use that toolchain.

Links for More Information

Further Discussion

Interested parties are welcome to discuss this project onedk2-devel.

See Also

Tasks

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp