Skip to content

Commit

Permalink
Update ports.md to have risc-v (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ripsawridge committed Apr 19, 2021
1 parent 7b9e26d commit 67f97b6
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions src/docs/ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,31 @@ This document describes how ports should be handled.

## MIPS (not officially supported)

Contact/CC the MIPS team in the CL if needed. Use the mailing list <v8-mips-ports@googlegroups.com> for that purpose.
The Mips team will do the port. Contact/CC the MIPS team in the CL if needed by adding
`v8-mips-ports@googlegroups.com` to the reviewer or CC list. For questions you can email
the group ([mailto link](mailto://v8-mips-ports@googlegroups.com)).

## PPC (not officially supported)

Contact/CC the PPC team in the CL if needed. Use the mailing list <v8-ppc-ports@googlegroups.com> for that purpose.
The PPC team will do the port. Contact/CC the PPC team in the CL if needed by adding
`v8-ppc-ports@googlegroups.com` to the reviewer or CC list. For questions you can email
the group ([mailto link](mailto://v8-ppc-ports@googlegroups.com)).

## s390 (not officially supported)

Contact/CC the s390 team in the CL if needed. Use the mailing list <v8-s390-ports@googlegroups.com> for that purpose.
The s390 team will do the port. Contact/CC the s390 team in the CL if needed by adding
`v8-s390-ports@googlegroups.com` to the reviewer or CC list. For questions you can email
the group ([mailto link](mailto://v8-s390-ports@googlegroups.com)).

## ARM

### Straight-forward ARM ports
## RISC-V (not officially supported)

Do them yourself.
The Risc-V team will do the port. Contact/CC the Risc-V team in the CL if needed by adding
`v8-risc-v-ports@chromium.org` to the reviewer or CC list. For questions you can email
the group ([mailto link](mailto://v8-risc-v-ports@chromium.org)).

### When you are lost
## ARM

CC the ARM team in the CL. Use the mailing list v8-arm-ports.at.googlegroups.com for that purpose.
For straight-forward ARM ports, do them yourself. If there are difficulties or questions,
contact the ARM team in the CL by adding `v8-arm-ports@googlegroups.com` to the reviewer or
CC list. For questions you can email
the group ([mailto link](mailto://v8-arm-ports@googlegroups.com)).

0 comments on commit 67f97b6

Please sign in to comment.