All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] m68k: add Sysam AMCORE open board support
       [not found]   ` <70227e89-7d57-0d66-67f6-df6d87a93f0a@sysam.it>
@ 2016-12-13 13:13     ` Geert Uytterhoeven
  2016-12-13 13:19       ` Angelo Dureghello
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2016-12-13 13:13 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: Linux/m68k

Hi Angeo,

On Tue, Dec 13, 2016 at 2:09 PM, Angelo Dureghello <angelo@sysam.it> wrote:
> On 13/12/2016 12:31, Geert Uytterhoeven wrote:
>> On Thu, Sep 29, 2016 at 12:58 AM, Angelo Dureghello <angelo@sysam.it>
>> wrote:
>>> Add support for Sysam AMCORE board, an open hardware embedded Linux
>>> board, see http://sysam.it/openzone/projects/amcore/amcore.html for
>>> any info.
>>
>> Just entered mainlne, already 404 :-(
>>
>> Is http://sysam.it/cff_amcore.html the new (and future) URL?
>
> thanks for the info :)
>
> yes, that's the board, i reorganized a bit the site, but i just set
> now a Redirect rule, so old link now works as well.

Thanks for resurrecting the link!

> About the board, i mainly
> - fixed coldfire big endian <-> dm9000 little endian (hw bus bytes swap),
> - reduced the size,
> - powering now from micro USB,
> - set SDRAM and FLASH in the other side, to reduce size,
> - also used magnetics inside ethernet rj45 connector.
>
> Features are the same of amcore 1.00.
>
> The board works really fine until now.

Cool!

I really enjoyed your presentation at ELCE. Thanks!

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-12-13 13:13     ` [PATCH] m68k: add Sysam AMCORE open board support Geert Uytterhoeven
@ 2016-12-13 13:19       ` Angelo Dureghello
  2016-12-13 13:21         ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Dureghello @ 2016-12-13 13:19 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k



On 13/12/2016 14:13, Geert Uytterhoeven wrote:
> Hi Angeo,
>
> On Tue, Dec 13, 2016 at 2:09 PM, Angelo Dureghello <angelo@sysam.it> wrote:
>> On 13/12/2016 12:31, Geert Uytterhoeven wrote:
>>> On Thu, Sep 29, 2016 at 12:58 AM, Angelo Dureghello <angelo@sysam.it>
>>> wrote:
>>>> Add support for Sysam AMCORE board, an open hardware embedded Linux
>>>> board, see http://sysam.it/openzone/projects/amcore/amcore.html for
>>>> any info.
>>>
>>> Just entered mainlne, already 404 :-(
>>>
>>> Is http://sysam.it/cff_amcore.html the new (and future) URL?
>>
>> thanks for the info :)
>>
>> yes, that's the board, i reorganized a bit the site, but i just set
>> now a Redirect rule, so old link now works as well.
>
> Thanks for resurrecting the link!
>
>> About the board, i mainly
>> - fixed coldfire big endian <-> dm9000 little endian (hw bus bytes swap),
>> - reduced the size,
>> - powering now from micro USB,
>> - set SDRAM and FLASH in the other side, to reduce size,
>> - also used magnetics inside ethernet rj45 connector.
>>
>> Features are the same of amcore 1.00.
>>
>> The board works really fine until now.
>
> Cool!
>
> I really enjoyed your presentation at ELCE. Thanks!
>
> Gr{oetje,eeting}s,
>
>                         Geert


many thanks, really, i hope there will be chances to meet us again.

I am working now on a "stmark2" board, mcf54415 based, quite all BGA.
In first prototype soldered here (infrared) BDM works fine,
i can debug some initial code from SRAM in a very responsive way.
Unfortunately for now i am stuck with P&E / CodeWarrior tools,
but will look for a better open way once things works.

Best regards,
Angelo Dureghello

>
> --
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-12-13 13:19       ` Angelo Dureghello
@ 2016-12-13 13:21         ` Geert Uytterhoeven
  2016-12-13 13:25           ` John Paul Adrian Glaubitz
  2016-12-13 13:29           ` Angelo Dureghello
  0 siblings, 2 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2016-12-13 13:21 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: Linux/m68k

Hi Angelo,

On Tue, Dec 13, 2016 at 2:19 PM, Angelo Dureghello <angelo@sysam.it> wrote:
> many thanks, really, i hope there will be chances to meet us again.

Will you be at FOSDEM?

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-12-13 13:21         ` Geert Uytterhoeven
@ 2016-12-13 13:25           ` John Paul Adrian Glaubitz
  2016-12-13 13:31             ` Angelo Dureghello
  2016-12-13 13:29           ` Angelo Dureghello
  1 sibling, 1 reply; 8+ messages in thread
From: John Paul Adrian Glaubitz @ 2016-12-13 13:25 UTC (permalink / raw)
  To: Geert Uytterhoeven, Angelo Dureghello; +Cc: Linux/m68k, Debian m68k

On 12/13/2016 02:21 PM, Geert Uytterhoeven wrote:
> On Tue, Dec 13, 2016 at 2:19 PM, Angelo Dureghello <angelo@sysam.it> wrote:
>> many thanks, really, i hope there will be chances to meet us again.
> 
> Will you be at FOSDEM?

I'm planning to come. Let's do some m68k hacking. I would like to get
the installed packages count to over 10.000 and fix debian-installer
on m68k to create new installer images. We also need to get EMILE
back in.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-12-13 13:21         ` Geert Uytterhoeven
  2016-12-13 13:25           ` John Paul Adrian Glaubitz
@ 2016-12-13 13:29           ` Angelo Dureghello
  1 sibling, 0 replies; 8+ messages in thread
