Skip to content
Snippets Groups Projects
  1. Aug 13, 2018
  2. Aug 11, 2018
  3. Aug 10, 2018
    • Stephen Warren's avatar
      travis: give every job a name · a032e0a6
      Stephen Warren authored and Tom Rini's avatar Tom Rini committed
      
      Travis CI now supports giving jobs an explicit name. Do this for all jobs.
      This allows more direct control over jobs names than the previous
      automatic or implicit naming based on the environment variables or script
      text.
      
      Signed-off-by: Stephen Warren's avatarStephen Warren <swarren@nvidia.com>
      [trini: Update names for jobs added/changed since posting]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      a032e0a6
    • Rob Bracero's avatar
      elf: Add support for PPC64 ELF V1 ABI in bootelf · 2846ea81
      Rob Bracero authored and Tom Rini's avatar Tom Rini committed
      
      This update adds PPC64 ELF V1 ABI support to bootelf for both the
      program header and section header options. Elf64 support was already
      present for the program header option, but it was not handling the
      PPC64 ELF V1 ABI case. For the PPC64 ELF V1 ABI, the e_entry field of
      the elf header must be treated as function descriptor pointer instead
      of a function address. The first doubleword of the function descriptor
      is the function's entry address.
      
      Signed-off-by: default avatarRob Bracero <robbracero@gmail.com>
      [trini: Fix whitespace issues]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      2846ea81
Loading