- Nov 22, 2010
-
-
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
-