Changeset 677f620 in mainline for boot/arch/mips32/loader/Makefile


Ignore:
Timestamp:
2008-08-05T21:52:14Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30b3ddb
Parents:
0928526
Message:

Split mktmpfs.py to a TMPFS specific part and a HORD specific part. The latter
is moved to mkhord.py and can be reused for FAT16 images as well. mktmpfs.py and
mkfat.sh define the same interface now. Modify makefiles to use the modified
interface (e.g. do not pass alignment to either mktmpfs.py or mkfat.sh). FAT16
initrd image can be now loaded as initrd on amd64 and gets recognized as a
ramdisk image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/Makefile

    r0928526 r677f620  
    124124                cp $$task $(USPACEDIR)/dist/sbin/ ; \
    125125        done
    126         ../../../../tools/mktmpfs.py 16384 $(USPACEDIR)/dist/ initrd.img
     126        ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img
     127        ../../../../tools/mkhord.py 16384 initrd.fs.img initrd.img
     128        rm initrd.fs.img
    127129        ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 16384 "unsigned int" $(COMPONENTS) ./initrd.img
    128130
Note: See TracChangeset for help on using the changeset viewer.