[platform] Amiga port (m68k)#511
Open
jrac wants to merge 1 commit into
Open
Conversation
Tested on real hardware and under emulation; combinations of accelerated
and stock A500, A600, and A1200. All CPU models are supported, although
060 requires being built with 'M68K_CPU = 68060'. Current default target
is 68000, for greatest compatibility.
Features and hardware support:
- Basic 1bpp display driver
- Keyboard driver
- Serial console support
- Timer hardware driver
- Custom bootloader
- Heap arena size is based on detected chip RAM size
Current limitations:
- Floppy boot only, no IDE/ATA (tested with Gotek, should work with real disk)
- Only chip RAM supported. Boots with Fast Mem present, but doesn't
utilise it.
- Basic graphical abilities, room for improvements in acceleration
and colour depth.
- Early kernel boot output only present on serial console, though I
believe this is due to the nature of the current gfxconsole design.
Contributor
Author
|
Updated force push is from a few files that were missed. |
Member
|
Looks pretty good! Will need to figure out what to do about xdftool though. I dunno how it passed the CI since it seems like it should have failed when building the m68k targets... |
Member
|
Oh interesting, with script/buildall it'll simply skip it because of the $(error) in the platform file. An unintended consequence, but actually accomplishes the task but only when selecting an architecture. If regular buildall it will still fail. |
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.
Tested on real hardware and under emulation; combinations of accelerated and stock A500, A600, and A1200. All CPU models are supported, although 060 requires being built with 'M68K_CPU = 68060'. Current default target is 68000, for greatest compatibility.
Features and hardware support:
Current limitations: