SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
mtd: nand: Rename nand.h into rawnand.hThis header was renamed to rawnand.h in Linux.The following is the corresponding commit in Linux. commit d4092d76a4a4e57b65910899948a83cc8646c5a5 Autho
mtd: nand: Rename nand.h into rawnand.hThis header was renamed to rawnand.h in Linux.The following is the corresponding commit in Linux. commit d4092d76a4a4e57b65910899948a83cc8646c5a5 Author: Boris Brezillon <boris.brezillon@free-electrons.com> Date: Fri Aug 4 17:29:10 2017 +0200 mtd: nand: Rename nand.h into rawnand.h We are planning to share more code between different NAND based devices (SPI NAND, OneNAND and raw NANDs), but before doing that we need to move the existing include/linux/mtd/nand.h file into include/linux/mtd/rawnand.h so we can later create a nand.h header containing all common structure and function prototypes.Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Drop CONFIG_HAS_DATAFLASHLast user of this option went away in commit:fdc7718999 ("board: usb_a9263: Update to support DT and DM")Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
arm: Add explicit include of <asm/mach-types.h>Rather than relying on common.h to provide this include, which is goingaway at some point, include it explicitly in each file.Signed-off-by: Simon
arm: Add explicit include of <asm/mach-types.h>Rather than relying on common.h to provide this include, which is goingaway at some point, include it explicitly in each file.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
Revert "arm: Remove unregister MACH_TYPE_xxx uses"This reverts commit 70b26cd057f42c7126088b49d4285955c8a00eae.This is not a strict revert as it is easier to fixboard/atmark-techno/armadillo-800
Revert "arm: Remove unregister MACH_TYPE_xxx uses"This reverts commit 70b26cd057f42c7126088b49d4285955c8a00eae.This is not a strict revert as it is easier to fixboard/atmark-techno/armadillo-800eva/armadillo-800eva.c to now thecorrect name (same value) than to revert that change too.Signed-off-by: Tom Rini <trini@konsulko.com>
arm: Remove unregister MACH_TYPE_xxx usesBefore we can sync with the latest mach-types.h file from the LinuxKernel we need to remove some instances of MACH_TYPE_xxx from oursources. As these val
arm: Remove unregister MACH_TYPE_xxx usesBefore we can sync with the latest mach-types.h file from the LinuxKernel we need to remove some instances of MACH_TYPE_xxx from oursources. As these values have been removed from the canonical upstreamsource we should not be using them either, so drop.Cc: Tom Warren <twarren@nvidia.com>Cc: Lucas Stach <dev@lynxeye.de>Cc: Luka Perkov <luka@openwrt.org>Cc: Stephen Warren <swarren@wwwdotorg.org>Cc: Heiko Schocher <hs@denx.de>Cc: Thomas Weber <weber@corscience.de>Cc: Lucile Quirion <lucile.quirion@savoirfairelinux.com>Cc: Matthias Weisser <weisserm@arcor.de>Cc: Suriyan Ramasami <suriyan.r@gmail.com>Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>Cc: Bo Shen <voice.shen@atmel.com>Cc: Nick Thompson <nick.thompson@gefanuc.com>Cc: Stefano Babic <sbabic@denx.de>Cc: Erik van Luijk <evanluijk@interact.nl>Cc: Lokesh Vutla <lokeshvutla@ti.com>Signed-off-by: Tom Rini <trini@konsulko.com>
board: atmel: clean up peripheral clock codeDue to introducing the new peripheral clock handle functions,use these functions to reduce duplicated code.Signed-off-by: Wenyou Yang <wenyou.yang@atm
board: atmel: clean up peripheral clock codeDue to introducing the new peripheral clock handle functions,use these functions to reduce duplicated code.Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>Tested-by: Heiko Schocher <hs@denx.de>[Rebased on current master, fixup for at91rm9200ek]Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arm: at91/spl: mpddrc: add struct atmel_mpddrc_configAdd struct atmel_mpddrc_config to accommodate the mpddrc registerconfigurations, not using the mpddrc register map structure,struct atmel_mpdd
arm: at91/spl: mpddrc: add struct atmel_mpddrc_configAdd struct atmel_mpddrc_config to accommodate the mpddrc registerconfigurations, not using the mpddrc register map structure,struct atmel_mpddrc, in order to increase readability and reducerun-time memory use.Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
arm: at91: add support for mini-box picosam9g45 boardBootlog:U-Boot SPL 2015.10-rc1-00452-g96a7ed1 (Aug 17 2015 - 10:32:21)mci: setting clock 258000 Hz, block size 512mci: setting clock 258000 H
arm: at91: add support for mini-box picosam9g45 boardBootlog:U-Boot SPL 2015.10-rc1-00452-g96a7ed1 (Aug 17 2015 - 10:32:21)mci: setting clock 258000 Hz, block size 512mci: setting clock 258000 Hz, block size 512mci: setting clock 258000 Hz, block size 512mci: setting clock 33024000 Hz, block size 512reading u-boot.imgreading u-boot.imgU-Boot 2015.10-rc1-00452-g96a7ed1 (Aug 17 2015 - 10:32:21 +0000)CPU: AT91SAM9G45Crystal frequency: 12 MHzCPU clock : 400 MHzMaster clock : 133.333 MHz Watchdog enabledDRAM: 256 MiBWARNING: Caches not enabledMMC: mci: 0mci: setting clock 260416 Hz, block size 512mci: setting clock 260416 Hz, block size 512mci: setting clock 260416 Hz, block size 512mci: setting clock 33333333 Hz, block size 512reading uboot.envIn: serialOut: serialErr: serialNet: macb0Error: macb0 address not set.Hit any key to stop autoboot: 0U-Boot>Signed-off-by: Erik van Luijk <evanluijk@interact.nl>[add 'picosam9g45_defconfig' to MAINTAINERS]Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>