[coreboot] [RFC] Network console for coreboot

2010-05-30 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, Maybe this story should be for coreboot blog ;) I have a very short serial cable and therefore I had to always connect the coreboot machine to the notebook which is bit annoying if I use my workstation for development. You may ask how sen

Re: [coreboot] [RFC] Network console for coreboot

2010-05-31 Thread Rudolf Marek
I made bit more extended version on http://blogs.coreboot.org Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [RFC] Network console for coreboot

2010-05-31 Thread Joseph Smith
On 05/31/2010 03:05 PM, Rudolf Marek wrote: I made bit more extended version on http://blogs.coreboot.org Sweet :-) That is really cool Rudolf :-) -- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinf

Re: [coreboot] [RFC] Network console for coreboot

2010-06-01 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I clean up the patch bit more. Looks way better. Question is if the ne2k.c belongs to drivers or /lib (and where to put header file) Otherwise it is nearly ready. I made Kconfig for that which is able to translate the IP strings to the binary

Re: [coreboot] [RFC] Network console for coreboot

2010-06-01 Thread ron minnich
That is amazingly great. BTW: http://supplier.sandia.gov/opportunities/expanded.aspx?ID=768 coreboot is mandatory. Rudolf's kind of work shows why. Sandia is putting some money on coreboot. ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [RFC] Network console for coreboot

2010-06-01 Thread Peter Stuge
Rudolf Marek wrote: > I clean up the patch bit more. Looks way better. Question is if the > ne2k.c belongs to drivers or /lib (and where to put header file) It's not a driver for initialization, it's console code, so I think it belongs in lib, similar to usbdebug code. > Otherwise it is nearly r

Re: [coreboot] [RFC] Network console for coreboot

2010-06-02 Thread Rudolf Marek
Dne 2.6.2010 05:21, Peter Stuge napsal(a): Rudolf Marek wrote: I clean up the patch bit more. Looks way better. Question is if the ne2k.c belongs to drivers or /lib (and where to put header file) It's not a driver for initialization, it's console code, so I think it belongs in lib, similar to

Re: [coreboot] [RFC] Network console for coreboot

2010-06-02 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I hope here is a final version. I added the missing header files and did some random fixes (typos, Kconfig more descriptive, GPL in header file) Signed-off-by: Rudolf Marek This patch adds support for console over Ethernet. Thanks, Rudolf

Re: [coreboot] [RFC] Network console for coreboot

2010-06-22 Thread Rudolf Marek
Hi, I have done a ROMCC version too. Stay tuned. Btw this means that SerialICE over Ethernet is closer too. Thanks, Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [RFC] Network console for coreboot

2010-06-22 Thread Joseph Smith
On 06/22/2010 04:49 AM, Rudolf Marek wrote: Hi, I have done a ROMCC version too. Stay tuned. Btw this means that SerialICE over Ethernet is closer too. YAHOO! This is great news for serialice Rudolf :-) -- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org -- coreboot mailing list: core

Re: [coreboot] [RFC] Network console for coreboot

2010-06-23 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, This is hopefully last iteration of netconsole patch. It works with ROMCC now! I think this can be used to make SerialICE work over Ethernet too. Works on Qemu and on real HW. Please can someone obtain rtl8029 card and test? I think I could se

Re: [coreboot] [RFC] Network console for coreboot

2010-07-09 Thread Rudolf Marek
Anyone can ack / test please? KTHXBYE Rudolf -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [RFC] Network console for coreboot

2010-07-09 Thread Cristi Magherusan
On Fri, 2010-07-09 at 18:09 +0200, Rudolf Marek wrote: > Anyone can ack / test please? > > KTHXBYE > > Rudolf > > Tested with my m2v-mx-se and TX is confirmed to work. Still, when using the qemu target it fails to compile, so I think we should also test it using abuild to see how many boards

Re: [coreboot] [RFC] Network console for coreboot

2010-07-09 Thread Myles Watson
Before you commit, I have some suggestions: I don't think it should default to yes. +config CONSOLE_NE2K + bool "Network console over NE2000 compatible Ethernet adapter" + default y + help A little trivial white space cleanup before you commit. Warning: trailing whitespace in

Re: [coreboot] [RFC] Network console for coreboot

2010-07-16 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the hints, I fixed that, Its there as 5666. If someone wants a RTL8029 cards please let me know. I will have like 20 of them. It could work on Soyo board too, however with Qemu the ROMCC runs out of regs. Thanks, Rudolf -BEGIN PGP S