Difference between revisions of "Project Ortega"

From RCS Wiki
Jump to navigation Jump to search
 
Line 14: Line 14:
  
 
= Status of reversing efforts =
 
= Status of reversing efforts =
Reversing is complete. Fully open source firmware has been written and now ships on all new Raptor Talos II and Blackbird systems.
+
Reversing is complete. Fully open source firmware has been written and now ships on all Raptor Talos II and Blackbird systems shipped after 10th May 2021. [[BCM5719|Older systems can be upgraded using the instructions here.]]
 
   
 
   
 
= Status of reimplementation efforts =
 
= Status of reimplementation efforts =
 
[https://github.com/meklort/bcm5719-fw The open source firmware is complete and can be found here.]
 
[https://github.com/meklort/bcm5719-fw The open source firmware is complete and can be found here.]

Latest revision as of 03:31, 7 November 2022

Project Ortega is a project to reverse engineer the proprietary firmware of the BCM5719 Gigabit NIC in order to produce documentation sufficient to create a cleanroomed, open source firmware to replace it.

Work structure

RTG: The author maintains a private repository, referred to as RTG (Reversed Tigon). This repository contains C code “raised” from disassembly of the proprietary firmware. This reference codebase enables experimentation and understanding of the functional requirements of any replacement firmware. The objective of the reference codebase is to produce code that, when compiled, is a fully functioning replacement for the original firmware images, thereby proving that the reversed C code is a correct model of the functionality of the original firmware.

Because this C code is derived from proprietary code, it is a derived work of that proprietary code and cannot and will not be published. A cleanroom reverse engineering process undertaken by a separate party will be necessary to produce uncontaminated, open source firmware. To enable this, a natural-language specification for the functional requirements of any firmware for the NIC (to the extent currently understood) is developed from this C code and maintained in RTG. This specification is currently highly incomplete; it is expected to evolve to completeness gradually in response to requests for more information from cleanroom reimplementers.

Ortega: The purpose of the RTG subproject is to enable the development and publication of Ortega. Ortega is a non-contaminated, publishable, open source subset of the RTG dataset. It is derived from RTG whenever RTG is updated by automatically scrubbing all proprietary code from RTG, while leaving in place open source code which was developed as part of the RTG project, such as build and debugging tools, which lack any relation to Broadcom code, as well as the natural-language specification. It is freely available at github.com/hlandau/ortega.

Some build and debug tooling which is part of Ortega is reliant on a small amount of utility code which was derived from Broadcom code, and which is therefore scrubbed in the Ortega repository. Cleanroomers must reimplement these utility functions as described in the specification before they can use these tools.

Communications structure

Communications between reversers (me) and reimplementers should be kept accountable. The intention is for requests for clarification by reimplementers to be made in public channels (e.g. GitHub, IRC), and answered publically (generally by amendments to the repository or IRC).

Status of reversing efforts

Reversing is complete. Fully open source firmware has been written and now ships on all Raptor Talos II and Blackbird systems shipped after 10th May 2021. Older systems can be upgraded using the instructions here.

Status of reimplementation efforts

The open source firmware is complete and can be found here.