HomeSort by relevance Sort by last modified time
    Searched full:xloader (Results 1 - 9 of 9) sorted by null

  /device/samsung/maguro/
recovery.fstab 11 /xloader emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/xloader
  /device/samsung/toro/
recovery.fstab 11 /xloader emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/xloader
releasetools.py 109 (fstab["/xloader"].device, fstab["/sbl"].device))
  /device/samsung/torospr/
recovery.fstab 11 /xloader emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/xloader
  /device/samsung/tuna/
recovery.fstab 11 /xloader emmc /dev/block/platform/omap/omap_hsmmc.0/by-name/xloader
releasetools.py 92 (fstab["/xloader"].device, fstab["/sbl"].device))
  /device/samsung/tuna/recovery/
bootloader.c 152 // 4460 EMU xloader (128KB)
153 // 4460 HS (eng) xloader (128KB)
154 // 4460 HS (prod) xloader (128KB)
155 // 4430 HS xloader(128KB)
305 // The offsets into xloader part of the bootloader image
308 FILE* xloader = fopen(xloader_loc, "r+b"); local
309 if (xloader == NULL) {
314 // index into the correct xloader offset
315 int written = fwrite(image_data+xloader_offset, 1, BOOT_PART_LEN, xloader);
316 int close_status = fclose(xloader);
    [all...]
  /device/ti/panda/
README 27 fastboot flash xloader device/ti/panda/xloader.bin
  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 318 printf("Writing xloader from %lx to %lx\n",
331 printf("Verifying xloader\n");
343 printf("Verifying xloader.img\n");

Completed in 203 milliseconds