sizes.h - consolidate for all architectures

Copied from Linux sources "include/linux/sizes.h" commit
413541dd66d51f791a0b169d9b9014e4f56be13c

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>

Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Tom Rini <trini@ti.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Acked-by: Tom Rini <trini@ti.com>
Acked-by: Stefan Roese <sr@denx.de>
[trini: Add bcm Kona platforms to the patch]
Signed-off-by: Tom Rini <trini@ti.com>
master
Alexey Brodkin 10 years ago committed by Tom Rini
parent 3d5a335cef
commit 1ace402239
  1. 2
      arch/arm/cpu/armv7/kona-common/hwinit-common.c
  2. 2
      arch/arm/cpu/armv7/omap-common/hwinit-common.c
  3. 2
      arch/arm/cpu/armv7/omap4/hwinit.c
  4. 2
      arch/arm/cpu/armv7/omap5/hwinit.c
  5. 2
      arch/arm/cpu/at91-common/phy.c
  6. 2
      arch/arm/include/asm/arch-davinci/hardware.h
  7. 2
      arch/arm/include/asm/arch-mb86r0x/hardware.h
  8. 2
      arch/arm/include/asm/arch-tnetv107x/hardware.h
  9. 39
      arch/arm/include/asm/sizes.h
  10. 2
      board/BuS/vl_ma2sc/vl_ma2sc.c
  11. 2
      board/atmel/at91sam9263ek/at91sam9263ek.c
  12. 2
      board/compulab/cm_t335/spl.c
  13. 2
      board/freescale/mx6slevk/mx6slevk.c
  14. 2
      board/highbank/highbank.c
  15. 2
      board/ronetix/pm9261/pm9261.c
  16. 2
      board/ronetix/pm9263/pm9263.c
  17. 2
      board/ronetix/pm9g45/pm9g45.c
  18. 2
      board/samsung/common/misc.c
  19. 2
      board/wandboard/wandboard.c
  20. 2
      drivers/fpga/zynqpl.c
  21. 2
      drivers/gpio/at91_gpio.c
  22. 2
      drivers/pci/pcie_imx.c
  23. 2
      drivers/usb/gadget/f_thor.h
  24. 2
      include/configs/at91rm9200ek.h
  25. 2
      include/configs/bcm28155_ap.h
  26. 2
      include/configs/beaver.h
  27. 2
      include/configs/cardhu.h
  28. 2
      include/configs/cpuat91.h
  29. 2
      include/configs/dalmore.h
  30. 2
      include/configs/devkit3250.h
  31. 2
      include/configs/harmony.h
  32. 2
      include/configs/hummingboard.h
  33. 2
      include/configs/mx6sabre_common.h
  34. 2
      include/configs/mx6slevk.h
  35. 2
      include/configs/omap1510.h
  36. 2
      include/configs/omap3_sdp3430.h
  37. 2
      include/configs/paz00.h
  38. 2
      include/configs/rpi_b.h
  39. 2
      include/configs/sbc35_a9g20.h
  40. 2
      include/configs/seaboard.h
  41. 2
      include/configs/snapper9260.h
  42. 2
      include/configs/tegra-common.h
  43. 2
      include/configs/tnetv107x_evm.h
  44. 2
      include/configs/trats.h
  45. 2
      include/configs/trats2.h
  46. 2
      include/configs/trimslice.h
  47. 2
      include/configs/udoo.h
  48. 2
      include/configs/venice2.h
  49. 2
      include/configs/ventana.h
  50. 2
      include/configs/wandboard.h
  51. 2
      include/configs/whistler.h
  52. 47
      include/linux/sizes.h
  53. 2
      include/usb/s3c_udc.h

@ -5,7 +5,7 @@
*/
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#ifndef CONFIG_SYS_DCACHE_OFF
void enable_caches(void)

@ -14,7 +14,7 @@
#include <common.h>
#include <spl.h>
#include <asm/arch/sys_proto.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/emif.h>
#include <asm/omap_common.h>
#include <linux/compiler.h>

@ -15,7 +15,7 @@
#include <asm/armv7.h>
#include <asm/arch/cpu.h>
#include <asm/arch/sys_proto.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/emif.h>
#include <asm/arch/gpio.h>
#include <asm/omap_common.h>

@ -17,7 +17,7 @@
#include <asm/arch/cpu.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/clock.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/utils.h>
#include <asm/arch/gpio.h>
#include <asm/emif.h>

@ -14,7 +14,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/at91_pmc.h>
#include <asm/arch/at91_rstc.h>
#include <watchdog.h>

@ -15,7 +15,7 @@
#define __ASM_ARCH_HARDWARE_H
#include <config.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#define REG(addr) (*(volatile unsigned int *)(addr))
#define REG_P(addr) ((volatile unsigned int *)(addr))

@ -9,7 +9,7 @@
#ifndef __ASM_ARCH_HARDWARE_H
#define __ASM_ARCH_HARDWARE_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/mb86r0x.h>
#endif

