SmartFirmware: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
In 2006 [http://codegen.com/] released their Open Firmware implementation under a BSL like license. Their code, entirely written in ANSI C, contains the following components: | In 2006 [http://codegen.com/ CodeGen, Inc] released their Open Firmware implementation under a BSL like license. Their code, entirely written in ANSI C, contains the following components: | ||
* [http://www.codegen.com/SmartFirmware/index.html SmartFirmware™]: an ANSI C implementation of the IEEE-1275 Open Firmware boot firmware standard. Dramatically reduce and ease your firmware development and system bring-up times and costs. | * [http://www.codegen.com/SmartFirmware/index.html SmartFirmware™]: an ANSI C implementation of the IEEE-1275 Open Firmware boot firmware standard. Dramatically reduce and ease your firmware development and system bring-up times and costs. | ||
* An [http://www.codegen.com/SmartFirmware/ccfcode.html ANSI C compiler] that generates Open Firmware compatible Forth/Fcode makes it easy to develop drivers for PCI cards and PMC modules. | * An [http://www.codegen.com/SmartFirmware/ccfcode.html ANSI C compiler] that generates Open Firmware compatible Forth/Fcode makes it easy to develop drivers for PCI cards and PMC modules. | ||
== Download == | |||
You can [https://github.com/openbios/smartfirmware browse the code online]. | |||
The repository is available through git: | |||
You can check it out as follows: | |||
$ git checkout https://github.com/openbios/smartfirmware.git | |||
__NOEDITSECTION__ |
Latest revision as of 15:56, 9 December 2018
Introduction
In 2006 CodeGen, Inc released their Open Firmware implementation under a BSL like license. Their code, entirely written in ANSI C, contains the following components:
- SmartFirmware™: an ANSI C implementation of the IEEE-1275 Open Firmware boot firmware standard. Dramatically reduce and ease your firmware development and system bring-up times and costs.
- An ANSI C compiler that generates Open Firmware compatible Forth/Fcode makes it easy to develop drivers for PCI cards and PMC modules.
Download
You can browse the code online.
The repository is available through git:
You can check it out as follows:
$ git checkout https://github.com/openbios/smartfirmware.git