Skip to content
Snippets Groups Projects
  1. Aug 26, 2013
  2. Aug 22, 2013
  3. Aug 21, 2013
  4. Aug 20, 2013
  5. Aug 19, 2013
    • Joel Fernandes's avatar
      SPL: Makefile: Build a separate autoconf.mk for SPL · 39bc12dd
      Joel Fernandes authored
      
      SPL defines CONFIG_SPL_BUILD but this does not percolate to the
      autoconf.mk Makefile.  As a result the build breaks when
      CONFIG_SPL_BUILD is used in the board-specific include header file. With
      this, there is a possibility of having a CONFIG option defined in the
      header file but not defined in the Makefile causing all kinds of build
      failure and problems.
      
      It also messes things for up, for example, when one might want to
      undefine options to keep the SPL small and doesn't want to be stuck with
      the CONFIG options used for U-boot.  Lastly, this also avoids defining
      special CONFIG_SPL_ variables for cases where some options are required
      in U-boot but not in SPL.
      
      We add a spl-autoconf.mk rule that is generated for SPL with the
      CONFIG_SPL_BUILD flag and conditionally include it for SPL builds.
      
      Signed-off-by: default avatarJoel Fernandes <joelf@ti.com>
      Signed-off-by: default avatarYing Zhang <b40530@freescale.com>
      39bc12dd
    • Tom Rini's avatar
      Prepare v2013.10-rc1 · 40a60c6e
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      40a60c6e
    • Wolfgang Denk's avatar
      SPDX-License-Identifier: convert BSD-3-Clause files · cb3761ea
      Wolfgang Denk authored
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      [trini Don't remove some copyrights by accident]
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      cb3761ea
    • Wolfgang Denk's avatar
      board/esd/cpci750/mv_eth.c: Fix license · 874b4a04
      Wolfgang Denk authored
      
      The file header indicated that this file was GPL-2.0+, but actually
      the code was derived from (Marvell based) Linux source code which is
      only GPL-2.0.  Fix this.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
      Acked-by: default avatarStefan Roese <sr@denx.de>
      874b4a04
    • Wolfgang Denk's avatar
      SPDX-License-Identifier: convert PIBS licensed files · 46263f2d
      Wolfgang Denk authored
      
      This commit adapts the files that were derived from PIBS (PowerPC
      Initialization and Boot Software) codeto using SPDX License
      Identifiers.
      
      So far, SPDX has not assigned an official License ID for the PIBS
      license yet, so this should be considered preliminary.
      
      Note that the following files contained incorrect license information:
      
      	arch/powerpc/cpu/ppc4xx/4xx_uart.c
      	arch/powerpc/cpu/ppc4xx/start.S
      	arch/powerpc/include/asm/ppc440.h
      
      These files included, in addition to the GPL-2.0 / ibm-pibs dual
      license as inherited from PIBS, a GPL-2.0+ license header which was
      obviously incorrect.  This has been removed.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      
      Conflicts:
      	Licenses/README
      Acked-by: default avatarStefan Roese <sr@denx.de>
      46263f2d
Loading