@ -9,7 +9,7 @@
#ifndef __ASSEMBLY__
#include <asm/sizes.h>
#include <linux/sizes.h>
#define ASYNC_EMIF_NUM_CS 4
#define ASYNC_EMIF_MODE_NOR 0

@ -1,39 +0,0 @@
/*
* SPDX-License-Identifier: GPL-2.0+
*/
/* Size defintions
* Copyright (C) ARM Limited 1998. All rights reserved.
*/
#ifndef __sizes_h
#define __sizes_h 1
/* handy sizes */
#define SZ_1K 0x00000400
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000
#define SZ_16K 0x00004000
#define SZ_32K 0x00008000
#define SZ_64K 0x00010000
#define SZ_128K 0x00020000
#define SZ_256K 0x00040000
#define SZ_512K 0x00080000
#define SZ_1M 0x00100000
#define SZ_2M 0x00200000
#define SZ_4M 0x00400000
#define SZ_8M 0x00800000
#define SZ_16M 0x01000000
#define SZ_31M 0x01F00000
#define SZ_32M 0x02000000
#define SZ_64M 0x04000000
#define SZ_128M 0x08000000
#define SZ_256M 0x10000000
#define SZ_512M 0x20000000
#define SZ_1G 0x40000000
#define SZ_2G 0x80000000
#endif
/* END */

@ -8,7 +8,7 @@
#include <config.h>
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/hardware.h>

@ -7,7 +7,7 @@
*/
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/at91sam9263.h>
#include <asm/arch/at91sam9_smc.h>
#include <asm/arch/at91_common.h>

