summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* README: add licensing informationRoland Hieber2019-01-041-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we are moving away from boilerplate code towards SPDX license tags in individual file headers, we should have a short note about what these tags mean. Also, until now, there was effectively no explicit information that barebox is licensed under GPLv2 (only). This could have been interpolated from the existence of a GPLv2 text in ./COPYING (and from most of the individual file headers… have fun reading all of them), but a warranty and copyright notice was still missing. Add those as a catch-all for the project to ease application of GPLv2 article 0: 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. […] and article 1: 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; […] Since barebox goes back to U-Boot, I tried to find explicit project-wide copyright lines, but the only one I could find was the one from U-Boot's old README in commit 7e149c897b95b40752. If there are additional copyright holders, those are probably only present in the respective file headers. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: use https for Pengutronix servicesUwe Kleine-König2018-06-131-1/+1
| | | | | | | | Also adapt the links to git.pengutronix.de to use the cgit URLs instead the old gitweb ones. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: describe how to build the documentationRoland Hieber2018-05-141-1/+2
| | | | | Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* treewide: drop Doxygen stuffAntony Pavlov2014-07-281-1/+1
| | | | | | | | | | | | | Doxygen documentation is removed in the commit commit 98360be0fefd58bf27df03c47d887dd676a31d73 Author: Sascha Hauer <s.hauer@pengutronix.de> Date: Tue Jun 17 10:27:03 2014 +0200 Documentation: remove doxygen documentation Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: change path to sandbox environmentAlan Ott2012-05-211-1/+1
| | | | | | | The path to the sandbox environment is now arch/sandbox/board/env . Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: fix some typosAntony Pavlov2012-05-071-3/+3
| | | | | Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Update README to refer to newer location of example environmentRobert P. J. Day2011-12-131-2/+2
| | | | | | | Update location of example environment to match current Documentation. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Some trivial grammar/spelling fixes for main README file.Robert P. J. Day2011-12-121-9/+9
| | | | | | | | A number of minor fixes related to spelling, grammar and capitalization in the top-level README file. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* documentation: It's U-Boot that doesn't have getopt, not BareboxPeter Korsgaard2010-01-161-1/+1
| | | | | | | | | Commit a3ffa97f (rename U-Boot-v2 project to barebox) also changed the U-Boot references to Barebox in the getopt description, which doesn't make much sense. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: add release rulesRobert Schwebel2009-12-151-0/+40
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: rewrite some u-boot leftoversRobert Schwebel2009-12-151-21/+21
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has been done with the following script: find -path ./.git -prune -o -type f -print0 | xargs -0 -r sed -i \ -e 's/u2boot/barebox/g' \ -e 's/U2Boot/barebox/g' \ -e 's/U-boot V2/barebox/g' \ -e 's/u-boot v2/barebox/g' \ -e 's/U-Boot V2/barebox/g' \ -e 's/U-Boot-v2/barebox/g' \ -e 's/U_BOOT/BAREBOX/g' \ -e 's/UBOOT/BAREBOX/g' \ -e 's/uboot/barebox/g' \ -e 's/u-boot/barebox/g' \ -e 's/u_boot/barebox/g' \ -e 's/U-Boot/barebox/g' \ -e 's/U-boot/barebox/g' \ -e 's/U-BOOT/barebox/g' find -path ./.git -prune -o \( -name "*u-boot*" -o -name "*uboot*" -o -name "*u_boot*" \) -print0 | \ xargs -0 -r rename 's/u[-_]?boot/barebox/' It needs some manual fixup following in the next patch Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: Removing lines about old directory layoutSascha Hauer2008-09-301-12/+0
| | | | | | The old directory layout is gone, remove documentation about it Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* README: reading links for selection of arch/compiler is no longer supportedSascha Hauer2008-08-261-8/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rename README.u2 to READMEsascha2007-10-191-0/+201
|
* remove old README. The information provided is mostly outdatedsascha2007-10-191-3701/+0
|
* svn_rev_092Sascha Hauer2007-07-051-5/+0
| | | | generic/remove_autoload.diff
* svn_rev_006Sascha Hauer2007-07-051-18/+0
| | | | remove modem support. It's scattered all over the place
* svn_rev_004Sascha Hauer2007-07-051-7/+0
| | | | remove dataflash support
* Merge http://www.denx.de/git/u-bootKim Phillips2006-11-281-6/+6
|\
| * Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-271-6/+6
| |
* | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-031-0/+11
| | | | | | | | | | | | | | | | Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c. Signed-off-by: Timur Tabi <timur@freescale.com>
* | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
* | Add support for multiple I2C busesBen Warren2006-11-031-1/+41
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, Attached is a patch providing support for multiple I2C buses at the command level. The second part of the patch includes an implementation for the MPC834x CPU and MPC8349EMDS board. /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ Signed-off-by: Ben Warren <bwarren@qstreams.com> Overview: 1. Include new 'i2c' command (based on USB implementation) using CONFIG_I2C_CMD_TREE. 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that the commands to change bus number and speed are only available under the new 'i2c' command mentioned in the first bullet. 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form of an array of bus-device pairs. Otherwise, it is an array of uchar. CHANGELOG: Added new 'i2c' master command for all I2C interaction. This is conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for setting I2C bus speed as well as changing the active bus if the board has more than one (conditionally compiled with CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. Updated README. regards, Ben
* README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETEWolfgang Denk2006-10-281-1/+5
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-241-2/+16
|\
| * Add ATSTK1000 and ATSTK1002 board supportWolfgang Denk2006-10-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * Add AT32AP CPU and AT32AP7000 SoC supportWolfgang Denk2006-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the AT32AP CPU family and the AT32AP7000 chip, which is the first chip implementing the AVR32 architecture. The AT32AP CPU core is a high-performance implementation featuring a 7-stage pipeline, separate instruction- and data caches, and a MMU. For more information, please see the "AVR32 AP Technical Reference": http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf In addition to this, the AT32AP7000 chip comes with a large set of integrated peripherals, many of which are shared with the AT91 series of ARM-based microcontrollers from Atmel. Full data sheet is available here: http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
| * Add AVR32 architecture supportWolfgang Denk2006-10-241-2/+3
| | | | | | | | | | | | | | | | | | 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>
* | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-191-6/+49
|\| | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * Add documentation on the latest build environment extentions toMarian Balakowicz2006-09-071-0/+36
| | | | | | | | the README file.
| * Added changelog entry for previous small commits and extended README onDetlev Zundel2006-09-011-6/+13
| | | | | | | | coding style.
* | Merge branch 'mpc85xx'Jon Loeliger2006-08-091-0/+54
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: include/ft_build.h include/pci.h Resolved, though.
| * * Modify bootm command to support booting with flat device trees Patch by ↵Matthew McClintock2006-08-091-0/+54
| | | | | | | | Matthew McClintock 26-June-2006
* | Code cleanupWolfgang Denk2006-07-211-3/+3
| |
* | Document CONFIG_CMDLINE_EDITING in README.Wolfgang Denk2006-07-211-0/+6
|/
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-201-2/+3
|\
| * add forgotten changes for the PLEB 2 Board.Heiko Schocher2006-05-021-2/+3
| | | | | | | | Patch from David Snowdon, 13. Aug 2005
* | Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boardsScott McNutt2006-06-081-0/+1
|/ | | | Patch by Scott McNutt, 08 Jun 2006
* Include BC3450 board in configurations in READMEDetlev Zundel2006-04-241-7/+7
|
* Some code cleanupWolfgang Denk2006-04-161-4/+4
|
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-0/+2
|
* Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-241-39/+62
|\
| * Add support for Lite5200B board.Wolfgang Denk2006-03-171-38/+38
| | | | | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
| * Change max size of uncompressed uImage's to 8MByte and addStefan Roese2006-03-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
| * Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-121-0/+17
| |\
| | * Added OF_STDOUT_PATH and OF_SOCKumar Gala2006-01-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | OF_STDOUT_PATH specifies the path to the device the kernel can use for console output OF_SOC specifies the proper name of the SOC node if one exists. Patch by Kumar Gala 11 Jan 2006
| | * Allow board code to fixup the flat device tree before booting aKumar Gala2006-01-111-0/+5
| | | | | | | | | | | | | | | kernel Patch by Kumar Gala 11 Jan 2006
| | * Added CONFIG_ options for bd_t and env in flat dev treeKumar Gala2006-01-111-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006
| * | Adjust "echo" as a default commandWolfgang Denk2006-03-121-1/+1
| |/ | | | | | | Patch by Sam Song, 19 Jun 2005