Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / oreboot/oreboot issues and pull requests

#98 - Fix compiler warnings

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#97 - Use llvm objcopy provided by cargo

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#96 - Fix compiler warnings

Issue - State: closed - Opened by rjoleary over 5 years ago

#95 - Build for Risc-V in CI

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 4 comments

#94 - Add starter pipeline

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#93 - add ddr regs from sifive

Pull Request - State: closed - Opened by rminnich over 5 years ago

#92 - remove the step intended to chop off the first 2G of zeros

Pull Request - State: closed - Opened by rminnich over 5 years ago

#91 - add a 'log uart'

Pull Request - State: closed - Opened by rminnich over 5 years ago

#90 - various fixes; hifive builds, runs, and has print support

Pull Request - State: closed - Opened by rminnich over 5 years ago

#89 - uncomment most of the bootblock.

Pull Request - State: closed - Opened by rminnich over 5 years ago

#88 - Split drivers crate into multiple crates

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#87 - New link location for riscv

Pull Request - State: closed - Opened by GanShun over 5 years ago

#86 - Update the README for getting gdb and alternate objdump usage

Pull Request - State: closed - Opened by rminnich over 5 years ago

#85 - Change run instructions for riscv

Pull Request - State: closed - Opened by GanShun over 5 years ago

#84 - Add instructions to build QEMU from source

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#83 - Restructuring Cargo.toml files in src/soc

Pull Request - State: closed - Opened by pallaud over 5 years ago

#82 - set correct qemu for sifive/hifive board

Pull Request - State: closed - Opened by rminnich over 5 years ago

#81 - fix linker.ld and bootblock.S for sifive/hifive mainboard

Pull Request - State: closed - Opened by rminnich over 5 years ago

#80 - Use llvm objcopy instead of gcc objcopy

Issue - State: closed - Opened by rjoleary over 5 years ago - 3 comments

#79 - Move all crates (except payload) to src directory

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#78 - UART builds but there are a few holes. Add arch

Pull Request - State: closed - Opened by rminnich over 5 years ago

#77 - hifive: first commit

Pull Request - State: closed - Opened by rminnich over 5 years ago

#76 - Add a flash target

Pull Request - State: closed - Opened by rminnich over 5 years ago

#75 - Add Result<()> return value to Driver.init

Issue - State: closed - Opened by rjoleary over 5 years ago - 2 comments
Labels: Help Wanted

#74 - Use streaming iterator to iterate over device tree

Issue - State: closed - Opened by rjoleary over 5 years ago

#73 - RISC-V Bringup

Issue - State: closed - Opened by rjoleary over 5 years ago - 2 comments
Labels: Help Wanted

#72 - Design vboot system for oreboot

Issue - State: open - Opened by rjoleary over 5 years ago - 3 comments
Labels: Help Wanted

#71 - Run "cargo make" without RUST_TARGET_PATH

Issue - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#70 - Coroutines

Issue - State: open - Opened by rjoleary over 5 years ago - 3 comments
Labels: Help Wanted

#69 - Static stack size check

Issue - State: open - Opened by rjoleary over 5 years ago - 1 comment
Labels: Help Wanted

#68 - Review and understand the settings in arm-none-eabihf.json

Issue - State: open - Opened by rjoleary over 5 years ago

#67 - Setup system to allow end-users to configure the build

Issue - State: closed - Opened by rjoleary over 5 years ago - 5 comments
Labels: Help Wanted

#66 - Reduce size of compiled Rust code

Issue - State: closed - Opened by rjoleary over 5 years ago - 1 comment
Labels: Help Wanted

#65 - Add compile-time check to guarantee a driver have exclusive access to its MMIO block

Issue - State: open - Opened by rjoleary over 5 years ago - 3 comments
Labels: Help Wanted

#64 - Rename Driver.close to Driver.shutdown

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#63 - Remove cargo workspace

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#62 - Add cargo workspace

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#61 - Run rustfmt

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#60 - TEST

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#59 - ci: Temporarily remove clippy

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#58 - ci: Fix invalid config

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#57 - ci: Missing dot

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#56 - Ci

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 2 comments

#55 - Delete straggling coreboot makefile

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#54 - Add asciinema demo

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#53 - Add an mmu driver

Pull Request - State: closed - Opened by rminnich over 5 years ago

#52 - Rename close to shutdown in the driver model

Issue - State: closed - Opened by rjoleary over 5 years ago

#51 - Remove all c, h, make and non-oreboot files

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 2 comments

