Skip to content

Commit a6772e1

Browse files
chadmedConan-Kudo
authored andcommitted
Reorganise entire docs repo
Since we've migrated away from GitHub's Wiki system, we can actually have our docs organised in a sane structure. Our docs fall into a few pretty contained categories: - alt: documentation for distribution maintainers Note that this is *not* for distro-specific documentation. We ask that distro maintainers use their distro's own documentation infrastructure for that kind of information. This is - fw: vendor-controlled firmware and its interfaces. All documentation for iBoot, SecureROM, SEPFW, RTKit, WiFi/BT, etc. should go here. While m1n1 and U-Boot are "firmware" from the running operating system's perspective, they are not firmware from a platform or project perspective. - hw: documentation for system hardware - cpu: anything related to the application processors, e.g. Apple's ISA extensions, register definitions, etc. - devices: machine-specific documentation, e.g. Mac model numbers - peripherals: hardware not integrated into the SoC itself, e.g. webcam, speakers, keyboard, trackpad, etc. - soc: functional hardware blocks integrated into the SoC, e.g. SMC, video codecs, display controllers, etc. - platform: documentation applicable platform-wide, such as the security architectire, boot flow, standard SSD partition map, etc. - feature-support: feature support lists, separated by SoC generation - project: documentation related to the project itself. FAQs, references, etc. - sw: documentation for all software components that are not considered firmware. This includes m1n1, U-Boot, Linux kernel/userspace, etc. This commit also ensures that all links resolve correctly. Signed-off-by: James Calligeros <[email protected]>
1 parent 65b345f commit a6772e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+168
-172
lines changed

docs/Apple-Silicon-Subsystems.md

-40
This file was deleted.

docs/HW-CPU-debug-registers.md

-3
This file was deleted.

docs/SW-Getting-started.md

-1
This file was deleted.

docs/SW-Alternative-Distros.md renamed to docs/alt/alt-distros.md

+1-1

docs/Distro-Boot-process-guide.md renamed to docs/alt/boot-process-guide.md

+2-2

docs/Installing-Gentoo-with-LiveCD.md renamed to docs/alt/installing-gentoo.md

+1-1

docs/SW-Ubuntu-Asahi-Qemu.md renamed to docs/alt/ubuntu-qemu.md

+1-1

docs/FW-ADT.md renamed to docs/fw/adt.md

+1-1

docs/SW-Boot.md renamed to docs/fw/boot.md

+10-10

docs/hw/cpu/debug-registers.md

+3

docs/HW-ARM-System-Registers.md renamed to docs/hw/cpu/system-registers.md

+2-2

docs/Devices.md renamed to docs/hw/devices/device-list.md

+2-2

docs/Accelerator-Engines.md renamed to docs/hw/soc/accelerators.md

+1-1

docs/HW-ASC.md renamed to docs/hw/soc/asc.md

+1-1

docs/Low-level-serial-debug.md renamed to docs/hw/soc/serial-debug.md

+3-3

docs/index.md

+2-2

0 commit comments

Comments
 (0)