You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openpowerwtf 3893e0253d add dev 2 years ago
..
boot.bin add dev 2 years ago
boot.bin.hex add dev 2 years ago
boot.d add dev 2 years ago
boot.lst add dev 2 years ago
boot.o add dev 2 years ago
boot.s add dev 2 years ago
defines.s add dev 2 years ago
readme.md add dev 2 years ago

readme.md

powerpc-linux-gnu-as -a64 -mbig-endian -ma2 boot.s -ahlnd -o boot.o > boot.lst
powerpc-linux-gnu-objdump -d boot.o > boot.d

# creat binary
powerpc-linux-gnu-objcopy -O binary boot.o boot.bin

# create ascii hex
../bin/bin2init boot.bin