-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 set of DR-05 related patches #1
Open
neuschaefer
wants to merge
16
commits into
vapier:bfin
Choose a base branch
from
dr05-homebrew:for-mike
base: bfin
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e4dd4f9
configure: do not quote $PKG_CONFIG
vapier f4618c7
qemu log: wrap long text
vapier 24998d5
Blackfin: add disassembler support
vapier a1f36a5
Blackfin: initial port
vapier ebc2695
Blackfin: add linux-user support
vapier 5c91722
Blackfin: add test suite
vapier aad1912
linux-user: add support for Blackfin syscalls
vapier 192f313
linux-user: include model info in error message
vapier b1f388c
Blackfin: add softmmu support
vapier 68aa6ad
Blackfin: initial set of models
vapier 94d3427
osdep.h: pull in sys/sysmacros.h for major/minor/makedev
vapier 5837afb
bfin: set device category
vapier 9aecc9e
bfin: Fix some uninitialized variable warnings
neuschaefer c06faa1
hw/bfin: Trace absolute MMR addresses
neuschaefer c9b571f
MAINTAINERS: Add hw/bfin/ to the Blackfin files
neuschaefer e41a928
hw/bfin: Add a DR-05 device definition and BF51x memory layout
neuschaefer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,12 @@ F: disas/arm.c | |
F: disas/arm-a64.cc | ||
F: disas/libvixl/ | ||
|
||
Blackfin | ||
M: Mike Frysinger <[email protected]> | ||
S: Maintained | ||
F: target-bfin/ | ||
F: hw/bfin/ | ||
|
||
CRIS | ||
M: Edgar E. Iglesias <[email protected]> | ||
S: Maintained | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Default configuration for bfin-linux-user |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Default configuration for arm-softmmu | ||
|
||
CONFIG_NAND=y | ||
CONFIG_ECC=y | ||
CONFIG_SERIAL=y | ||
CONFIG_SD=y | ||
CONFIG_SSI_SD=y | ||
CONFIG_SMC91C111=y | ||
CONFIG_PFLASH_CFI01=y | ||
CONFIG_PFLASH_CFI02=y | ||
CONFIG_SSI=y | ||
CONFIG_SSI_M25P80=y |
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, i've squashed this into an earlier patch in the series