From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org,
cz-bobek-lists-aranym@lists.bobek.cz
Subject: [PATCH 0/4] m68k/atari: Add ARAnyM support
Date: Sun, 6 Feb 2011 11:51:05 +0100 [thread overview]
Message-ID: <1296989469-7844-1-git-send-email-geert@linux-m68k.org> (raw)
This patch series add improved support for running under the ARAnyM emulator
(Atari Running on Any Machine - http://aranym.org/).
Without these patches, you can run a Linux/m68k kernel with Atari support
under ARAnyM (it emulates the IDE interface), but you can't have network and
console access.
This support has been in active use for several years. In fact some Debian
build daemons run under ARAnyM, as it's the fastest m68k platform around.
[1/4] m68k/atari: Initial ARAnyM support
[2/4] m68k/atari: ARAnyM - Add support for block access
[3/4] m68k/atari: ARAnyM - Add support for console access
[4/4] m68k/atari: ARAnyM - Add support for network access
Questions:
- Who should be listed as author for patches 1 and 4?
- Can I please have Signed-off-by's from the ARAnyM people?
arch/m68k/Kconfig | 31 +++++
arch/m68k/Makefile | 1 +
arch/m68k/emu/Makefile | 9 ++
arch/m68k/emu/natfeat.c | 78 +++++++++++
arch/m68k/emu/nfblock.c | 195 ++++++++++++++++++++++++++++
arch/m68k/emu/nfcon.c | 162 +++++++++++++++++++++++
arch/m68k/emu/nfeth.c | 272 +++++++++++++++++++++++++++++++++++++++
arch/m68k/include/asm/natfeat.h | 22 +++
arch/m68k/kernel/setup.c | 5 +
9 files changed, 775 insertions(+), 0 deletions(-)
Thanks in advance!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next reply other threads:[~2011-02-06 10:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-06 10:51 Geert Uytterhoeven [this message]
2011-02-06 10:51 ` [PATCH 1/4] m68k/atari: Initial ARAnyM support Geert Uytterhoeven
2011-02-06 12:26 ` Petr Stehlik
2011-02-06 10:51 ` [PATCH 2/4] m68k/atari: ARAnyM - Add support for block access Geert Uytterhoeven
2011-02-06 12:27 ` Petr Stehlik
2011-02-06 10:51 ` [PATCH 3/4] m68k/atari: ARAnyM - Add support for console access Geert Uytterhoeven
2011-02-06 12:28 ` Petr Stehlik
2011-02-06 10:51 ` [PATCH 4/4] m68k/atari: ARAnyM - Add support for network access Geert Uytterhoeven
2011-02-06 12:30 ` Petr Stehlik
2011-02-06 12:52 ` [Aranym-dev] " Milan Jurik
2011-02-06 19:17 ` David Miller
2011-02-10 8:37 ` Geert Uytterhoeven
2011-02-06 12:24 ` [Aranym-dev] [PATCH 0/4] m68k/atari: Add ARAnyM support Petr Stehlik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1296989469-7844-1-git-send-email-geert@linux-m68k.org \
--to=geert@linux-m68k.org \
--cc=cz-bobek-lists-aranym@lists.bobek.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox