aboutsummaryrefslogtreecommitdiff
path: root/fixup.txt
blob: 07bcb3c52a0de6d79f70f4f42a082f640c5284ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

Fixup loader to boot mainline on Qualcomm platforms that needs adjustment of
ATAG MEM.

Found at [1], built by issuing:

  arm-eabi-as -o fixup.o fixup.S
  arm-eabi-objcopy -O binary fixup.o fixup.bin


Use by concatenating together with zImage:

  cat fixup.bin arch/arm/boot/zImage > zImage


[1] https://www.codeaurora.org/cgit/quic/kernel/skales/tree/atag-fix/fixup.S