summaryrefslogtreecommitdiffstats
path: root/examples/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
| | | | | | | | | | | After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com>
* examples: move api/ and standalone/ entry to examples/MakefileMasahiro Yamada2014-02-191-0/+9
| | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
* Move examples/ to examples/standalonePeter Tyser2009-07-211-198/+0
| | | | | | | The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* smc911x_eeprom: new example app for managing newer SMC partsMike Frysinger2009-02-221-3/+4
| | | | | | | | | | | | | A forward port of the last version to work with the newer smc911x driver. I only have a board with a LAN9218 part on it, so that is the only one I've tested. But there isn't anything in this that would make it terribly chip specific afaik. Signed-off-by: Mike Frysinger <vapier@gentoo.org> CC: Sascha Hauer <s.hauer@pengutronix.de> CC: Guennadi Liakhovetski <lg@denx.de> CC: Magnus Lilja <lilja.magnus@gmail.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* OMAP3: Add common board, interrupt and system infoDirk Behme2009-01-241-0/+4
| | | | | | Add common board, interrupt and system info code. Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
* sh: Add support SH2/SH2A which is CPU of Renesas TechnologyNobuhiro Iwamatsu2008-08-311-0/+3
| | | | | | | Add support SH2/SH2A basic function. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* SPARC: Added generic support for SPARC architecture.Daniel Hellstrom2008-04-081-0/+3
| | | | Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* examples/Makefile: build "hello_world" on 8xx, too.Wolfgang Denk2008-03-041-3/+3
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix alignment error on ARM for modulesWoodruff, Richard2008-03-021-0/+4
| | | | | | | | Fix alignment fault on ARM when running modules. With out an explicit linker file gcc4.2.1 will half word align __bss_start's value. The word dereference will crash hello_world. signed-off-by Richard Woodruff <r-woodruff2@ti.com>
* add support for Blackfin symbol prefixes to examplesMike Frysinger2008-02-041-1/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* make smc91111_eeprom managment simpler by depending on the board ↵Mike Frysinger2008-02-041-5/+1
| | | | | | configuration file rather than a hardcoded list of boards Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sh: First support code of SuperH.Nobuhiro Iwamatsu2007-05-131-0/+5
| | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-191-0/+4
|
* Add AVR32 architecture supportWolfgang Denk2006-10-241-0/+4
| | | | | | | | | Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* Fix/workaround broken dependency handling with make 3.81Wolfgang Denk2006-10-241-16/+30
| | | | Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-041-18/+24
|\
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-18/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* | Added another example showing simple interrupt interception.Detlev Zundel2006-09-011-0/+6
|/
* Nios II - Fix I/O Macros and mini-app stubsScott McNutt2006-06-081-1/+1
| | | | | | | | -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
* Fix examples/Makefile; some build targets were lostWolfgang Denk2006-06-021-1/+1
|
* Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz2006-04-271-1/+1
|\
| * Add support for r5200 boardZachary P. Landau2006-01-261-1/+1
| |
* | Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+9
|/ | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* Fix compile problems caused by new burst mode SDRAM test;wdenk2005-05-161-1/+3
| | | | make port pins to trigger logic analyzer configurable
* Add test tool to exercise SDRAM accesses in burst modewdenk2005-05-071-0/+6
| | | | (as standalone program, MPC8xx/PowerPC only)
* * Patch by Daniel Poirot, 10 Oct 2004:wdenk2005-01-091-1/+1
| | | | | | | Add support for Wind River sbc405 board * Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-101-0/+4
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
* * Patch by Fred Klatt, 25 Jun 2004:wdenk2004-07-101-1/+1
| | | | | | | | | | | | Add support for WindRiver's SBC8560 board * Patch by Nicolas Lacressonniere, 24 Jun 2004 Small Bugs fixes for "at91rm9200dk" board: - Timing modifications for SPI DataFlash access - Fix NAND flash detection bug * Patch by Nicolas Lacressonniere, 24 Jun 2004: Add Support for Flash AT49BV6416 for AT91RM9200DK board
* Patch by Scott McNutt, 25 Apr 2004:wdenk2004-05-191-1/+1
| | | | | | | Add Nios GDB/JTAG Console support: - Add stubs to support gdb via JTAG. - Add support for console over JTAG. - Minor cleanup.
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-181-0/+4
| | | | | - add support for microblaze processors - add support for AtmarkTechno "suzaku" board
* * Some code cleanupwdenk2004-02-121-5/+5
| | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
* * Patch by Ronen Shitrit, 10 Dec 2003:wdenk2004-01-031-10/+12
| | | | | | | Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile
* * Patch by Bernhard Kuhn, 28 Nov 2003:wdenk2003-12-081-0/+5
| | | | | add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
* * Patch by Yuli Barcohen, 3 Dec 2003:wdenk2003-12-071-1/+1
| | | | | | | | | | "revive" U-Boot support for old Motorola MPC860ADS board * Patch by Cam(ilo?), 03 Dec 2003: make examples build even with broken Montavista objcopy * Patch by Pavel Bartusek, 27 Nov 2003: fix conversion problem with "bootretry" evironment variable
* * Make sure HUSH is initialized for running auto-update scriptswdenk2003-10-141-1/+6
| | | | | | | | | | | * Make 5200 reset command _really_ reset the board, without running any other code after it * Fix flash mapping and display on P3G4 board * Patch by Kyle Harris, 15 Jul 2003: - add support for Intel IXP425 CPU - add support for IXDP425 eval board
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-081-0/+4
| | | | | | | | | | | | | | | | | | - add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20) * Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi * Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board
* Move TRAB burn-in tests to TRAB board directorywdenk2003-09-121-5/+0
|
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-111-0/+5
| | | | | | add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
* Patch by Yuli Barcohen, 14 Aug 2003:wdenk2003-08-291-1/+4
| | | | add support for bzip2 uncompression
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-8/+17
| | | | | | | | applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details * Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS)
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed rarp boot method for IA32 and other little-endian CPUs. * Patch by Marc Singer, 28 May 2003: Added port I/O commands. * Patch by Matthew McClintock, 28 May 2003 - cpu/mpc824x/start.S: fix relocation code when booting from RAM - minor patches for utx8245 * Patch by Daniel Engström, 28 May 2003: x86 update * Patch by Dave Ellis, 9 May 2003 + 27 May 2003: add nand flash support to SXNI855T configuration fix/extend nand flash support: - fix 'nand erase' command so does not erase bad blocks - fix 'nand write' command so does not write to bad blocks - fix nand_probe() so handles no flash detected properly - add doc/README.nand - add .jffs2 and .oob options to nand read/write - add 'nand bad' command to list bad blocks - add 'clean' option to 'nand erase' to write JFFS2 clean markers - make NAND read/write faster * Patch by Rune Torgersen, 23 May 2003: Update for MPC8266ADS board
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add IDMA example code (tested on 8260 only) * Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs * Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS * Patch by Denis Peter, 04 Apr 2003: - update MIP405-4 board * Patches by Denis Peter, 03 April 2003: - fix PCI IRQs on MPL boards - fix two more un-relocated pointer problems * Fix behaviour of "run" command: - print error message iv variable does not exist - terminate processing of arguments in case of error * Patches by Peter Figuli, 10 Mar 2003 - Add support for BTUART on PXA platform - Add support for WEP EP250 (PXA) board * Fix flash problems on INCA-IP; add tool to allow bruning images to flash using a BDI2000 * Implement fix for I2C Edge Conditions problem for all boards that use the bit-banging driver (common/soft_i2c.c) * Add patches by Robert Schwebel, 31 Mar 2003: - csb226 board: bring in sync with innokom/memsetup.S - csb226 board: fix MDREFR handling - misc doc fixes / extensions - innokom board: cleanup, MDREFR fix in memsetup.S, config update - add BOOT_PROGRESS to armlinux.c
* * Patch by Arun Dharankar, 24 Mar 2003:wdenk2003-03-311-1/+10
| | | | | | | | | | - add threads / scheduler example code * Add patches by Robert Schwebel, 31 Mar 2003: - add ctrl-c support for kermit download - align bdinfo output on ARM * Add CPU ID, version, and clock speed for INCA-IP
* Fix MIPS build problemwdenk2003-03-271-0/+1
|
* Make compile clean, fix the usual small problems.wdenk2003-03-261-1/+1
|
* * Patch by Rick Bronson, 16 Mar 2003:wdenk2003-03-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for Atmel AT91RM9200DK w/NAND * Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code - fix missing baudrate setting - added $loadaddr / CFG_LOAD_ADDR support to loadb - moved "ignoring trailing characters" _before_ u-boot wants to print out diagnostics messages; removes bogus characters at the end of transmission * Patch by John Zhan, 18 Mar 2003: Add support for SinoVee Microsystems SC8xx boards * Patch by Rolf Offermanns, 21 Mar 2003: ported the dnp1110 related changes from the current armboot cvs to current u-boot cvs. smc91111 does not work. problem marked in smc91111.c, grep for "FIXME". * Patch by Brian Auld, 25 Mar 2003: Add support for STM flash chips on ebony board * Add PCI support for MPC8250 Boards (PM825 module) * Patch by Stefan Roese, 25 Mar 2003:
* * Add support for 16 MB flash configuration of TRAB boardwdenk2003-02-281-0/+4
| | | | | | | | | | | | | | | | | * Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM * Start adding MIPS support files
* Initial revisionwdenk2002-04-271-0/+66
OpenPOWER on IntegriCloud