summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-4/+4
| | | | | | | | For practical reasons I changed all string literals assumed to be constant to reside in .rodata subsection at end of .text section. Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Fixed orphaned CONFIG_INTERRUPTSSascha Hauer2008-04-041-1/+1
| | | | | | | replace remaining CONFIG_INTERRUPTS with CONFIG_USE_IRQ Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add CSPI1 GPIO definesSascha Hauer2008-03-141-2/+8
|
* first (partly) running spi supportSascha Hauer2008-03-142-1/+318
|
* beginning of SPI supportSascha Hauer2008-03-111-0/+35
|
* add several SDRAM Controller and PLL related register defintionsSascha Hauer2008-03-111-8/+50
| | | | to imx27-regs.h
* add ls -c and -lSascha Hauer2008-03-111-0/+1
|
* use newly introduced stringlist functions for tab completionSascha Hauer2008-03-111-5/+0
|
* add stringlist function. They can be used to build a listSascha Hauer2008-03-111-0/+27
| | | | | of strings. For now mainly useful to print the resulting list in columns which is used in tab completion and ls.
* Add the possibility to have an architecture specific ctrlc() function.Sascha Hauer2008-03-111-1/+6
| | | | | This allows us to return immediately in ctrlc() on sandbox and thus not slow down network througput.
* add globbing supportSascha Hauer2008-03-092-0/+316
|
* add armlinux.hSascha Hauer2008-03-011-0/+17
|
* remove traces of old tab completionSascha Hauer2008-03-012-13/+0
|
* implement TAB completionSascha Hauer2008-03-011-0/+15
|
* fix typoSascha Hauer2008-03-011-1/+1
|
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-266-21/+0
| | | | | | | | | | | | values into kconfig which are not user configurable at all only encourages people to put even more stuff in there. This is not good because people tend to have board patches lying around and these patches won't apply regularly if they all change the same file (arch/arm/Kconfig) Instead, introduce a function armlinux_set_architecture() which everyone can call during board setup. Similarly introduce armlinux_set_bootparams() for the boot parameter pointer.
* [CFI driver] add missing flash protection for new driverSascha Hauer2008-02-261-0/+4
|
* [CFI Driver] - Update Kconfig help textsSascha Hauer2008-02-261-9/+28
| | | | | - Turn switch/case into if/else to be able to optimize out unused code when not all bankwidths are needed
* [CFI driver] For some Spansion flashes we have to write theSascha Hauer2008-02-261-0/+22
| | | | | | | | AMD_CMD_WRITE_TO_BUFFER command to the destination address of the buffer write and not to the sector beginning. Linux mtd does this as default, so I assume this should work for other flashes aswell. Reorder functions so that this change fits in nicely.
* [CFI FLASH] Make the 'new' driver compile again and reorder functions toSascha Hauer2008-02-251-1/+16
| | | | get rid of static function declarations.
* add missing includeSascha Hauer2008-02-201-0/+2
|
* [ARM] Remove ARCH_NUMBERs from config.h and put them into KconfigSascha Hauer2008-02-204-5/+1
|
* - Add functions to register image handlers for booting uImagesSascha Hauer2008-02-201-6/+20
|
* [mpc5200 fec] revert to some old version (somehow my play version got into theSascha Hauer2008-02-201-0/+14
| | | | repository). Runtime tested on pcm030
* [i.MX]: Basic board support for the Freescale i.MX27 eval boardSascha Hauer2008-02-191-0/+33
|
* [i.MX27]: Add CSx base addressesSascha Hauer2008-02-191-0/+8
|
* [i.MX]: Add imx_get_ipgclk() prototypeSascha Hauer2008-02-191-0/+1
|
* [i.MX] add function to determine chip revisionSascha Hauer2008-02-191-0/+4
|
* [general] Fixed remaining defines for envfs in big-endian modeCarsten Schlote2008-02-191-8/+4
| | | | Trivial - completed macros
* [general] Fixed endian handling for envfsCarsten Schlote2008-02-192-1/+21
| | | | | | | | | | | Fixed the handling of data similiar as found in cramfs. This fixes the problem with an unreadable defaultenv on big-endian targets. The endian macors are now loaded from /asm/common.h by default. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
* [IPE337] Better support for multiple revisionWolfram Sang2008-01-241-2/+4
| | | | | | Changed bool into choice Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Make board IPE337 revision 2 selectable for .configWolfram Sang2008-01-231-0/+9
| | | | | | | A new menu "Board options" is introduced, where one can select if the board is a rev.2 (= 40Mhz) Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
* Fix/Adapt settings for version 2 of IPE337Enrik Berkhan2008-01-231-6/+10
| | | | Signed-Off-By: Enrik Berkhan <Enrik.Berkhan@ge.com>
* [sparse] don't return sth in a void functionMarc Kleine-Budde2007-11-291-1/+1
| | | | | | | fixed include/stdio.h:23:2: warning: returning void-valued expression Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [sandbox] add propper sandbox detectionMarc Kleine-Budde2007-11-291-1/+2
| | | | | | | | | | | | | | | This patch adds a __SANDBOX__ define to identify compiling for the sandbox. When building for sandbox, don't use sync() workaround. Fixes this error for sandbox on PPC: CC common/memsize.o common/memsize.c:30:38: error: asm/io.h: No such file or directory common/memsize.c: In function 'get_ram_size': common/memsize.c:51: warning: implicit declaration of function 'sync' Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* cleanup do_bootm_linux()Robert Schwebel2007-11-282-2/+6
| | | | | | | | This patch cleans up the do_bootm_linux() function. It removes most of the uggly ifdefery and replaces it by a sane function optimizing structure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* fixed CONFIG_BOOT_PARAMSRobert Schwebel2007-11-281-3/+3
| | | | | | Fixed CONFIG_BOOT_PARAMS location Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Revert "separating memory commands"Marc Kleine-Budde2007-11-271-9/+0
| | | | | | | | | | | | This reverts commit d59c600c656d08410ea862c582fbd77432c3ca47. Conflicts: commands/Makefile common/Kconfig common/Makefile Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* using the shiny new machine type for pcm038Juergen Beisert2007-11-151-3/+30
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding pcm038's macine typeJuergen Beisert2007-11-151-0/+17
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* doc fixed in i.MX27 fec related filesJuergen Beisert2007-11-121-3/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 2Juergen Beisert2007-11-121-1/+21
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating environment commands, part 1Juergen Beisert2007-11-121-0/+23
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* separating memory commandsJuergen Beisert2007-11-121-0/+9
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* adding and correcting driver's docJuergen Beisert2007-11-091-2/+3
| | | | Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
* Using correct board names all over the placeJuergen Beisert2007-11-083-0/+0
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* adding first clean mx27 only fec driverJuergen Beisert2007-11-082-14/+44
|
* Merge ../u-boot-v2-arm into jbe-imx27Juergen Beisert2007-11-052-35/+49
|\
| * integrating sha's changes into jbe's branchJuergen Beisert2007-11-052-35/+49
| |
* | add missing bitops.h for sandbox archRobert Schwebel2007-10-311-0/+6
|/