Skip to content
Snippets Groups Projects
  1. Oct 15, 2012
    • Albert ARIBAUD's avatar
      ARM: prevent misaligned array inits · b823fd9b
      Albert ARIBAUD authored
      
      Under option -munaligned-access, gcc can perform local char
      or 16-bit array initializations using misaligned native
      accesses which will throw a data abort exception. Fix files
      where these array initializations were unneeded, and for
      files known to contain such initializations, enforce gcc
      option -mno-unaligned-access.
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      [trini: Switch to usign call cc-option for -mno-unaligned-access as
      Albert had done previously as that's really correct]
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      b823fd9b
  2. Oct 05, 2012
    • Wolfgang Denk's avatar
      MPC85xx: remove support for TQM85xx boards · d923a5d5
      Wolfgang Denk authored
      
      Due to grown code sizes the TQM85xx boards don't build any more with
      some older tool chains (like ELDK 4.2).  As these boards have long
      reached EOL it seems a waste of effort trying to fix them.  The vendor
      has agreed to drop support for them, too.  So let's get rid of them.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      cc: Kim Phillips <kim.phillips@freescale.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      d923a5d5
  3. Oct 03, 2012
  4. Sep 27, 2012
    • Pavel Machek's avatar
      SPL: Add support for loading image from ram in SPL. · c57b953d
      Pavel Machek authored
      
      Signed-off-by: default avatarPavel Machek <pavel@denx.de>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      c57b953d
    • Chander Kashyap's avatar
      PXE: FDT: Add support for fdt in PXE · a655938a
      Chander Kashyap authored
      
      Now DT support is becoming common for all new SoC's. Hence it is better
      to have option for getting specific FDT from the remote server.
      
      This patch adds support for new label i.e. 'fdt'. This will allow to
      retrieve 'fdt blob' from the remote server. This patch take care for
      the following scenarios.
      
      The usage of fdt is optional.
      The 'fdt blob' can be retrieved from tftp or can be available locally
      or can be absent.
      
      If 'fdt_addr_r' environment variable is set and 'fdt' label is defined
      retrieve 'fdt blob' from tftp. 'fdt_addr_r' is then passed along bootm
      command.
      
      If 'fdt_addr' is set and 'fdt blob' is not retrieved from the tftp pass
      'fdt_addr' to bootm command. In this case 'fdt blob' will be available
      at 'fdt_addr'.
      
      If 'fdt_addr' is not set and 'fdt blob' is not retrieve from tftp pass
      NULL to boot command. In this case 'fdt blob' is not required and absent.
      
      Signed-off-by: default avatarChander Kashyap <chander.kashyap@linaro.org>
      Acked-by: default avatarJason Hobbs <jason.hobbs@calxeda.com>
      a655938a
  5. Sep 26, 2012
  6. Sep 24, 2012
  7. Sep 18, 2012
    • Marek Vasut's avatar
      ARM: Remove apollon board · 535c74f8
      Marek Vasut authored
      
      This board is the only board that still sticks to OneNAND IPL.
      Remove this board, since we have SPL around for a while and
      OneNAND is well supported in the SPL framework. The board can
      be revived if necessary.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Tom Rini <trini@ti.com>
      535c74f8
  8. Sep 17, 2012
  9. Sep 07, 2012
  10. Sep 03, 2012
  11. Sep 02, 2012
  12. Sep 01, 2012
  13. Aug 23, 2012
  14. Aug 09, 2012
Loading