From: Angelo Dureghello @ 2016-12-13 13:29 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linux/m68k

Hi Geert,

On 13/12/2016 14:21, Geert Uytterhoeven wrote:
> Hi Angelo,
>
> On Tue, Dec 13, 2016 at 2:19 PM, Angelo Dureghello <angelo@sysam.it> wrote:
>> many thanks, really, i hope there will be chances to meet us again.
>
> Will you be at FOSDEM?

well for me is a bit hard to come due to family things, but who knows, the fact
there are no attendee costs and reservations to do keeps the chance open for me.



Regards,
Angelo Dureghello


>
> 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
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-12-13 13:25           ` John Paul Adrian Glaubitz
@ 2016-12-13 13:31             ` Angelo Dureghello
  0 siblings, 0 replies; 8+ messages in thread
From: Angelo Dureghello @ 2016-12-13 13:31 UTC (permalink / raw)
  To: John Paul Adrian Glaubitz, Geert Uytterhoeven; +Cc: Linux/m68k, Debian m68k

Hi Adrian,


On 13/12/2016 14:25, John Paul Adrian Glaubitz wrote:
> On 12/13/2016 02:21 PM, Geert Uytterhoeven wrote:
>> On Tue, Dec 13, 2016 at 2:19 PM, Angelo Dureghello <angelo@sysam.it> wrote:
>>> many thanks, really, i hope there will be chances to meet us again.
>>
>> Will you be at FOSDEM?
>
> I'm planning to come. Let's do some m68k hacking. I would like to get
> the installed packages count to over 10.000 and fix debian-installer
> on m68k to create new installer images. We also need to get EMILE
> back in.

Once i'll have my mcf54415 based board up and running i should be able
to contribute to debian as i can. I'll let you know.


>
> Adrian
>

Regards,
Angelo Dureghello

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] m68k: add Sysam AMCORE open board support
  2016-09-28 23:00 Angelo Dureghello
@ 2016-12-13 11:32 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2016-12-13 11:32 UTC (permalink / raw)
  To: Angelo Dureghello; +Cc: Linux/m68k

Hi Angelo,

On Thu, Sep 29, 2016 at 1:00 AM, Angelo Dureghello <angelo@sysam.it> wrote:
> Add support for Sysam AMCORE board, an open hardware embedded Linux
> board, see http://sysam.it/openzone/projects/amcore/amcore.html for
> any info.

