Redo workflow for legacy rpb landing page

Signed-off-by: Robert Wolff <robert.wolff@linaro.org>
This commit is contained in:
Robert Wolff 2016-11-29 16:49:35 -08:00
parent bd2c015555
commit f9681d36c3
93 changed files with 177 additions and 28 deletions

View file

@ -6,47 +6,28 @@
The Reference Software Platform Lead Project is part of the Linaro 96Boards initiative. The project's goal is to deliver Linaro output for ARM SoCs using 96Boards products. Use cases range from the Embedded to the Enterprise segments. Releases may contain bootloader, kernel, distribution and/or user level middleware/applications. Loadable software for 96Boards products, reference source code, hardware dependencies including porting tips for other SoCs, configurations chosen for the reference builds, and ample documentation will also be included with every release.
For more information about the Reference Software Platform project please watch this video from Linaro Connect (SFO15)
<p align="center">
<b></b>
<a href="#">[Release Highlights](Extras/Highlights.md)</a> |
<a href="#">[Known Issues](Extras/Known-Issues.md)</a> <br>
<a>Release Status ([CE](Extras/ReleaseStatus/RPB-CE-Release.md) / [EE](Extras/ReleaseStatus/RPB-EE-Release.md))</a>
<br>
Release Status ([CE](Extras/ReleaseStatus/RPB-CE-Release.md) / [EE](Extras/ReleaseStatus/RPB-EE-Release.md))</a>
***
## Choose your Hardware
## Choose your Release
#### Consumer Edition
- [HiKey](ConsumerEdition/HiKey/README.md)
- [DragonBoard™ 410c](ConsumerEdition/DragonBoard-410c/README.md)
#### Enterprise Edition
- [LeMaker Cello](EnterpriseEdition/Cello/README.md)
- [D02](EnterpriseEdition/D02/README.md)
- [D03](EnterpriseEdition/D03/README.md)
- [AMD Overdrive](EnterpriseEdition/Overdrive/README.md)
- [X-Gene Mustang](EnterpriseEdition/X-Gene-Mustang/README.md)
- [HP ProLiant m400](EnterpriseEdition/HP-ProLiant-m400/README.md)
- [Cavium Thunder X](EnterpriseEdition/ThunderX/README.md)
- [Qualcomm QDF2432 Server Development Platform](EnterpriseEdition/Q2432LZB/README.md)
- [15.10(Alpha)](Releases/RPB_15.10/README.md)
- [15.12](Releases/RPB_15.12/README.md)
- [16.03](Releases/RPB_16.03/README.md)
- [16.06(Latest)](Releases/RPB_16.06/README.md)
***
#### Resources
- [Previous RPB Releases](Extras/PreviousReleases/README.md)
- [RPB CI](Extras/RPB-CI.md)
- [Report a bug](Extras/Report-a-bug.md)
- [Feedback and Support](Extras/Feedback-and-Support.md)
- [Kernel Policy](Extras/KernelPolicy.md)
- [Kernel Roadmap](Extras/Kernel-Roadmap.md)
- [Contribute to RPB](Contribute/README.md)
- [Document Contribution Policy](../ContributionPolicy.md)
***
<p align="left">
<b></b>
<a href="#">[Contribute to RPB](Contribute/README.md)</a> |
<a href="#">[Document Contribution Policy](../ContributionPolicy.md)</a>
<br>
***

BIN
Reference-Platform/Releases/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,96 @@
### Highlights for 16.06 release:
***
###### Consumer and Enterprise Edition:
#### Kernel
- Unified tree shared between the CE and EE builds.
- 4.4.11-based, including some under-review topic branches to extend the features and platform hardware support.
- Device-Tree support for CE; ARM ACPI and PCIe support for Enterprise.
- Added OP-TEE support
- Enabled on HiKey and Juno-r1
- Supports Reference HW platforms HiKey and Cello
- Other Test Platforms include: Dragonboard 410c, Hisilicon D02 and D03, APM X-Gene, HP Proliant m400, AMD Overdrive, Qualcomm QDF2432 Server Development Platform, and Cavium ThunderX.
- Single kernel config for all platforms in arch/arm64/configs/distro.config
- Single kernel binary (package) for all platforms
#### Bootloader
- UEFI OpenPlatformPkg (upstream) now contains reference implementations for Huawei D02/D03, AMD Overdrive and LeMaker Cello
- U-boot support in DB410c images to allow easier handling of images
***
###### Consumer Edition:
#### Reference hardware platform:
- LeMaker Hikey
#### Other supported test platforms:
- Dragonboard 410c
#### Overall CE Debian platform features, validated as part of the release:
- UEFI with DT
- Upgrade to Debian 8.5 "Jessie"
- Upgrade to the unified 4.4.11 Linux Kernel
- Upgrade graphics components: Mesa 11.1.2 and XServer 1.17.3a
- Rootfs automatically resized during the first boot
#### CE Debian RPB for HiKey:
- OP-TEE integrated by default
- UEFI updated to use the latest development trees based on Tianocore
- OpenPlatformPkg
#### CE Debian build for DragonBoard™ 410c:
- U-boot chain-loaded from LK
#### CE OE/Yocto RPB:
- First OpenEmbedded-based RPB, including several changes and components merged from the LHG OE layers
- Dragonboard 410c and HiKey support
- HiKey features:
- OP-TEE initial support
- Mali support for HiKey
- Dragonboard 410c features:
- GPU, WLAN, BT, audio, LS I/O, camera and GPS
***
###### Enterprise Edition
#### Reference hardware platform:
- LeMaker Cello
#### Other supported test platforms:
- AMD Overdrive A0 and B0
- Hisilicon D02
- Hisilicon D03 (new)
- APM X-Gene Mustang
- HP ProLiant m400
- Qualcomm QDF2432 Server Development Platform (new)
- Cavium ThunderX (new)
#### Overall platform features, validated as part of the release:
- UEFI with ACPI
- KVM
- PCIe
#### Firmware:
- UEFI OpenPlatformPkg (upstream) now contains reference implementation for Huawei D02/D03, AMD Overdrive and LeMaker Cello
#### Network Installers:
- Debian:
- Upgrade to Debian 8.5 "Jessie"
- Use the unified 4.4.11 kernel
- CentOS
- Based on CentOS 7.2 16.03
- Use the unified 4.4.11 kernel
#### Enterprise Components:
- Docker 1.9.1
- OpenStack Liberty for Debian Jessie and CentOS
- ODPi 1.0.0 based Hadoop
- Spark 1.3.1
- OpenJDK 8
- QEMU 2.6

View file

