1. 24 10月, 2017 5 次提交
  2. 23 10月, 2017 9 次提交
  3. 21 10月, 2017 3 次提交
  4. 19 10月, 2017 9 次提交
  5. 18 10月, 2017 2 次提交
  6. 17 10月, 2017 7 次提交
  7. 16 10月, 2017 5 次提交
    • P
      arm: dra76: fastboot: extend cpu type for getvar command · 9b46ce8c
      Praneeth Bajjuri 提交于
      'commit fa24eca1 ("omap: Add routine for setting fastboot variables")'
      adds initial support and usage of "fastboot getvar" command
      for DRA75x and DRA72x devices.
      
      and
      'commit 0f9e6aee ("arm: dra76: Add support for ES1.0 detection")'
      adds initial dra76 device definition
      
      This patch is to extend usage of "fastboot getvar" for DRA76 device.
      Signed-off-by: NPraneeth Bajjuri <praneeth@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      9b46ce8c
    • V
      omap-common: fastboot: extend cpu type for DRA71x rev 2.1 · b6df9359
      Vishal Mahaveer 提交于
      DRA71x processors are reduced pin and software compatible
      derivative of DRA72 processors. Extend support for this
      revision in "getvar cpu" command.
      Signed-off-by: NVishal Mahaveer <vishalm@ti.com>
      [praneeth@ti.com: rebase to u-boot master]
      Signed-off-by: NPraneeth Bajjuri <praneeth@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      b6df9359
    • V
      arm: dra7xx: Add vendor partition to Android GPT table for eMMC · 3f3607de
      Vishal Mahaveer 提交于
      Add vendor partition to Android GPT table for eMMC.
      
      A Vendor image contains SoC-specific code and configuration.
      
      Prior to Android 8.0, the vendor partition was optional ;
      files belonging to these images were placed in boot.img or system.img
      with symlinks (such as /vendor >/system/vendor ) when absent.
      
      Android 8.0 makes the vendor partition mandatory
      
      The goal is to modularize Android partitions with standard interface between
      the Android Platform (on system.img ) and vendor-provided code(on vendor.img).
      
      This standard interface enables the Android Platform to be updated
      without affecting the SoC partitions. This makes it possible to upgrade a
      device system.img from Android 8.0 to Android P while other images (such as
      vendor.img) remain at Android 8.0. This modularity enables timely
      Android platform upgrades (such as monthly security updates )
      without requiring SoC/ODM partners to update SoC- and device-specific code.
      Signed-off-by: NVishal Mahaveer <vishalm@ti.com>
      Signed-off-by: NPraneeth Bajjuri <praneeth@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      3f3607de
    • P
      arm: am57xx: Add vendor partition to Android GPT table for eMMC · d5a42f66
      Praneeth Bajjuri 提交于
      Add vendor partition to Android GPT table for eMMC.
      
      A Vendor image contains SoC-specific code and configuration.
      
      Prior to Android 8.0, the vendor partition was optional ;
      files belonging to these images were placed in boot.img or system.img
      with symlinks (such as /vendor >/system/vendor ) when absent.
      
      Android 8.0 makes the vendor partition mandatory
      
      The goal is to modularize Android partitions with standard interface between
      the Android Platform (on system.img ) and vendor-provided code(on vendor.img).
      
      This standard interface enables the Android Platform to be updated
      without affecting the SoC partitions. This makes it possible to upgrade a
      device system.img from Android 8.0 to Android P while other images (such as
      vendor.img) remain at Android 8.0. This modularity enables timely
      Android platform upgrades (such as monthly security updates )
      without requiring SoC/ODM partners to update SoC- and device-specific code.
      Signed-off-by: NPraneeth Bajjuri <praneeth@ti.com>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      d5a42f66
    • H
      usbtty: fix typos · c409336d
      Heinrich Schuchardt 提交于
      Fix typos in USB tty driver.
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      c409336d