Markus Fröschle
b1c7851f34
start merging R_0.8.6.1 (jtag load bug fix)
2014-12-26 09:07:22 +00:00
Markus Fröschle
c81fc7e7e9
fixed comments
2014-12-16 20:33:51 +00:00
Markus Fröschle
798c5b839d
improved error handling
2014-11-24 16:12:35 +00:00
Markus Fröschle
0912289fac
fixed function prototype for pci_hook_interrupt()
2014-10-09 17:54:33 +00:00
Markus Fröschle
367aec69a7
added function prototype for irq5_handler()
2014-10-09 17:53:09 +00:00
Markus Fröschle
4154149154
implemented hook_interrupt() in PCI code
...
enabled PCI interrupts
ohci seems to damage something in PCI config -> PCI device enumeration
does not top with latest device
networking in EmuTOS lost (probably a result of PCI interrupt
implementation)
2014-10-05 17:50:15 +00:00
Markus Fröschle
342c3cd34a
working on USB device scan
2014-10-03 09:58:45 +00:00
Markus Fröschle
b3ef74342e
called PCI errata for all pci_write_...() functions
2014-10-02 14:21:43 +00:00
Markus Fröschle
a251cd4b44
implemented pci_hook_interrupt()
...
formatted USB sources
2014-10-01 15:39:16 +00:00
Markus Fröschle
2f4245743e
added mmu_report_pagesize()
2014-09-30 15:42:32 +00:00
Markus Fröschle
da04ded10b
implemented remove_handler()
2014-09-30 15:41:05 +00:00
Markus Fröschle
2637d39c67
first (untested) version of the modified MMU handling and API
2014-09-29 12:32:19 +00:00
Markus Fröschle
dcf2a44776
added API driver interface for MMU
2014-09-29 06:10:19 +00:00
Markus Fröschle
f91988cbc5
consistantly use bas_types.h instead of standard headers
2014-09-25 06:24:55 +00:00
Markus Fröschle
e0f77b1ab6
added function to flush only a portion of the caches
2014-09-24 16:02:20 +00:00
Markus Fröschle
87bd9eb2c6
rewritten mmu_map_page() and put into production
2014-09-07 19:01:19 +00:00
Markus Fröschle
7ea7b91e9d
moved more functionality from exceptions.S to interrupts.c. Added debug
...
printouts to MMU page fault handler
2014-09-07 10:57:58 +00:00
Markus Fröschle
5a913f83fa
moved PSC3 interrupt handler to BaS dispatcher
2014-09-07 06:55:00 +00:00
Markus Fröschle
f3766b9b63
lowered DMA interrupt level
2014-09-06 18:43:03 +00:00
Markus Fröschle
3bd8b12b2f
set interrupt and level to same values MiNT driver expects
2014-09-06 18:40:36 +00:00
Markus Fröschle
9f64ff8ce6
reformatted
2014-09-05 05:55:03 +00:00
Markus Fröschle
70cb003abb
fixed a few typos
2014-09-02 19:58:19 +00:00
Markus Fröschle
6124f82d82
refactored, reformatted, added missing clobber registers to __asm__
...
statements
2014-09-02 13:51:00 +00:00
Markus Fröschle
d25e6cfd98
refactored USB driver code, enabled debug printouts everywhere
2014-09-01 19:22:26 +00:00
Markus Fröschle
029388c6c4
fixed some compiler warnings
2014-09-01 14:23:33 +00:00
Markus Fröschle
332928fb78
(re)enabled USB bus scan. It takes an eternity to finish, but finally
...
returns. Hub found, but no mouse yet.
2014-09-01 06:19:45 +00:00
Markus Fröschle
575ff4adc4
removed unused files. Modifed MCDCOOK build process to use BaS_gcc
...
includes (no need to sync includes anymore)
2014-08-31 11:36:59 +00:00
Markus Fröschle
630a82de9a
bumped version for release
2014-08-06 06:23:30 +00:00
David Gálvez
bf32e899d1
Merge pci_BaS_gcc branch to trunk
2014-07-10 15:45:45 +00:00
Markus Fröschle
96319f252d
added ST fonts
2014-06-21 19:48:22 +00:00
Markus Fröschle
9d717fbac7
version bump
2014-06-21 06:33:45 +00:00
Markus Fröschle
453c974c4f
moved FPGA config GPIO initialization into init_fpga.c to enable external JTAG FPGA configuration
2014-06-20 12:02:11 +00:00
Markus Fröschle
86b1f17deb
modified dbg() in several files
2014-05-11 20:31:57 +00:00
Markus Fröschle
0b39fef36b
added missing include file to SVN
2014-02-02 10:16:16 +00:00
Markus Fröschle
e0b41f09d6
modified to throw errors if an unknown machine type is detected
2014-01-28 15:49:05 +00:00
Markus Fröschle
946212079a
modified ACR settings
2014-01-28 14:11:08 +00:00
Markus Fröschle
f9578cc665
simplified MMU code. Still hangs somewhere in EmuTOS
2014-01-19 18:27:05 +00:00
Markus Fröschle
a612252d9a
removed inlining in wait.c, added (simple) map-based MMU handling
2014-01-18 14:03:25 +00:00
Markus Fröschle
6d0643b885
modified to map memory dynamically based on a static memory map
2014-01-18 08:04:44 +00:00
Markus Fröschle
5412297687
moved ACR register handling macros to include file
2014-01-17 06:45:33 +00:00
Markus Fröschle
8cebb6e8de
extended mmu_map_page() by size and flags args
2014-01-16 16:29:29 +00:00
Markus Fröschle
40aa08464d
removed type field from isr_register_handler() and friends
2014-01-14 07:48:38 +00:00
Markus Fröschle
71ae318675
renamed mmutr_miss() to mmu_map_page() (that's what its doing)
2014-01-13 21:26:42 +00:00
Markus Fröschle
e0f61b3afc
implemented safe stack for access exception handler
2014-01-13 15:13:29 +00:00
Markus Fröschle
faa7c7c38e
FEC interrupts to level 1
2014-01-08 09:59:44 +00:00
Markus Fröschle
12b2f99caf
fixed - carelessly choosen - interrupt level for FEC interrupts
2014-01-08 09:01:43 +00:00
Markus Fröschle
347a629096
cleaned up
2014-01-07 05:57:17 +00:00
Markus Fröschle
1a82f294ac
networking works (sort of). For some reason, the Firebee packets don't cross my switch (or only very few of them do). If I put a Linux box in between (cross cable), using it as router, everything works flawlessly.
2014-01-06 18:44:36 +00:00
Markus Fröschle
62923a645f
removed a few leftover DPRINT..s
2014-01-04 16:09:42 +00:00
Markus Fröschle
d2f9d70d60
x86emu now compiles with DBG_X86EMU
2014-01-04 09:09:20 +00:00