summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* NAND: Add updated NAND support from KernelSascha Hauer2008-08-139-2238/+3065
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add new device types for NANDSascha Hauer2008-08-131-1/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM startup code: Whitespace changesSascha Hauer2008-08-131-31/+27
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM startup: move exception handler to extra fileSascha Hauer2008-08-133-165/+181
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add include/linux/kernel.hSascha Hauer2008-08-132-13/+95
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add include/linux/err.h from KernelSascha Hauer2008-08-131-0/+52
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add wrapper macros for easier inclusion of kernel codeSascha Hauer2008-08-131-0/+33
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* clocK: Add ndelay functionSascha Hauer2008-08-132-0/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* CFI Flash driver: Fix error pathSascha Hauer2008-08-131-9/+10
| | | | | | We forgot to close the file when parse_area_spec() failed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add compiler header files from kernelSascha Hauer2008-08-139-11/+353
| | | | | | | Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx27 fec ethernet: remove memcpySascha Hauer2008-08-131-9/+6
| | | | | | | Instead of copying the received packet in memory, pass a pointer to the packet to U-Boot Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PPC: Add cleanup flagsSascha Hauer2008-08-132-12/+17
| | | | | | | Add cleanup flags to Makefile to let the linker throw away unneeded objects. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PPC: We can configure our TEXT_BASESascha Hauer2008-08-131-1/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add help texts for Shell optionsSascha Hauer2008-08-131-14/+18
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* PPC: need memset in elf.hSascha Hauer2008-08-131-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fix compiler warningSascha Hauer2008-08-131-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* only compile devinfo command when selectedSascha Hauer2008-08-131-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: dump stack space on startupSascha Hauer2008-08-131-5/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* partition: Add dummy dev_add_partition when partitions are disabledSascha Hauer2008-08-131-0/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* move several commands into extra filesSascha Hauer2008-08-1311-139/+299
| | | | | | move false, true, help, insmod, lsmod, version into extra files Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add Ronetix pm9263 board supportSascha Hauer2008-08-0111-0/+246
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [AT91sam]: Add definitions for at91sam9263Sascha Hauer2008-08-011-0/+127
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* console: add a simple console for saving spaceSascha Hauer2008-08-015-5/+138
| | | | | | | Add a simple console layer which is not able to handle multiple consoles for those who don't need it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam ether: Make more configurable via platform_dataSascha Hauer2008-08-012-18/+39
| | | | | | Pass RMII and phy address via platform data rather than hardcoded. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* lseek: return -1 for errors and check for that return valueSascha Hauer2008-08-014-12/+14
| | | | | | We cannot check for < 0 in lseek, otherwise we get problems with files > 0x7fffffff Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MIIPHY] Add default open/close functionsSascha Hauer2008-08-011-0/+2
|
* [Arm] at91sam9260ek: Add missing AT91_MASTER_CLOCKSascha Hauer2008-07-311-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* at91sam9260ek: fix namesRobert Schwebel2008-07-301-7/+7
| | | | | | Fix some left-overs from copy and paste. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* at91sam9260ek: add defconfigRobert Schwebel2008-07-301-0/+189
| | | | | | The board has no defconfig file; add one. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Merge branch 'for_sascha' of /ptx/work/octopus/jbe/u-boot-v2 into from_jbeSascha Hauer2008-07-113-18/+23
|\
| * Sync action and log when creating the config.h linkJuergen Beisert2008-07-111-1/+1
| |
| * Fix the location where the new coldfire boards appear in the documentationJuergen Beisert2008-07-112-1/+6
| |
| * [kbuild] fix out of tree build problem with environment handlingMarc Kleine-Budde2008-07-031-16/+16
| | | | | | | | | | | | | | This patch fixes the out of tree build, which was broken in 7b498d9838e68eb0b58450ec54ed968e7848c8e0. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* | [pcm038] misspelled CONFIG in 7c37b54184893d4fe4e23933e6a8deae1c9d62a2Chris Zankel2008-07-081-2/+2
|/ | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [MAKEALL] remove seriously broken boards from MAKEALL, add toolchainSascha Hauer2008-07-031-9/+1
| | | | for blackfin
* [ppc] include string.h in include/asm-ppc/elf.h, needed for memsetSascha Hauer2008-07-031-0/+1
|
* [arm] Add cleanup flags only when modules are disabled. OtherwiseSascha Hauer2008-07-031-0/+2
| | | | | we remove functions from the binary which are needed for modules
* [pcm038] compile fixes, update defconfigSascha Hauer2008-07-032-4/+34
|
* [pcm037] compile fixes, update defconfigSascha Hauer2008-07-032-9/+42
|
* [mpc5200] fix compiler warningsSascha Hauer2008-07-031-8/+8
|
* [netx] compile fixes, update netx defconfigSascha Hauer2008-07-034-25/+61
|
* [ppc] compile fixes, update defconfig for pcm030Sascha Hauer2008-07-032-47/+92
|
* [blackfin] compile fixes, update defconfigSascha Hauer2008-07-032-3/+26
|
* [blackfin] memory layout related compile fixesSascha Hauer2008-07-033-4/+9
|
* [fs]: set errno correctly for ioctl()Sascha Hauer2008-06-251-3/+4
|
* Fix typo introduced with commit 9e6ee5e79516f5af5366bd95fab801a692728373Sascha Hauer2008-06-241-1/+1
|
* Commit ee6d36a5405305f3bbdb0457948c219731b3d9cc introduced requirementNishanth Menon2008-06-111-0/+3
| | | | | for default functions be registered. Without this accessing /dev/ram0 will not work on SDP3430 in the default config.
* oopsSascha Hauer2008-06-061-1/+1
|
* - introduce ioctl callSascha Hauer2008-06-0610-10/+194
| | | | - pass open/close/lseek through to drivers
* add macb ethernet driverSascha Hauer2008-06-064-0/+752
|