Vladimir 'phcoder' Serbinenko
|
27cd973df6
|
Macroify command and status registers
|
2010-05-23 02:41:16 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
20ad3a81dc
|
Macroify USB controllers ID
|
2010-05-23 00:14:23 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
6e198650e9
|
Enable serial in simulcast with local terminal on yeeloong
|
2010-05-22 23:36:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a7208779c3
|
init PCI DMA and USB controllers
|
2010-05-22 23:06:47 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
e34b610d49
|
merge mainline into yeeloongfw
|
2010-05-22 16:58:45 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0a58eb2e3a
|
move fwstart.S to boot/
|
2010-05-04 10:56:52 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
04d050152f
|
Move geode init to bus/cs5536.c
|
2010-05-04 00:05:23 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
8ea6ecb36d
|
Some cleanups
|
2010-04-26 21:11:16 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
962b15b4c1
|
Fill info tables for qemu, sparc and mips
|
2010-04-26 14:42:40 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
1c9d6bb81b
|
Initialise USB option controller
|
2010-04-16 19:43:52 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
781d7798bb
|
Fix interrupt and windows problems
|
2010-04-06 22:12:04 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
f9e7780cff
|
Fix an early timer-related hang
|
2010-04-06 02:40:44 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
04a3792f87
|
Macroify fwstart.S more
|
2010-04-05 22:39:58 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a6132b9f3f
|
Merge mainline into yeeloongfw
|
2010-04-05 17:35:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
dae79b6b05
|
Merge mainline into emu-mod
|
2010-03-14 16:27:54 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
5dbb0fc055
|
Another round of macrofication
|
2010-03-12 14:08:26 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
f9ef05770a
|
Shutdown and reboot on yeeloong
|
2010-03-12 14:07:33 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
8d15b3f817
|
Use cached address when running from ROM
|
2010-03-11 20:47:22 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
144d0913f3
|
Remove leftover
|
2010-03-11 15:22:04 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d0c7485824
|
Macroify serial and PCI constants
|
2010-03-11 15:21:06 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
edf717f5cb
|
Macroify CP0 registers
|
2010-03-11 13:59:56 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
21eecb8e83
|
Set ROM delay to 1
|
2010-03-11 03:21:10 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
bf8b8ab725
|
Enable caches on yeeloong
|
2010-03-11 02:47:08 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
5dd8753cc0
|
Properly init even without pmon parameters
|
2010-03-01 18:57:31 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
813a5f2d33
|
Init DDR2 controller
|
2010-03-01 18:53:34 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
7517048135
|
Working SPD reading in fwstart.img
|
2010-02-17 21:10:58 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
a1efcc79d3
|
Firmware startup block (for now just output a string on console)
|
2010-02-16 22:41:29 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
13b6d963ea
|
Fix yeeloong compilation
|
2010-02-15 19:03:07 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
a49217cff7
|
aout image support
|
2010-02-13 16:26:50 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
56e33364c5
|
Fix yeeloong compilation
|
2010-02-07 19:59:19 +01:00 |
|
Robert Millan
|
e3538adaea
|
2009-12-20 Robert Millan <rmh.grub@aybabtu.com>
* kern/mips/yeeloong/init.c (grub_video_sm712_init)
(grub_video_video_init, grub_video_bitmap_init)
(grub_font_manager_init, grub_term_gfxterm_init)
(grub_at_keyboard_init): New extern declarations.
(grub_machine_init): Initialize gfxterm and at_keyboard.
* kern/main.c (grub_main): Revert grub_printf delay kludge.
* util/grub-install.in: Revert embed of `at_keyboard.mod' and
`gfxterm.mod' into core image.
* conf/mips.rmk (pkglib_IMAGES, kernel_img_SOURCES)
(kernel_img_CFLAGS, kernel_img_ASFLAGS, kernel_img_LDFLAGS)
(kernel_img_FORMAT): Copy to ...
* conf/mips-qemu-mips.rmk (pkglib_IMAGES, kernel_img_SOURCES)
(kernel_img_CFLAGS, kernel_img_ASFLAGS, kernel_img_LDFLAGS)
(kernel_img_FORMAT): ... here, and ...
* conf/mips-yeeloong.rmk (pkglib_IMAGES, kernel_img_SOURCES)
(kernel_img_CFLAGS, kernel_img_ASFLAGS, kernel_img_LDFLAGS)
(kernel_img_FORMAT): ... here.
(kernel_img_SOURCES): Add files necessary for output (gfxterm)
and input (at_keyboard) terminals in kernel.
(kernel_img_CFLAGS): Add `-DUSE_ASCII_FAILBACK'.
(pkglib_MODULES): Remove `pci.mod'.
(pci_mod_SOURCES, pci_mod_CFLAGS, pci_mod_LDFLAGS)
(sm712_mod_SOURCES, sm712_mod_CFLAGS, sm712_mod_LDFLAGS)
(at_keyboard_mod_SOURCES, at_keyboard_mod_CFLAGS)
(at_keyboard_mod_LDFLAGS): Remove variables.
|
2010-01-20 01:19:53 +00:00 |
|
Vladimir 'phcoder' Serbinenko
|
d114e89ca8
|
Add clock
|
2009-12-09 17:58:48 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
0f355bc6b3
|
add memory routines
|
2009-12-07 16:16:10 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d5b44e501d
|
retrieve firmware arguments
|
2009-12-07 02:09:39 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
a22078eb4f
|
Startup code cleanup
|
2009-12-06 15:32:32 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
f0299c60d4
|
Fix handling of >32K relocations
|
2009-12-02 21:01:02 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
035a008c13
|
Remove leftover
|
2009-12-02 11:44:29 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
7b5f334bc0
|
Rename qemu-r4k to qemu-mips
|
2009-12-02 08:49:36 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
e6b9873356
|
Remove qemu-mipssim
|
2009-12-02 08:40:51 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
3e5c7dc3d8
|
Fix qemu-r4k
|
2009-12-02 08:39:17 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
3c68ed3d80
|
Deduplicated cache handling. Fixed jump hatch being filled with random stuff
|
2009-11-28 23:34:48 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
1c805a5a3e
|
Fixed cache invalidating
|
2009-11-23 00:16:49 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
42810eb1a0
|
Improved cache handling
|
2009-11-22 02:56:49 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
6abdf8e20d
|
Fix for native miscompilation
|
2009-11-21 17:33:52 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
02602a7002
|
Cleaned __gnu_local_gp handling
|
2009-11-06 17:37:31 +01:00 |
|
phcoder
|
e6efd24fa0
|
working but suboptimal cache flusher
|
2009-10-24 10:58:20 +02:00 |
|
phcoder
|
1e1ddb6cb9
|
init fixes
|
2009-10-24 10:56:21 +02:00 |
|
phcoder
|
e95fcb5379
|
move common init function to kern/mips/init.c
|
2009-10-24 10:44:00 +02:00 |
|
phcoder
|
81d1980198
|
changed rate of pseudo-clockk to avoid USB stalls
|
2009-10-19 18:09:13 +02:00 |
|
phcoder
|
65aa1698d3
|
use $t9 instead of $ra as a base register
|
2009-10-19 12:58:52 +02:00 |
|