- Nov 22, 2010
-
-
Alessandro Rubini authored
-
Alessandro Rubini authored
-
Alessandro Rubini authored
-
Alessandro Rubini authored
This describes the driver's layout and what's missing at this point (see FIXME notes)
-
Alessandro Rubini authored
This is nothing to be excited about, but it's compiling and the basic layout is there. There are quite some FIXME notes inside, and each of them explains what is missing in the specific point. Some files are still empty, with no FIXME either, but they must clearly be filled with code.
-
Alessandro Rubini authored
This fixes a few issues I had with the machine-generated file. Nothing serious, as it's mostly from me using a pathname instead of running in the same directory where the source .wb is.
-
Alessandro Rubini authored
This is the file as I get from running wbgen2. It still has some issues, fixed in the next commit. The source file was trunk/documentation/specifications/hdlspec/WRSW_wbc_internal_NIC/wr_nic.wb (svn version is 628)
-
Alessandro Rubini authored
-
Alessandro Rubini authored
This simply addes ./nic to the subdiretories being compiled
-
Alessandro Rubini authored
The empty files in here are the way I had split the nic driver, the Makefile is a standard thing for modules. Depends on $LINUX being set
-
Alessandro Rubini authored
-
Alessandro Rubini authored
-
Alessandro Rubini authored
-
Alessandro Rubini authored
This unifies wr_vic and wr_minic in a single directory, which results in a simplification of Makefiles. EXTRA_CFLAGS has been removed as it's now not needed any more.
-
Alessandro Rubini authored
This commit cleans up the Makefiles, removing the "build.sh" scripts and adding EXTRA_CFLAGS to include wr_vic.h from wr_minic directory. This works, but the next commit works better.
-
- Nov 20, 2010
-
-
Alessandro Rubini authored
This patch simply breaks the loop that uncompresses cpio.gz archives into initramfs. The default behaviour is to error out when no more valid data is there in the "initrd=start,size" area. Since we don't know in advance the exact size of the compressed initramfs when the kernel is being compiled, the command line in the WR switch shas 16M ("initrd=0x23000000,16777216") as a safe size. This patch prevents a panic and allos the system to boot with a smaller-than-expected cpio archive.
-
- Nov 19, 2010
-
-
Alessandro Rubini authored
This adds the patches that bring vanilla Linux-2.6.35 to the version we run on the WR switch. Actual code comes from Tomasz Wlostowski's tree whic is currently at http://www.ohwr.org/projects/white-rabbit/wiki/WhiteRabbitSwitch . Since Tom's tree is not forked off Linus, I diffed and re-patched over a real 2.6.35 git tree, and published in my own slow server at git://gnudd.com/linux-wrswitchv2 The patches here come from my tree by means of "git format-patch".
-
Alessandro Rubini authored
This is a simple copy for files from the white-rabbit svn, currently at revision 623. No local modification is there at this commit. The author of the code is Tomasz Wlostowski, even though I haven't marked him as --author (lazy me).
-
Alessandro Rubini authored
-