Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial SD Card Support #636

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

bwerthmann
Copy link
Contributor

No description provided.

orangecms and others added 16 commits November 10, 2022 00:36
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Daniel Maslowski <info@orangecms.org>
FIXME: This should have been two commits.

Signed-off-by: Daniel Maslowski <info@orangecms.org>
Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Merging #636 (6493fb3) into main (5b06110) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head 6493fb3 differs from pull request most recent head 258c95b. Consider uploading reports for the commit 258c95b to get more accurate results

@@           Coverage Diff            @@
##            main    #636      +/-   ##
========================================
- Coverage   2.58%   2.56%   -0.02%     
========================================
  Files         18      19       +1     
  Lines        581     584       +3     
========================================
  Hits          15      15              
- Misses       566     569       +3     
Impacted Files Coverage Δ
src/mainboard/sunxi/nezha/bt0/src/logging.rs 0.00% <0.00%> (ø)
src/soc/src/sunxi/d1/gpio.rs 0.00% <ø> (ø)
src/soc/src/sunxi/d1/uart.rs 0.00% <ø> (ø)
xtask/src/sunxi/nezha.rs 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
Add critical section. See:

* duskmoon314/aw-pac#18 (comment)
* oreboot#635

This resolves linker error for critical-section symbols

Signed-off-by: Ben Werthmann <ben.werthmann@gmail.com>
@@ -336,6 +344,10 @@ fn xtask_burn_d1_flash_bt0(xfel: &str, env: &Env) {
let mut command = Command::new(xfel);
command.current_dir(dist_dir(env, DEFAULT_TARGET));
match env.memory {
Some(Memory::MMC) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer that writing the SD from oreboot never be implemented ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants