Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d, reversing
changes made to 2ee6f3a5f7.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-18 20:20:43 -06:00
parent 3be9f399e9
commit d678a59d2d
4281 changed files with 4581 additions and 8984 deletions

View File

@ -598,22 +598,6 @@ R: Marc Murphy <marc.murphy@sancloud.com>
S: Supported S: Supported
F: arch/arm/dts/am335x-sancloud* F: arch/arm/dts/am335x-sancloud*
ARM SC5XX
M: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
M: Greg Malysa <greg.malysa@timesys.com>
M: Ian Roberts <ian.roberts@timesys.com>
M: Vasileios Bimpikas <vasileios.bimpikas@analog.com>
M: Utsav Agarwal <utsav.agarwal@analog.com>
M: Arturs Artamonovs <arturs.artamonovs@analog.com>
S: Supported
T: git https://github.com/analogdevicesinc/lnxdsp-u-boot
F: arch/arm/include/asm/arch-adi/
F: arch/arm/mach-sc5xx/
F: drivers/clk/adi/
F: drivers/serial/serial_adi_uart4.c
F: drivers/timer/adi_sc5xx_timer.c
F: include/env/adi/
ARM SNAPDRAGON ARM SNAPDRAGON
M: Caleb Connolly <caleb.connolly@linaro.org> M: Caleb Connolly <caleb.connolly@linaro.org>
M: Neil Armstrong <neil.armstrong@linaro.org> M: Neil Armstrong <neil.armstrong@linaro.org>

View File

@ -7,13 +7,11 @@
#include <config.h> #include <config.h>
#include <command.h> #include <command.h>
#include <common.h>
#include <env.h> #include <env.h>
#include <malloc.h> #include <malloc.h>
#include <time.h>
#include <env_internal.h> #include <env_internal.h>
#include <vsprintf.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h>
#include <linux/types.h> #include <linux/types.h>
#include <api_public.h> #include <api_public.h>
#include <u-boot/crc.h> #include <u-boot/crc.h>

View File

@ -3,9 +3,9 @@
* Copyright (c) 2011 The Chromium OS Authors. * Copyright (c) 2011 The Chromium OS Authors.
*/ */
#include <common.h>
#include <api_public.h> #include <api_public.h>
#include <log.h> #include <log.h>
#include <linux/types.h>
/* TODO(clchiou): add support of video device */ /* TODO(clchiou): add support of video device */

View File

@ -6,6 +6,7 @@
*/ */
#include <config.h> #include <config.h>
#include <common.h>
#include <net.h> #include <net.h>
#include <linux/types.h> #include <linux/types.h>
#include <api_public.h> #include <api_public.h>

View File

@ -12,6 +12,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <api_public.h> #include <api_public.h>
#include <asm/u-boot.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include "api_private.h" #include "api_private.h"

View File

@ -9,6 +9,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <api_public.h> #include <api_public.h>
#include <asm/u-boot.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include "api_private.h" #include "api_private.h"

View File

@ -12,6 +12,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <api_public.h> #include <api_public.h>
#include <asm/u-boot.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include "api_private.h" #include "api_private.h"

View File

@ -6,10 +6,10 @@
*/ */
#include <config.h> #include <config.h>
#include <common.h>
#include <api_public.h> #include <api_public.h>
#include <part.h> #include <part.h>
#include <scsi.h> #include <scsi.h>
#include <linux/types.h>
#if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE) #if defined(CONFIG_CMD_USB) && defined(CONFIG_USB_STORAGE)
#include <usb.h> #include <usb.h>

View File

@ -6,8 +6,6 @@
#ifndef __ASM_ARC_GLOBAL_DATA_H #ifndef __ASM_ARC_GLOBAL_DATA_H
#define __ASM_ARC_GLOBAL_DATA_H #define __ASM_ARC_GLOBAL_DATA_H
#include <asm/u-boot.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
/* Architecture-specific global data */ /* Architecture-specific global data */
struct arch_global_data { struct arch_global_data {

View File

@ -1853,9 +1853,6 @@ config TARGET_LS1046AFRWY
development platform that supports the QorIQ LS1046A development platform that supports the QorIQ LS1046A
Layerscape Architecture processor. Layerscape Architecture processor.
config ARCH_SC5XX
bool "Analog Devices SC5XX-processor family"
config TARGET_SL28 config TARGET_SL28
bool "Support sl28" bool "Support sl28"
select ARCH_LS1028A select ARCH_LS1028A
@ -2289,8 +2286,6 @@ source "arch/arm/mach-rockchip/Kconfig"
source "arch/arm/mach-s5pc1xx/Kconfig" source "arch/arm/mach-s5pc1xx/Kconfig"
source "arch/arm/mach-sc5xx/Kconfig"
source "arch/arm/mach-snapdragon/Kconfig" source "arch/arm/mach-snapdragon/Kconfig"
source "arch/arm/mach-socfpga/Kconfig" source "arch/arm/mach-socfpga/Kconfig"

View File

@ -78,7 +78,6 @@ machine-$(CONFIG_ARCH_OWL) += owl
machine-$(CONFIG_ARCH_RENESAS) += renesas machine-$(CONFIG_ARCH_RENESAS) += renesas
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
machine-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx machine-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx
machine-$(CONFIG_ARCH_SC5XX) += sc5xx
machine-$(CONFIG_ARCH_SNAPDRAGON) += snapdragon machine-$(CONFIG_ARCH_SNAPDRAGON) += snapdragon
machine-$(CONFIG_ARCH_SOCFPGA) += socfpga machine-$(CONFIG_ARCH_SOCFPGA) += socfpga
machine-$(CONFIG_ARCH_STM32) += stm32 machine-$(CONFIG_ARCH_STM32) += stm32

View File

@ -14,6 +14,7 @@
* CPU specific code * CPU specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -6,6 +6,7 @@
* (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
*/ */
#include <common.h>
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
#include <asm/arch/clock.h> #include <asm/arch/clock.h>

View File

@ -4,6 +4,7 @@
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
*/ */
#include <common.h>
#include <div64.h> #include <div64.h>
#include <init.h> #include <init.h>
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>

View File

@ -4,6 +4,7 @@
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -9,7 +9,7 @@
* Alex Zuepke <azu@sysgo.de> * Alex Zuepke <azu@sysgo.de>
*/ */
#include <linux/types.h> #include <common.h>
#if defined(CONFIG_ARCH_TEGRA) #if defined(CONFIG_ARCH_TEGRA)
static ulong timestamp; static ulong timestamp;

View File

@ -12,6 +12,7 @@
* CPU specific code * CPU specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -8,6 +8,7 @@
*/ */
#include <asm-offsets.h> #include <asm-offsets.h>
#include <common.h>
#include <config.h> #include <config.h>
/* /*

View File

@ -6,6 +6,7 @@
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <linux/types.h> #include <linux/types.h>
#include <common.h>
#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF) #if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
void invalidate_dcache_all(void) void invalidate_dcache_all(void)

View File

@ -12,6 +12,7 @@
* CPU specific code * CPU specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -9,6 +9,7 @@
* Copyright (C) 2010 Freescale Semiconductor, Inc. * Copyright (C) 2010 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <log.h> #include <log.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -6,6 +6,7 @@
* <armlinux@phytec.de> * <armlinux@phytec.de>
*/ */
#include <common.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/clock.h> #include <asm/arch/clock.h>

View File

@ -9,6 +9,7 @@
* Copyright (C) 2010 Freescale Semiconductor, Inc. * Copyright (C) 2010 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <hang.h> #include <hang.h>

View File

@ -6,6 +6,7 @@
* on behalf of DENX Software Engineering GmbH * on behalf of DENX Software Engineering GmbH
*/ */
#include <common.h>
#include <config.h> #include <config.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>

View File

@ -6,6 +6,7 @@
* on behalf of DENX Software Engineering GmbH * on behalf of DENX Software Engineering GmbH
*/ */
#include <common.h>
#include <config.h> #include <config.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -6,6 +6,7 @@
* on behalf of DENX Software Engineering GmbH * on behalf of DENX Software Engineering GmbH
*/ */
#include <common.h>
#include <config.h> #include <config.h>
#include <init.h> #include <init.h>
#include <log.h> #include <log.h>

View File

@ -6,6 +6,7 @@
* on behalf of DENX Software Engineering GmbH * on behalf of DENX Software Engineering GmbH
*/ */
#include <common.h>
#include <config.h> #include <config.h>
#include <hang.h> #include <hang.h>
#include <log.h> #include <log.h>

View File

@ -20,6 +20,7 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <common.h>
#include <system-constants.h> #include <system-constants.h>
/* /*

View File

@ -9,6 +9,7 @@
* (C) Copyright 2009-2010 Freescale Semiconductor, Inc. * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -16,6 +16,7 @@
#include <asm-offsets.h> #include <asm-offsets.h>
#include <config.h> #include <config.h>
#include <common.h>
#include <linux/linkage.h> #include <linux/linkage.h>
/* /*

View File

@ -12,6 +12,7 @@
* CPU specific code * CPU specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -4,7 +4,7 @@
* Texas Instruments Incorporated, <www.ti.com> * Texas Instruments Incorporated, <www.ti.com>
*/ */
#include <config.h> #include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -9,6 +9,7 @@
* *
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2013 Broadcom Corporation. * Copyright 2013 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -9,6 +9,7 @@
* *
*/ */
#include <common.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/delay.h> #include <linux/delay.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@ -3,6 +3,7 @@
* Copyright 2013 Broadcom Corporation. * Copyright 2013 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>
#include "clk-core.h" #include "clk-core.h"

View File

@ -9,6 +9,7 @@
* *
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2013 Broadcom Corporation. * Copyright 2013 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -9,6 +9,7 @@
* *
*/ */
#include <common.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/delay.h> #include <linux/delay.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@ -3,6 +3,7 @@
* Copyright 2013 Broadcom Corporation. * Copyright 2013 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>
#include "clk-core.h" #include "clk-core.h"

View File

@ -3,6 +3,7 @@
* Copyright 2013 Broadcom Corporation. * Copyright 2013 Broadcom Corporation.
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/sysmap.h> #include <asm/arch/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -7,6 +7,7 @@
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <linux/types.h> #include <linux/types.h>
#include <common.h>
#include <asm/armv7.h> #include <asm/armv7.h>
#include <asm/utils.h> #include <asm/utils.h>

View File

@ -7,6 +7,7 @@
* CP15 specific code * CP15 specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -14,6 +14,7 @@
* CPU specific code * CPU specific code
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -8,6 +8,7 @@
* secure mode before booting an operating system. * secure mode before booting an operating system.
*/ */
#include <common.h>
#include <bootm.h> #include <bootm.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <log.h> #include <log.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/iproc-common/armpll.h> #include <asm/iproc-common/armpll.h>
#include <asm/iproc-common/sysmap.h> #include <asm/iproc-common/sysmap.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Broadcom Corporation. * Copyright 2014 Broadcom Corporation.
*/ */
#include <common.h>
#include <div64.h> #include <div64.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>

View File

@ -3,7 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <asm/global_data.h> #include <asm/global_data.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -4,6 +4,7 @@
* Copyright 2021 NXP * Copyright 2021 NXP
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <init.h> #include <init.h>
#include <net.h> #include <net.h>

View File

@ -3,7 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <net.h> #include <net.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include "fsl_epu.h" #include "fsl_epu.h"

View File

@ -3,7 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/immap_ls102xa.h> #include <asm/arch/immap_ls102xa.h>
#include <linux/errno.h> #include <linux/errno.h>

View File

@ -3,7 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <linux/kernel.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/immap_ls102xa.h> #include <asm/arch/immap_ls102xa.h>

View File

@ -3,7 +3,7 @@
* Copyright 2015 Freescale Semiconductor, Inc. * Copyright 2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <log.h> #include <log.h>
#include <asm/arch/clock.h> #include <asm/arch/clock.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -3,6 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <spl.h> #include <spl.h>
u32 spl_boot_device(void) u32 spl_boot_device(void)

View File

@ -3,6 +3,7 @@
* Copyright 2014 Freescale Semiconductor, Inc. * Copyright 2014 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -6,6 +6,7 @@
* Lokesh Vutla <lokeshvutla@ti.com> * Lokesh Vutla <lokeshvutla@ti.com>
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/armv7.h> #include <asm/armv7.h>

View File

@ -3,6 +3,7 @@
* Copyright (C) 2009 Samsung Electronics * Copyright (C) 2009 Samsung Electronics
* Minkyu Kang <mk7.kang@samsung.com> * Minkyu Kang <mk7.kang@samsung.com>
*/ */
#include <common.h>
#include <display_options.h> #include <display_options.h>
#include <fdtdec.h> #include <fdtdec.h>
#include <init.h> #include <init.h>

View File

@ -5,7 +5,7 @@
* Donghwa Lee <dh09.lee@samsung.com> * Donghwa Lee <dh09.lee@samsung.com>
*/ */
#include <config.h> #include <common.h>
#include <errno.h> #include <errno.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/pwm.h> #include <asm/arch/pwm.h>

View File

@ -4,7 +4,7 @@
* Naveen Krishna Ch <ch.naveen@samsung.com> * Naveen Krishna Ch <ch.naveen@samsung.com>
*/ */
#include <config.h> #include <common.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/sromc.h> #include <asm/arch/sromc.h>

View File

@ -6,6 +6,7 @@
* Minkyu Kang <mk7.kang@samsung.com> * Minkyu Kang <mk7.kang@samsung.com>
*/ */
#include <common.h>
#include <div64.h> #include <div64.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>

View File

@ -4,6 +4,7 @@
* Hyunseok, Jung <hsjung@nexell.co.kr> * Hyunseok, Jung <hsjung@nexell.co.kr>
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -7,6 +7,7 @@
* which was based on code by Carl van Schaik <carl@ok-labs.com>. * which was based on code by Carl van Schaik <carl@ok-labs.com>.
*/ */
#include <config.h> #include <config.h>
#include <common.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>

View File

@ -9,6 +9,7 @@
* SRAM init for older sunxi SoCs. * SRAM init for older sunxi SoCs.
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/cpu.h> #include <asm/arch/cpu.h>

View File

@ -7,6 +7,7 @@
* Syed Mohammed Khasim <khasim@ti.com> * Syed Mohammed Khasim <khasim@ti.com>
*/ */
#include <common.h>
#include <asm/io.h> #include <asm/io.h>
/************************************************************ /************************************************************

View File

@ -3,6 +3,7 @@
* Copyright 2013 Freescale Semiconductor, Inc. * Copyright 2013 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>

View File

@ -3,6 +3,7 @@
* Copyright 2013 Freescale Semiconductor, Inc. * Copyright 2013 Freescale Semiconductor, Inc.
*/ */
#include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -15,6 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <common.h>
#include <errno.h> #include <errno.h>
#include <log.h> #include <log.h>
#include <stdio_dev.h> #include <stdio_dev.h>

View File

@ -8,6 +8,7 @@
* needed to enable ARMv7 virtualization for current hypervisors * needed to enable ARMv7 virtualization for current hypervisors
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/armv7.h> #include <asm/armv7.h>
#include <asm/cache.h> #include <asm/cache.h>

View File

@ -4,6 +4,7 @@
* Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <errno.h> #include <errno.h>
#include <log.h> #include <log.h>

View File

@ -7,6 +7,7 @@
* Kamil Lulko, <kamil.lulko@gmail.com> * Kamil Lulko, <kamil.lulko@gmail.com>
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -21,7 +21,7 @@
* using CFG_SYS_HZ_CLOCK. * using CFG_SYS_HZ_CLOCK.
*/ */
#include <config.h> #include <common.h>
#include <init.h> #include <init.h>
#include <time.h> #include <time.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -7,6 +7,7 @@
* Alexander Graf <agraf@suse.de> * Alexander Graf <agraf@suse.de>
*/ */
#include <common.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <hang.h> #include <hang.h>
#include <log.h> #include <log.h>

View File

@ -3,6 +3,7 @@
* Copyright 2016 NXP Semiconductor, Inc. * Copyright 2016 NXP Semiconductor, Inc.
*/ */
#include <common.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/psci.h> #include <asm/psci.h>
#include <asm/system.h> #include <asm/system.h>

View File

@ -10,6 +10,7 @@
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*/ */
#include <common.h>
#include <command.h> #include <command.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <irq_func.h> #include <irq_func.h>

View File

@ -8,6 +8,7 @@
* level before booting an operating system. * level before booting an operating system.
*/ */
#include <common.h>
#include <bootm.h> #include <bootm.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <log.h> #include <log.h>

View File

@ -4,7 +4,7 @@
* Copyright 2014-2015 Freescale Semiconductor, Inc. * Copyright 2014-2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <env.h> #include <env.h>

View File

@ -4,7 +4,7 @@
* Copyright 2020-2021 NXP * Copyright 2020-2021 NXP
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <efi_loader.h> #include <efi_loader.h>
#include <log.h> #include <log.h>

View File

@ -3,12 +3,11 @@
* Copyright 2015 Freescale Semiconductor, Inc. * Copyright 2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/string.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/soc.h> #include <asm/arch/soc.h>

View File

@ -4,7 +4,7 @@
* Copyright 2019 NXP. * Copyright 2019 NXP.
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -4,7 +4,7 @@
* Copyright 2014-2015 Freescale Semiconductor, Inc. * Copyright 2014-2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <env.h> #include <env.h>
#include <log.h> #include <log.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -6,7 +6,7 @@
* Derived from arch/power/cpu/mpc85xx/speed.c * Derived from arch/power/cpu/mpc85xx/speed.c
*/ */
#include <config.h> #include <common.h>
#include <clock_legacy.h> #include <clock_legacy.h>
#include <cpu_func.h> #include <cpu_func.h>
#include <asm/global_data.h> #include <asm/global_data.h>

View File

@ -3,7 +3,7 @@
* Copyright 2018 NXP * Copyright 2018 NXP
*/ */
#include <config.h> #include <common.h>
#include <linux/libfdt.h> #include <linux/libfdt.h>
#include <fdt_support.h> #include <fdt_support.h>

View File

@ -3,7 +3,7 @@
* Copyright 2016 Freescale Semiconductor, Inc. * Copyright 2016 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/immap_lsch2.h> #include <asm/arch/immap_lsch2.h>

View File

@ -3,9 +3,9 @@
* Copyright 2019 NXP * Copyright 2019 NXP
*/ */
#include <common.h>
#include <fdt_support.h> #include <fdt_support.h>
#include <log.h> #include <log.h>
#include <asm/arch/stream_id_lsch3.h>
#include <asm/arch-fsl-layerscape/immap_lsch3.h> #include <asm/arch-fsl-layerscape/immap_lsch3.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h> #include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h> #include <asm/arch-fsl-layerscape/fsl_portals.h>

View File

@ -3,8 +3,7 @@
* Copyright 2019 NXP * Copyright 2019 NXP
*/ */
#include <config.h> #include <common.h>
#include <linux/kernel.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
struct serdes_config { struct serdes_config {

View File

@ -3,12 +3,11 @@
* Copyright 2018 NXP * Copyright 2018 NXP
*/ */
#include <config.h> #include <common.h>
#include <asm/arch-fsl-layerscape/immap_lsch2.h> #include <asm/arch-fsl-layerscape/immap_lsch2.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h> #include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h> #include <asm/arch-fsl-layerscape/fsl_portals.h>
#include <fsl_sec.h> #include <fsl_sec.h>
#include <asm/arch/stream_id_lsch3.h>
#ifdef CONFIG_SYS_DPAA_QBMAN #ifdef CONFIG_SYS_DPAA_QBMAN
struct qportal_info qp_info[CFG_SYS_QMAN_NUM_PORTALS] = { struct qportal_info qp_info[CFG_SYS_QMAN_NUM_PORTALS] = {

View File

@ -3,7 +3,7 @@
* Copyright 2015 Freescale Semiconductor, Inc. * Copyright 2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/immap_lsch2.h> #include <asm/arch/immap_lsch2.h>

View File

@ -3,11 +3,10 @@
* Copyright 2018 NXP * Copyright 2018 NXP
*/ */
#include <config.h> #include <common.h>
#include <asm/arch-fsl-layerscape/immap_lsch2.h> #include <asm/arch-fsl-layerscape/immap_lsch2.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h> #include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h> #include <asm/arch-fsl-layerscape/fsl_portals.h>
#include <asm/arch/stream_id_lsch3.h>
#ifdef CONFIG_SYS_DPAA_QBMAN #ifdef CONFIG_SYS_DPAA_QBMAN
struct qportal_info qp_info[CFG_SYS_QMAN_NUM_PORTALS] = { struct qportal_info qp_info[CFG_SYS_QMAN_NUM_PORTALS] = {

View File

@ -4,7 +4,7 @@
* Copyright 2019 NXP * Copyright 2019 NXP
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/immap_lsch2.h> #include <asm/arch/immap_lsch2.h>

View File

@ -3,11 +3,10 @@
* Copyright 2019 NXP * Copyright 2019 NXP
*/ */
#include <config.h> #include <common.h>
#include <asm/arch-fsl-layerscape/immap_lsch3.h> #include <asm/arch-fsl-layerscape/immap_lsch3.h>
#include <asm/arch-fsl-layerscape/fsl_icid.h> #include <asm/arch-fsl-layerscape/fsl_icid.h>
#include <asm/arch-fsl-layerscape/fsl_portals.h> #include <asm/arch-fsl-layerscape/fsl_portals.h>
#include <asm/arch/stream_id_lsch3.h>
struct icid_id_table icid_tbl[] = { struct icid_id_table icid_tbl[] = {
SET_SDHC_ICID(1, FSL_SDMMC_STREAM_ID), SET_SDHC_ICID(1, FSL_SDMMC_STREAM_ID),

View File

@ -3,7 +3,7 @@
* Copyright 2017-2019 NXP * Copyright 2017-2019 NXP
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
#include <asm/arch/soc.h> #include <asm/arch/soc.h>
#include <asm/io.h> #include <asm/io.h>

View File

@ -3,7 +3,7 @@
* Copyright 2014-2015 Freescale Semiconductor, Inc. * Copyright 2014-2015 Freescale Semiconductor, Inc.
*/ */
#include <config.h> #include <common.h>
#include <asm/arch/fsl_serdes.h> #include <asm/arch/fsl_serdes.h>
struct serdes_config { struct serdes_config {

Some files were not shown because too many files have changed in this diff Show More