Jeremy Soller has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39455 )
Change subject: Documentation/contributing/project_ideas.md: add resource allocation project ......................................................................
Documentation/contributing/project_ideas.md: add resource allocation project
Change-Id: I278ee622be2ab4a3d26bd5a180e7471236a828b8 --- M Documentation/contributing/project_ideas.md 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/39455/1
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 2c621f4..4198501 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -184,3 +184,15 @@
### Mentors * TODO + +## Implement 64-bit resource allocation +Currently the coreboot allocator is limited to 32-bit allocation, which can be +problematic for systems with a large number of memory-mapped devices, or +devices with large memory regions, or hot-pluggable buses. + +### Requirements +* Understand the basics of PCI resource allocation, and be willing to learn + more about coreboot's resource allocation. + +### Mentors +* Jeremy Soller jeremy@system76.com
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39455 )
Change subject: Documentation/contributing/project_ideas.md: add resource allocation project ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/39455/1/Documentation/contributing/... File Documentation/contributing/project_ideas.md:
https://review.coreboot.org/c/coreboot/+/39455/1/Documentation/contributing/... PS1, Line 188: Implement 64-bit resource allocation I am actually working on this. Currently, working on cleaning up some stuff. But should be able to push first draft of CLs before end of this week for review.
Jeremy Soller has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39455 )
Change subject: Documentation/contributing/project_ideas.md: add resource allocation project ......................................................................
Patch Set 1:
Patch Set 1:
(1 comment)
That's fantastic!
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39455
to look at the new patch set (#2).
Change subject: Documentation/contributing/project_ideas.md: add resource allocation project ......................................................................
Documentation/contributing/project_ideas.md: add resource allocation project
Signed-off-by: Jeremy Soller jeremy@system76.com Change-Id: I278ee622be2ab4a3d26bd5a180e7471236a828b8 --- M Documentation/contributing/project_ideas.md 1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/39455/2
Stefan Reinauer has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/39455?usp=email )
Change subject: Documentation/contributing/project_ideas.md: add resource allocation project ......................................................................
Abandoned