1. 22 Nov, 2010 1 commit
    • Alessandro Rubini's avatar
      minic and vic: cleanup Makefiles · 3e463624
      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.
      3e463624
  2. 20 Nov, 2010 1 commit
    • Alessandro Rubini's avatar
      patches/2.6.35: added initramfs hack · fb59f3f4
      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.
      fb59f3f4
  3. 19 Nov, 2010 3 commits