Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

image-android.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Ahmad Draidi's avatar
    86f4695b
    image: Fix Android boot image support · 86f4695b
    Ahmad Draidi authored
    
    This patch makes the following changes:
    - Set kernel entry point correctly
    - Append bootargs from image to global bootargs instead
            of replacing them
    - Return end address instead of size from android_image_get_end()
    - Give correct parameter to genimg_get_format() in boot_get_ramdisk()
    - Move ramdisk message printing from android_image_get_kernel() to
    	android_image_get_ramdisk()
    
    Signed-off-by: default avatarAhmad Draidi <ar2000jp@gmail.com>
    Cc: Tom Rini <trini@ti.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    86f4695b
    History
    image: Fix Android boot image support
    Ahmad Draidi authored
    
    This patch makes the following changes:
    - Set kernel entry point correctly
    - Append bootargs from image to global bootargs instead
            of replacing them
    - Return end address instead of size from android_image_get_end()
    - Give correct parameter to genimg_get_format() in boot_get_ramdisk()
    - Move ramdisk message printing from android_image_get_kernel() to
    	android_image_get_ramdisk()
    
    Signed-off-by: default avatarAhmad Draidi <ar2000jp@gmail.com>
    Cc: Tom Rini <trini@ti.com>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>