arm: socfpga: Move generated files into qts subdir

Move all the files generated by Quartus into the qts/ subdir of the
board/altera/socfpga dir to make them explicitly separate from the
generic U-Boot code.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
master
Marek Vasut 9 years ago
parent 2e8fcc7e41
commit 9617ceb9cf
  1. 2
      board/altera/socfpga/Makefile
  2. 7
      board/altera/socfpga/qts/Makefile
  3. 0
      board/altera/socfpga/qts/iocsr_config.c
  4. 0
      board/altera/socfpga/qts/iocsr_config.h
  5. 0
      board/altera/socfpga/qts/pinmux_config.c
  6. 0
      board/altera/socfpga/qts/pinmux_config.h
  7. 0
      board/altera/socfpga/qts/pll_config.h
  8. 6
      include/configs/socfpga_arria5.h
  9. 6
      include/configs/socfpga_cyclone5.h

@ -7,4 +7,4 @@
#
obj-y := socfpga.o
obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o
obj-$(CONFIG_SPL_BUILD) += qts/

@ -0,0 +1,7 @@
#
# (C) Copyright 2015 Marek Vasut <marex@denx.de>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += pinmux_config.o iocsr_config.o

@ -7,9 +7,9 @@
#define __CONFIG_SOCFPGA_ARRIA5_H__
#include <asm/arch/socfpga_base_addrs.h>
#include "../../board/altera/socfpga/pinmux_config.h"
#include "../../board/altera/socfpga/iocsr_config.h"
#include "../../board/altera/socfpga/pll_config.h"
#include "../../board/altera/socfpga/qts/pinmux_config.h"
#include "../../board/altera/socfpga/qts/iocsr_config.h"
#include "../../board/altera/socfpga/qts/pll_config.h"
/* U-Boot Commands */
#define CONFIG_SYS_NO_FLASH

@ -7,9 +7,9 @@
#define __CONFIG_SOCFPGA_CYCLONE5_H__
#include <asm/arch/socfpga_base_addrs.h>
#include "../../board/altera/socfpga/pinmux_config.h"
#include "../../board/altera/socfpga/iocsr_config.h"
#include "../../board/altera/socfpga/pll_config.h"
#include "../../board/altera/socfpga/qts/pinmux_config.h"
#include "../../board/altera/socfpga/qts/iocsr_config.h"
#include "../../board/altera/socfpga/qts/pll_config.h"
/* U-Boot Commands */
#define CONFIG_SYS_NO_FLASH

Loading…
Cancel
Save