@ -0,0 +1,47 @@
# Reference Platform Build - 16.06 Release - Known Issues
## Fixed Issues
These lists group all **fixed RPB issues** into their repective categories. Underlying Consumer and Enterprise Edition boards, and their bug fixes are grouped under a single page for convenience and quick reference.
| Fixed Issues | |
|:---|:----|
| Enterprise | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&component=Enterprise&list_id=10084&product=Reference%20Platforms&query_format=advanced&version=16.06" target="_blank">(Full List)</a> |
| Conssumer | <a href="https://bugs.96boards.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Consumer%20Edition%20Boards&list_id=1613&product=HiKey&query_format=advanced&target_milestone=Reference%20Software%20Platform%20-%2016.06" target="_blank">HiKey</a> / <a href="https://bugs.96boards.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Consumer%20Edition%20Boards&component=Android&component=Bootloader%20%2F%20Firmware&component=Documentation&component=Kernel&component=OpenEmbedded%20%2F%20Yocto&component=Tools%20%2F%20Installer&component=Ubuntu%20%2F%20Debian&list_id=1623&product=Dragonboard%20410c&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=WORKSFORME&resolution=NON%20REPRODUCIBLE&version=RPB%2016.06" target="_blank">DragonBoard 410c</a> |
[Report a bug](Report-a-bug.md)
## Current Issues
These lists group all **current and unfixed bugs** into their respective categories. Basic bug summaries and descriptions are available on Bugzilla, links to each full lists of bugs are available for convenience and quick reference.
| Enterprise | Known Issues |
|:-----------|:---|
| Cello/Overdrive | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10083&product=Reference%20Platforms&query_format=advanced&rep_platform=Cello&rep_platform=Overdrive&resolution=---&target_milestone=16.06" target="_blank">(Full List)</a> |
| APM/HP-m400 | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10077&product=Reference%20Platforms&query_format=advanced&rep_platform=APM%20Mustang&rep_platform=HP-m400&target_milestone=16.06" target="_blank">(Full List)</a> |
| D02 | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10078&product=Reference%20Platforms&query_format=advanced&rep_platform=D02&target_milestone=16.06" target="_blank">(Full List)</a> |
| D03 | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10079&product=Reference%20Platforms&query_format=advanced&rep_platform=D03&target_milestone=16.06" target="_blank">(Full List)</a> |
| Qualcomm QDF2432 Server Development Platform | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10080&product=Reference%20Platforms&query_format=advanced&rep_platform=Q2432LZB&target_milestone=16.06" target="_blank">(Full List)</a> |
| ThunderX | <a href="https://bugs.linaro.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&component=Enterprise&list_id=10081&product=Reference%20Platforms&query_format=advanced&rep_platform=ThunderX&target_milestone=16.06" target="_blank">(Full List)</a> |
[Report a bug](Report-a-bug.md)
***
| Consumer | Known Issues |
|:-----------|:---|
| HiKey | <a href="https://bugs.96boards.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&classification=Consumer%20Edition%20Boards&known_name=HiKey%20RPB%2016.06&list_id=2378&product=HiKey&query_based_on=HiKey%20RPB%2016.06&query_format=advanced&target_milestone=Reference%20Software%20Platform%20-%2016.06">(Full List)</a> |
| DragonBoard 410c | <a href="https://bugs.96boards.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=IN_PROGRESS&classification=Consumer%20Edition%20Boards&component=Bootloader%20%2F%20Firmware&component=Documentation&component=Kernel&component=OpenEmbedded%20%2F%20Yocto&component=Tools%20%2F%20Installer&component=Ubuntu%20%2F%20Debian&known_name=HiKey%20RPB%2016.06&list_id=2465&product=Dragonboard%20410c&query_based_on=HiKey%20RPB%2016.06&query_format=advanced&target_milestone=Reference%20Software%20Platform%20-%2016.06" target="_blank">(Full List)</a> |
[Report a bug](Report-a-bug.md)
***
| Bug Legend | |
|:-----:|:-------|
| CONFIRMED | If a bug can be reproduced, a member from the 96Boards, Linaro or QA team will change its status from **UNCONFIRMED** to **CONFIRMED** |
| IN_PROGRESS | This bug is currently being worked on by either the 96Boards, Linaro, or QA team |
| RESOLVED | Development is finished with a bug. Please [click here](https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/RESOLVED) for information on sub-states |
| VERIFIED | A team has VERIFIED a working solution for a bug |
***

View file

@ -0,0 +1,25 @@
# Reference Software Platform - 16.06
- [Release Highlights](Highlights.md)
- [Known Issues](Known-Issues.md)
***
## Choose your Hardware
#### Consumer Edition
- [HiKey](ConsumerEdition/HiKey/README.md)
- [DragonBoard™ 410c](ConsumerEdition/DragonBoard-410c/README.md)
#### Enterprise Edition
- [LeMaker Cello](EnterpriseEdition/Cello/README.md)
- [D02](EnterpriseEdition/D02/README.md)
- [D03](EnterpriseEdition/D03/README.md)
- [AMD Overdrive](EnterpriseEdition/Overdrive/README.md)
- [X-Gene Mustang](EnterpriseEdition/X-Gene-Mustang/README.md)
- [HP ProLiant m400](EnterpriseEdition/HP-ProLiant-m400/README.md)
- [Cavium Thunder X](EnterpriseEdition/ThunderX/README.md)
- [Qualcomm QDF2432 Server Development Platform](EnterpriseEdition/Q2432LZB/README.md)
***