Conversation
…ions - Updated `setup-dev.sh` to create a unified GPT disk image with an EFI System Partition (ESP) and a HelixFS data partition. - Added functions to handle the injection of applications into the HelixFS partition and to sync the ESP contents. - Introduced a new command `flash` to write the unified image layout to physical media, ensuring only necessary files are copied. - Removed the previous method of creating a raw sparse image without a partition table. - Updated `Cargo.toml` in the `shelld` directory to remove release profile optimizations.
- Implement SDHCI initialization primitives in assembly, including capabilities reading, card presence checking, controller reset, basic power and clock setup, and block read via PIO. - Define SDHCI register constants in a separate assembly file for better organization. - Create a Rust module for the SDHCI block device driver, establishing the BlockDriver interface and handling initialization and command submission. - Introduce a USB mass-storage driver scaffold with basic probing and reset functionality, reserving the interface for future implementation.
This commit introduces a new assembly file containing the register definitions for the eXtensible Host Controller Interface (xHCI) as specified in version 1.2 of the specification. The definitions include capability registers, operational registers, command and status bits, port status control, extended capability IDs, and legacy support registers. This addition will facilitate the implementation of USB functionality in the system.
…orrecting stack order ahead of serial markers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.