Skip to content

Commit

Permalink
Changes for style for PR approval
Browse files Browse the repository at this point in the history
  • Loading branch information
TorusHyperV committed Oct 2, 2023
1 parent 5f9e0ba commit d735a90
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Thumbs.db

# mkdocs build dir
.cache/
site/

# Python venv
Expand Down
2 changes: 1 addition & 1 deletion docs/NAVIGATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- [Home](index.md)
- Hardware
- [SKU List](retail_xone_skus.md)
- [SKU List](retail-xone-skus.md)
- [Codenames](codenames.md)
- [Console revisions](console-revisions.md)
- [CPU](cpu.md)
Expand Down
1 change: 0 additions & 1 deletion docs/hardware/X887998-010/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docs/hardware/X902472-006/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions docs/hardware/readme.md

This file was deleted.

42 changes: 26 additions & 16 deletions docs/retail_xone_skus.md → docs/retail-xone-skus.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,35 @@ This page aims to become an exhaustive list of every different motherboard model
At the moment, the following identificators are collected, and where to find them:

For Xbox One Phat:

- PCB Label Number: This is the number, starting with X, that appears on the motherboard's label, in the front layer.

- PCB Soldermask Number: This is the number, starting with X, that appears on the bottom right corner, in the front layer.

- Hardware description / differences: relevant changes in components, etc.

- Owned by / Contributed by: who discovered the board revision.

- Pictures.

For Xbox One S/X:

- Same as above. Update this page with where to find the identificators on the boards.

## Contributing models and pictures

Upload your PCB pictures to the directory */docs/hardware/*.

Use the following guidelines:

* Create a subdirectory with the name of the soldermask SKU (The one on the front side of the motherboard, in the bottom right corner, starting with X. NOT THE ONE ON THE LABEL)

* Upload at least two pictures: front and back

* Make sure they are high resolution, such that the SKUs are visible when zooming in.

* Update the SKUs page accordingly.

## Xbox One Phat

### Durango Revisions
Expand All @@ -25,12 +45,8 @@ For Xbox One S/X:
* **Owned by / Contributed by**: public domain
* **Pictures**:

<details>

Not available yet

</details>


### Silverton Revisions

Expand All @@ -40,37 +56,31 @@ Not available yet
* **Hardware description / differences**: Reduced eMMC/Southbridge voltage regulator with unknown voltage divider.
* **Owned by / Contributed by**: Anonymous
* **Pictures**:
<details>


Not available yet

</details>

---
* **PCB Label Number**: X900499 - 001 Rev. C
* **PCB Soldermask Number**: X887998-010
* **Hardware description / differences**: Reduced eMMC/Southbridge voltage regulator with unknown voltage divider. Does not contain data lines on the bottom layer of the PCB, under the HDMI ports.
* **Owned by / Contributed by**: TorusHyperV
* **Pictures**:
<details>

![Front](hardware/X887998-010/front.jpeg)
![Back](hardware/X887998-010/back.jpeg)
![X887998-010 Front](hardware/X887998-010/front.jpeg)
![X887998-010 Back](hardware/X887998-010/back.jpeg)

</details>

---
* **PCB Label Number**: X940636 - 001 Rev. A
* **PCB Soldermask Number**: X902472-006
* **Hardware description / differences**: Reduced eMMC/Southbridge voltage regulator with known voltage divider. Dark green soldermask, instead of light green.
* **Owned by / Contributed by**: TorusHyperV
* **Pictures**:
<details>

![Front](hardware/X902472-006/front.jpeg)
![Back](hardware/X902472-006/back.jpeg)

</details>
![X902472-006 Front](hardware/X902472-006/front.jpeg)
![X902472-006 Back](hardware/X902472-006/back.jpeg)


## Xbox One S
_Your help is needed to complete this page! Fork this repo and make a Pull Request to contribute_
Expand Down

0 comments on commit d735a90

Please sign in to comment.