#49 - Fix UART in QEMU and cleanup assembly

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#48 - Add layoutflash command

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#47 - Enable link-time-optimization

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#46 - Purge C code and organize Rust into crates and modules

Issue - State: closed - Opened by rjoleary over 5 years ago

#45 - Create "layoutflash" tool

Issue - State: closed - Opened by rjoleary over 5 years ago

#44 - Hello from the embedded WG!

Issue - State: closed - Opened by andre-richter over 5 years ago - 2 comments

#43 - ns16550 driver. needs filling in.

Pull Request - State: closed - Opened by rminnich over 5 years ago

#42 - Cleanup payloads directory

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#41 - Update settings with comments from bluecmd

Pull Request - State: closed - Opened by rminnich over 5 years ago

#40 - Load the AST250 ROM into address 0x0 in QEMU

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#39 - First pass at adding a soc

Pull Request - State: closed - Opened by rminnich over 5 years ago

#38 - We are overusing trait objects

Issue - State: closed - Opened by rminnich over 5 years ago - 1 comment
Labels: Feature Request, Help Wanted

#37 - The dyn Trait feature is the new syntax for using trait objects

Pull Request - State: closed - Opened by rminnich over 5 years ago

#36 - add a README where we can accumulate information we all need

Pull Request - State: closed - Opened by rminnich over 5 years ago

#35 - Update qemu payload

Pull Request - State: closed - Opened by GanShun over 5 years ago

#34 - Get rid of the warnings.

Pull Request - State: closed - Opened by rminnich over 5 years ago

#33 - Add a state for uart setup

Pull Request - State: closed - Opened by rminnich over 5 years ago

#32 - Duplicate output to all uarts

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#31 - Add correct UART bases for ast2500

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#30 - Adding baud rate calculation

Pull Request - State: closed - Opened by pallaud over 5 years ago

#29 - Build uroot for oreboot

Issue - State: closed - Opened by GanShun over 5 years ago

#28 - Fix warnings related to missing "dyn"

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#27 - Add more steps to installation instructions

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#26 - Create a single crate for all drivers

Pull Request - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#25 - Check that rustfmt was run for each pull request

Issue - State: closed - Opened by rjoleary over 5 years ago - 5 comments
Labels: Help Wanted, Good First Issue

#24 - Format and fixed DTFS

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#23 - Device tree reader

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#22 - README.md: Fix the build instructions

Pull Request - State: closed - Opened by ArthurHeymans over 5 years ago - 1 comment

#21 - add one missing command to the doc

Pull Request - State: closed - Opened by rminnich over 5 years ago

#20 - Run `cargo fmt` on crates.

Pull Request - State: closed - Opened by dancrossnyc over 5 years ago - 3 comments

#19 - Add Memory, SliceReader and Section drivers

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#18 - Revert "rename payload to cbfs"

Pull Request - State: closed - Opened by rminnich over 5 years ago

#17 - rename payload to cbfs

Pull Request - State: closed - Opened by rminnich over 5 years ago

#16 - Enable printing with {}

Pull Request - State: closed - Opened by rminnich over 5 years ago

#15 - cbfs serialize WIP

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#14 - WIP: ast25x0 support

Pull Request - State: closed - Opened by rminnich over 5 years ago - 1 comment

#13 - Add zimage payload

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#12 - Add the driver of drivers.

Pull Request - State: closed - Opened by rminnich over 5 years ago

#11 - Figuring out standalone printing

Pull Request - State: closed - Opened by rminnich over 5 years ago

#10 - Basic PL011 driver

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#9 - Add cargo-make

Pull Request - State: closed - Opened by flanfly over 5 years ago

#8 - Add a console module

Pull Request - State: closed - Opened by rminnich over 5 years ago

#7 - Add a romstage file

Pull Request - State: closed - Opened by rminnich over 5 years ago - 2 comments

#6 - qemu-arm7: explain how to make -bios work

Pull Request - State: closed - Opened by flanfly over 5 years ago - 3 comments

#5 - Some cleanup

Pull Request - State: closed - Opened by rjoleary over 5 years ago

#4 - Enable Pull Requests

Issue - State: closed - Opened by rjoleary over 5 years ago - 1 comment

#3 - Enable DCO

Issue - State: closed - Opened by rjoleary over 5 years ago

#2 - Turn on CI

Issue - State: closed - Opened by rjoleary over 5 years ago - 6 comments

#1 - Basic UART prints in QEMU

Pull Request - State: closed - Opened by rjoleary over 5 years ago