@ -18,7 +18,7 @@
#include <asm/arch/clocks_am33xx.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware_am33xx.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
const struct ctrl_ioregs ioregs = {
.cm0ioctl = MT41J128MJT125_IOCTRL_VALUE,

@ -14,7 +14,7 @@
#include <asm/gpio.h>
#include <asm/imx-common/iomux-v3.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <common.h>
#include <fsl_esdhc.h>
#include <mmc.h>

@ -9,7 +9,7 @@
#include <netdev.h>
#include <scsi.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/io.h>
#define HB_AHCI_BASE 0xffe08000

@ -9,7 +9,7 @@
*/
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/at91sam9_smc.h>

@ -9,7 +9,7 @@
*/
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/at91sam9_smc.h>

@ -12,7 +12,7 @@
*/
#include <common.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/at91sam9_smc.h>

@ -11,7 +11,7 @@
#include <samsung/misc.h>
#include <errno.h>
#include <version.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/cpu.h>
#include <asm/arch/gpio.h>
#include <asm/gpio.h>

@ -17,7 +17,7 @@
#include <asm/imx-common/iomux-v3.h>
#include <asm/imx-common/boot_mode.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <common.h>
#include <fsl_esdhc.h>
#include <ipu_pixfmt.h>

@ -10,7 +10,7 @@
#include <common.h>
#include <asm/io.h>
#include <zynqpl.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/hardware.h>
#include <asm/arch/sys_proto.h>

@ -11,7 +11,7 @@
#include <config.h>
#include <common.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/hardware.h>
#include <asm/arch/at91_pio.h>
#include <asm/arch/gpio.h>

@ -17,7 +17,7 @@
#include <asm/arch/crm_regs.h>
#include <asm/gpio.h>
#include <asm/io.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <errno.h>
#define PCI_ACCESS_READ 0

@ -11,7 +11,7 @@
#define _USB_THOR_H_
#include <linux/compiler.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
/* THOR Composite Gadget */
#define STRING_MANUFACTURER_IDX 0

@ -14,7 +14,7 @@
#ifndef __AT91RM9200EK_CONFIG_H__
#define __AT91RM9200EK_CONFIG_H__
#include <asm/sizes.h>
#include <linux/sizes.h>
/*
* set some initial configurations depending on configure target

@ -7,7 +7,7 @@
#ifndef __BCM28155_AP_H
#define __BCM28155_AP_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/sysmap.h>
/* Architecture, CPU, chip, mach, etc */

@ -17,7 +17,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra30-common.h"

@ -17,7 +17,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra30-common.h"

@ -10,7 +10,7 @@
#ifndef _CONFIG_CPUAT91_H
#define _CONFIG_CPUAT91_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#ifdef CONFIG_RAMBOOT
#define CONFIG_SKIP_LOWLEVEL_INIT

@ -17,7 +17,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra114-common.h"

@ -10,7 +10,7 @@
#define __CONFIG_DEVKIT3250_H__
/* SoC and board defines */
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/cpu.h>
/*

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra20-common.h"
/* Enable fdt support for Harmony. Flash the image in u-boot-dtb.bin */

@ -14,7 +14,7 @@
#include "mx6_common.h"
#include <asm/arch/imx-regs.h>
#include <asm/imx-common/gpio.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#define CONFIG_MX6
#define CONFIG_DISPLAY_CPUINFO

@ -12,7 +12,7 @@
#define CONFIG_MX6
#include "mx6_common.h"
#include <asm/sizes.h>
#include <linux/sizes.h>
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO

@ -10,7 +10,7 @@
#define __CONFIG_H
#include <asm/arch/imx-regs.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "mx6_common.h"
#define CONFIG_MX6

@ -10,7 +10,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/sizes.h>
#include <linux/sizes.h>
/*
There are 2 sets of general I/O -->

@ -16,7 +16,7 @@
/* TODO: REMOVE THE FOLLOWING
* Retained the following till size.h is removed in u-boot
*/
#include <asm/sizes.h>
#include <linux/sizes.h>
/*
* High Level Configuration Options
*/

@ -17,7 +17,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra20-common.h"
/* Enable fdt support for Paz00. Flash the image in u-boot-dtb.bin */

@ -17,7 +17,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
/* Architecture, CPU, etc.*/
#define CONFIG_ARM1176

@ -12,7 +12,7 @@
/* SoC type is defined in boards.cfg */
#include <asm/hardware.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#if defined(CONFIG_SYS_USE_NANDFLASH)
#define CONFIG_ENV_IS_IN_NAND

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
/* LP0 suspend / resume */
#define CONFIG_TEGRA_LP0

@ -13,7 +13,7 @@
/* SoC type is defined in boards.cfg */
#include <asm/hardware.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#define CONFIG_SYS_TEXT_BASE 0x20000000

@ -7,7 +7,7 @@
#ifndef _TEGRA_COMMON_H_
#define _TEGRA_COMMON_H_
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <linux/stringify.h>
/*

@ -11,7 +11,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <asm/arch/hardware.h>
#include <asm/arch/clock.h>

@ -51,7 +51,7 @@
#define MACH_TYPE_TRATS 3928
#define CONFIG_MACH_TYPE MACH_TYPE_TRATS
#include <asm/sizes.h>
#include <linux/sizes.h>
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M))

@ -64,7 +64,7 @@
#define CONFIG_DISPLAY_CPUINFO
#include <asm/sizes.h>
#include <linux/sizes.h>
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M))

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra20-common.h"
/* Enable fdt support for TrimSlice. Flash the image in u-boot-dtb.bin */

@ -12,7 +12,7 @@
#include "mx6_common.h"
#include <asm/arch/imx-regs.h>
#include <asm/imx-common/gpio.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#define CONFIG_MX6
#define CONFIG_DISPLAY_CPUINFO

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra124-common.h"

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra20-common.h"
/* Enable fdt support for Ventana. Flash the image in u-boot-dtb.bin */

@ -12,7 +12,7 @@
#include "mx6_common.h"
#include <asm/arch/imx-regs.h>
#include <asm/imx-common/gpio.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#define CONFIG_MX6
#define CONFIG_DISPLAY_CPUINFO

@ -8,7 +8,7 @@
#ifndef __CONFIG_H
#define __CONFIG_H
#include <asm/sizes.h>
#include <linux/sizes.h>
#include "tegra20-common.h"
/* Enable fdt support for Whistler. Flash the image in u-boot-dtb.bin */

@ -0,0 +1,47 @@
/*
* include/linux/sizes.h
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __LINUX_SIZES_H__
#define __LINUX_SIZES_H__
#define SZ_1 0x00000001
#define SZ_2 0x00000002
#define SZ_4 0x00000004
#define SZ_8 0x00000008
#define SZ_16 0x00000010
#define SZ_32 0x00000020
#define SZ_64 0x00000040
#define SZ_128 0x00000080
#define SZ_256 0x00000100
#define SZ_512 0x00000200
#define SZ_1K 0x00000400
#define SZ_2K 0x00000800
#define SZ_4K 0x00001000
#define SZ_8K 0x00002000
#define SZ_16K 0x00004000
#define SZ_32K 0x00008000
#define SZ_64K 0x00010000
#define SZ_128K 0x00020000
#define SZ_256K 0x00040000
#define SZ_512K 0x00080000
#define SZ_1M 0x00100000
#define SZ_2M 0x00200000
#define SZ_4M 0x00400000
#define SZ_8M 0x00800000
#define SZ_16M 0x01000000
#define SZ_32M 0x02000000
#define SZ_64M 0x04000000
#define SZ_128M 0x08000000
#define SZ_256M 0x10000000
#define SZ_512M 0x20000000
#define SZ_1G 0x40000000
#define SZ_2G 0x80000000
#endif /* __LINUX_SIZES_H__ */

@ -10,7 +10,7 @@
#define __S3C_USB_GADGET
#include <asm/errno.h>
#include <asm/sizes.h>
#include <linux/sizes.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include <linux/list.h>

Loading…
Cancel
Save