Skip to content
Snippets Groups Projects
  1. Dec 03, 2016
    • Vladimir Zapolskiy's avatar
      sh4: use single u-boot linker script for all boards · 3f8b5391
      Vladimir Zapolskiy authored
      
      Three supported SH4/SH4A boards with the bootloader image stored on
      SPI flash have own flavour of a linker script, in turn they are equal
      among each other. The only difference is that the text from
      lowlevel_init.o is placed right after start.o, which makes sense.
      
      Note that .bss section is not marked as NOLOAD, because for about
      10 years this is a default option of a GNU linker, either the
      attribute is found or not the resulting image file is the same.
      
      Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      3f8b5391
  2. Oct 23, 2016
  3. Sep 09, 2016
  4. Jun 09, 2016
  5. Apr 25, 2016
  6. Nov 25, 2015
  7. Jun 26, 2015
  8. Jun 01, 2015
  9. Nov 17, 2014
  10. Jan 09, 2014
  11. Jan 08, 2014
  12. Dec 18, 2013
  13. Nov 04, 2013
  14. Oct 17, 2013
  15. Jul 24, 2013
  16. Dec 20, 2012
  17. May 28, 2012
  18. Apr 19, 2012
    • Marek Vasut's avatar
      CMD: Drop CONFIG_CMD_DFL, it's not used · d5f6a15a
      Marek Vasut authored
      
      $ git grep CMD_DFL
      board/atc/ti113x.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/atc/ti113x.c:     pci_writew (s, PCI_COMMAND, CMD_DFLT);
      board/cpc45/pd67290.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      board/cpc45/pd67290.c:  pci_writew (s, PCI_COMMAND, CMD_DFLT);
      drivers/pcmcia/i82365.c:#define CMD_DFLT (PCI_COMMAND_IO|PCI_COMMAND_MEMORY| \
      drivers/pcmcia/i82365.c:        pci_writew (s, PCI_COMMAND, CMD_DFLT);
      include/configs/MBX.h:#define CONFIG_CMD_DFL
      include/configs/MigoR.h:#define CONFIG_CMD_DFL
      include/configs/digsy_mtc.h:#define CONFIG_CMD_DFL
      include/configs/ms7722se.h:#define CONFIG_CMD_DFL
      include/configs/ms7750se.h:#define CONFIG_CMD_DFL
      include/configs/r2dplus.h:#define CONFIG_CMD_DFL
      include/configs/sh7757lcr.h:#define CONFIG_CMD_DFL
      include/configs/sh7785lcr.h:#define CONFIG_CMD_DFL
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Pfister_Werner@intercontrol.de
      Cc: iwamatsu@nigauri.org
      Cc: nobuhiro.iwamatsu.yj@renesas.com
      Cc: vapier@gentoo.org
      Cc: wd@denx.de
      Cc: yoshihiro.shimoda.uh@renesas.com
      Acked-by: default avatarAnatolij Gustschin <agust@denx.de>
      Acked-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      d5f6a15a
  19. Mar 26, 2012
  20. Dec 02, 2011
  21. Oct 27, 2011
  22. Oct 05, 2011
  23. Feb 02, 2011
Loading