- May 07, 2018
-
-
Tom Rini authored
When U-Boot started using SPDX tags we were among the early adopters and there weren't a lot of other examples to borrow from. So we picked the area of the file that usually had a full license text and replaced it with an appropriate SPDX-License-Identifier: entry. Since then, the Linux Kernel has adopted SPDX tags and they place it as the very first line 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 visibility and in part for other minor reasons, switch over to that style. This commit changes all instances where we have a single declared license in the tag as both the before and after are identical in tag contents. There's also a few places where I found we did not have a tag and have introduced one. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Jul 24, 2013
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by:
Tom Rini <trini@ti.com>
-
- Jul 07, 2012
-
-
Michael Walle authored
It's a PRNG using the simple and fast xorshift method. Signed-off-by:
Michael Walle <michael@walle.cc> Cc: Wolfgang Denk <wd@denx.de>
-
- Nov 27, 2009
-
-
Minkyu Kang authored
This patch moves the s3c64xx header files from include/ to include/asm-arm/arch-s3c64xx Signed-off-by:
Minkyu Kang <mk7.kang@samsung.com>
-
- Nov 06, 2009
-
-
Minkyu Kang authored
This patch moves the s3c64xx header files from include/ to include/asm-arm/arch-s3c64xx Signed-off-by:
Minkyu Kang <mk7.kang@samsung.com>
-
- Apr 06, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
move to linux usb driver organisation as following drivers/usb/gadget drivers/usb/host drivers/usb/musb Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by:
Remy Bohmer <linux@bohmer.net>
-
- Mar 29, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
add CONFIG_USB_S3C64XX to activate the driver Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Aug 30, 2008
-
-
Guennadi Liakhovetski authored
Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could try to enable the MMU, but map addresses 1-to-1, and disable data cache, then it should work too and we could still profit from instruction cache. Signed-off-by:
Guennadi Liakhovetski <lg@denx.de>
-
- Jan 15, 2008
-
-
Yoshihiro Shimoda authored
Signed-off-by:
Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Acked-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Dec 27, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- May 13, 2007
-
-
Nobuhiro Iwamatsu authored
Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- Jun 27, 2003
-
-
Wolfgang Denk authored
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
-
- Mar 27, 2003
-
-
Wolfgang Denk authored
* Add support for INCA-IP Board
-
- Dec 14, 2000
-
-
Wolfgang Denk authored
-
- Nov 12, 2000
-
-
Wolfgang Denk authored
-