Skip to content
Snippets Groups Projects
  1. Aug 13, 2017
    • Philipp Tomsich's avatar
      spl: add hierarchical defaults for SPL_LDSCRIPT · b529993e
      Philipp Tomsich authored
      
      With SPL_LDSCRIPT moved to Kconfig (and this being a 'string' config
      node), all the lingering definitions in header files will cause
      warnings/errors due to the redefinition of the configuration item.
      
      As we don't want to pollute the defconfig files (and values should
      usually be identical for entire architectures), the defaults are moved
      into Kconfig.  Kconfig will always pick the first default that
      matches, so please keep these values at the end of each file (to allow
      any board-specific Kconfig, which will be included earlier) to
      override with an unconditional default setting.
      
      Signed-off-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      b529993e
  2. Jul 27, 2017
  3. Jul 26, 2017
  4. Jun 19, 2017
  5. May 08, 2017
    • Vikas Manocha's avatar
      spl: make image arg or fdt blob address reconfigurable · 5bf5250e
      Vikas Manocha authored
      
      At present fdt blob or argument address being passed to kernel is fixed at
      compile time using macro CONFIG_SYS_SPL_ARGS_ADDR. FDT blob from
      different media like nand, nor flash are copied to the address pointed
      by the macro.
      The problem is, it makes args/fdt blob compulsory to copy which is not required
      in cases like for NOR Flash. This patch removes this limitation.
      
      Signed-off-by: default avatarVikas Manocha <vikas.manocha@st.com>
      5bf5250e
  6. Feb 10, 2017
  7. Jan 24, 2017
  8. Dec 03, 2016
  9. Oct 19, 2016
  10. Oct 06, 2016
  11. Sep 23, 2016
  12. Jun 06, 2016
  13. Apr 04, 2016
  14. Mar 14, 2016
    • Simon Glass's avatar
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass authored
      
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      73223f0e
  15. Feb 24, 2016
    • Michal Simek's avatar
      microblaze: Add missing chosen node · 20434c8a
      Michal Simek authored
      
      fdtgrep requires /chosen node to be specified or at least more nodes which
      stays in DTS to generate output.
      Error message:
      ./tools/fdtgrep -b u-boot,dm-pre-reloc -RT dts/dt.dtb -n /chosen -O
      dtb | ./tools/fdtgrep -r -O dtb - -o spl/u-boot-spl.dtb -P pinctrl-0 -P
      pinctrl-names -P clocks -P clock-names -P interrupt-parent
      Error: FDT_ERR_BADMAGIC
      
      This patch add empty chosen node to keep fdtgrep happy and pass
      compilation for in tree DTS file.
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      20434c8a
  16. Feb 06, 2016
  17. Jan 27, 2016
  18. Jan 14, 2016
  19. Dec 18, 2015
  20. Nov 19, 2015
  21. Nov 10, 2015
    • Tom Rini's avatar
      Various Makefiles: Add SPDX-License-Identifier tags · da58dec8
      Tom Rini authored
      
      After consulting with some of the SPDX team, the conclusion is that
      Makefiles are worth adding SPDX-License-Identifier tags too, and most of
      ours have one.  This adds tags to ones that lack them and converts a few
      that had full (or in one case, very partial) license blobs into the
      equivalent tag.
      
      Cc: Kate Stewart <kstewart@linuxfoundation.org>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      da58dec8
  22. Nov 05, 2015
  23. Oct 24, 2015
  24. May 12, 2015
  25. Mar 28, 2015
  26. Mar 24, 2015
    • Rob Herring's avatar
      remove unnecessary version.h includes · 7682a998
      Rob Herring authored
      
      Various files are needlessly rebuilt every time due to the version and
      build time changing. As version.h is not actually needed, remove the
      include.
      
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Tom Warren <twarren@nvidia.com>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Macpaul Lin <macpaul@andestech.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: York Sun <yorksun@freescale.com>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Philippe Reynes <tremyfr@yahoo.fr>
      Cc: Eric Jarrige <eric.jarrige@armadeus.org>
      Cc: "David Müller" <d.mueller@elsoft.ch>
      Cc: Phil Edworthy <phil.edworthy@renesas.com>
      Cc: Robert Baldyga <r.baldyga@samsung.com>
      Cc: Torsten Koschorrek <koschorrek@synertronixx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: default avatarŁukasz Majewski <l.majewski@samsung.com>
      7682a998
  27. Feb 09, 2015
Loading