Just entered mainlne, already 404 :-(

Is http://sysam.it/cff_amcore.html the new (and future) URL?

Thanks!

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] m68k: add Sysam AMCORE open board support
@ 2016-09-28 23:00 Angelo Dureghello
  2016-12-13 11:32 ` Geert Uytterhoeven
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Dureghello @ 2016-09-28 23:00 UTC (permalink / raw)
  To: linux-m68k; +Cc: Angelo Dureghello

Add support for Sysam AMCORE board, an open hardware embedded Linux
board, see http://sysam.it/openzone/projects/amcore/amcore.html for
any info.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 arch/m68k/Kconfig.machine        | 6 ++++++
 arch/m68k/coldfire/Makefile      | 1 +
 arch/m68k/include/asm/m5307sim.h | 7 +++++++
 3 files changed, 14 insertions(+)

diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index 2a5c7ab..9225b4a 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -259,6 +259,12 @@ config M5407C3
 	help
 	  Support for the Motorola M5407C3 board.
 
+config AMCORE
+	bool "Sysam AMCORE board support"
+	depends on M5307
+	help
+	  Support for the Sysam AMCORE open-hardware generic board.
+
 config FIREBEE
 	bool "FireBee board support"
 	depends on M547x
diff --git a/arch/m68k/coldfire/Makefile b/arch/m68k/coldfire/Makefile
index 68f0fac..4aa2c57 100644
--- a/arch/m68k/coldfire/Makefile
+++ b/arch/m68k/coldfire/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_NETtel)	+= nettel.o
 obj-$(CONFIG_CLEOPATRA)	+= nettel.o
 obj-$(CONFIG_FIREBEE)	+= firebee.o
 obj-$(CONFIG_MCF8390)	+= mcf8390.o
+obj-$(CONFIG_AMCORE)    += amcore.o
 
 obj-$(CONFIG_PCI)	+= pci.o
 
diff --git a/arch/m68k/include/asm/m5307sim.h b/arch/m68k/include/asm/m5307sim.h
index 5d0bb7e..81f1afd 100644
--- a/arch/m68k/include/asm/m5307sim.h
+++ b/arch/m68k/include/asm/m5307sim.h
@@ -131,6 +131,11 @@
 #define MCFGPIO_IRQ_MAX		-1
 #define MCFGPIO_IRQ_VECBASE	-1
 
+/*
+ * I2C module.
+ */
+#define MCFI2C_IOBASE		(MCF_MBAR + 0x280)
+
 
 /* Definition offset address for CS2-7  -- old mask 5307 */
 
@@ -148,6 +153,7 @@
 #define	MCFSIM_SWDICR		MCFSIM_ICR0	/* Watchdog timer ICR */
 #define	MCFSIM_TIMER1ICR	MCFSIM_ICR1	/* Timer 1 ICR */
 #define	MCFSIM_TIMER2ICR	MCFSIM_ICR2	/* Timer 2 ICR */
+#define MCFSIM_I2CICR		MCFSIM_ICR3	/* I2C ICR */
 #define	MCFSIM_UART1ICR		MCFSIM_ICR4	/* UART 1 ICR */
 #define	MCFSIM_UART2ICR		MCFSIM_ICR5	/* UART 2 ICR */
 #define	MCFSIM_DMA0ICR		MCFSIM_ICR6	/* DMA 0 ICR */
@@ -174,6 +180,7 @@
 /*
  *	Define system peripheral IRQ usage.
  */
+#define MCF_IRQ_I2C		29		/* I2C */
 #define	MCF_IRQ_TIMER		30		/* Timer0, Level 6 */
 #define	MCF_IRQ_PROFILER	31		/* Timer1, Level 7 */
 #define	MCF_IRQ_UART0		73		/* UART0 */
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-12-13 13:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1475103520-25311-1-git-send-email-angelo@sysam.it>
     [not found] ` <CAMuHMdXpEp=2NZM7b7RqYZszO3Tq-Am1ZVqe8XbfB4=j1rqNsw@mail.gmail.com>
     [not found]   ` <70227e89-7d57-0d66-67f6-df6d87a93f0a@sysam.it>
2016-12-13 13:13     ` [PATCH] m68k: add Sysam AMCORE open board support Geert Uytterhoeven
2016-12-13 13:19       ` Angelo Dureghello
2016-12-13 13:21         ` Geert Uytterhoeven
2016-12-13 13:25           ` John Paul Adrian Glaubitz
2016-12-13 13:31             ` Angelo Dureghello
2016-12-13 13:29           ` Angelo Dureghello
2016-09-28 23:00 Angelo Dureghello
2016-12-13 11:32 ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.