History log of /device/samsung/tuna/recovery/bootloader.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
373d6b3ae7661bcd732a5d4dfa7be30a15d0146b 23-Sep-2011 Michael Ward <mikeward@google.com> Fix how the bootloader gets written.

Zero out the magic number (first 8 bytes of sector 1).

Write the partition table to 0x4400 of EMMC, after giving it the correct
userdata size.

Change the way xloaders are expected to be laid out. Use MSV as part of the
determination of which xloader to use. This is backwards-compatible because
there are no 4430 EMU devices in circulation, and that's the section that
was changed to hold the 4460 HS (prod) xloader.

Change-Id: Iba3a646fd08fa71a29a4c52b3ff0da26468b04f2
/device/samsung/tuna/recovery/bootloader.c
e03df7326702365d88caf5cc4de72259e7f22f0f 01-Jul-2011 Michael Ward <mikeward@google.com> Support bootloader and radio OTAs for Prime.

For bootloader figure out the correct xloader location in bootloader.img and write to /xloader. The sbl is always in the same place, and can be written to /sbl.

For radio the radio.img just needs to be written to /radio.

Change-Id: I7b3b82b5c093331287ada24ba8ebce31a79f74bf
/device/samsung/tuna/recovery/bootloader.c