24 Dec, 2010

1 commit


04 Aug, 2010

2 commits


01 Apr, 2010

2 commits

  • If CONFIG_INITRAMFS_SOURCE is set, "scripts/gen_initramfs_list.sh"
    checks if the cpio image exists. Remove the duplicate check from the
    Makefile.

    Remove the "clean-kernel" variable which is unused in the Makefile and
    is not used by the Kbuild.

    Signed-off-by: Arun Bhanu
    Signed-off-by: Michal Simek

    Arun Bhanu
     
  • 'make clean' does not to delete the following build generated file:
    arch/microblaze/boot/linux.bin.ub

    'make mrproper' does not to delete the following build generated files:
    arch/microblaze/boot/simpleImage.*

    Fix the Makefile to delete these build generated files.

    See [1] for a discussion on why simpleImage.* files are deleted with 'make
    mrproper' and not with 'make clean'.
    [1] http://lkml.org/lkml/2010/3/12/96

    Signed-off-by: Arun Bhanu
    Signed-off-by: Michal Simek

    Arun Bhanu
     

14 Dec, 2009

1 commit

  • Two version are generated.
    linux.bin.ub which is created from linux.bin file
    and
    simpleImage..ub which is created from stripped simpleImage. file

    Load address and entry point is for microblaze first instruction
    which is CONFIG_KERNEL_BASE_ADDR variable.

    There is possible for simpleImage format parse _start symbol too.

    simpleImage. is still stripped elf file

    I cleared simpleImage..unstrip file because there are so big.

    Signed-off-by: Michal Simek

    Michal Simek
     

24 Sep, 2009

1 commit

  • Instead of remembering to specify DTB= on the make commandline, this commit
    allows the much friendlier make simpleImage.
    where .dts is expected to be found in arch/microblaze/boot/dts/
    The resulting vmlinux, with the compiled DTS linked in, will be copied to
    boot/simpleImage.

    This mirrors the same functionality as on PowerPC,
    albeit achieving it in a slightly different way.

    + strip simpleImage file
    The size of output file is very similar to linux.bin.

    vmlinux - full elf without fdt blob
    simpleImage..unstrip - full elf with fdt blob
    simpleImage. - stripped elf with fdt blob

    Add symlink to generic system.dts in platform folder

    Signed-off-by: John Williams
    Signed-off-by: Michal Simek

    Michal Simek
     

26 May, 2009

1 commit


27 Mar, 2009

1 commit