Open
Conversation
added the supported clients list and changed some of the ordering
* temp * added all of the platform specific stuff for the new pi, ran into a small bug * added the xinu.conf from the old pi to the new one * got the arm-rpi3 version compiling now we just need to start modifing code * small fix for the plat vars * updated code * start.S with LED code works * Experimented with the uart diver and different ways to initialize it. Changes to be committed: modified: compile/Makefile modified: compile/config/config.c deleted: compile/platforms/arm-rpi3/.platformVars.swp modified: compile/platforms/arm-rpi3/platformVars modified: compile/platforms/arm-rpi3/xinu.conf new file: compile/test.map modified: device/uart-pl011/uartHwInit.c deleted: include/version.h modified: loader/platforms/arm-rpi3/start.S new file: loader/platforms/arm-rpi3/start.S~ modified: system/Makerules modified: system/create.c modified: system/initialize.c modified: system/platforms/arm-rpi3/platforminit.c * reverted xinu.conf uart config to original; modified HwInit * took out parts that arent needed for rpi3 currently * added struct for rpi gpio registers * added Hw initialization for rpi3 * new folder for gpio device driver -for the future * commented out print_os_info * working synchronous pl011 driver * added maps to the gitignore
Interrupts working
….. next stem: mutual exclusion and scheduler!
mutex is working for basic multi-core print statements. needs further testing.
cpuid only returned the entire the mpdir when it should only return the first three bits which represent the actual cpuid
unparkcore now goes to address that is passed in as argument.. refactoring is in progress.. more is needed. also working on producer-consumer test for mutex
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.