summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* remove unused header fileSascha Hauer2009-10-191-246/+0
* commands: add defines for command errors/successSascha Hauer2009-10-191-0/+4
* remove unused typedefSascha Hauer2009-10-191-10/+0
* consolidate command calling in execute_commandSascha Hauer2009-10-191-0/+1
* remove global variable BootFileSascha Hauer2009-10-191-3/+0
* remove unused variable NetBootFileSizeSascha Hauer2009-10-171-1/+0
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-131-3/+0
* imxfb: make framebuffer base address configurableSascha Hauer2009-10-131-0/+3
* only the ping code is interested in the ping ipSascha Hauer2009-10-131-2/+0
* make netboot_common a global functionSascha Hauer2009-10-131-0/+2
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-1/+1
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-131-0/+3
* net: remove unused state NETLOOP_RESTARTSascha Hauer2009-10-131-3/+2
* add USB otg pin definitionsSascha Hauer2009-10-091-0/+12
* i.MX introduce cpu_is_*() macrosSascha Hauer2009-10-051-0/+37
* imx spi: Use gpio as chip selectsSascha Hauer2009-10-021-0/+27
* imx: replace imx specific gpio functions with generic onesSascha Hauer2009-10-021-3/+3
* fs: replace broken dev_protect with protect_file functionSascha Hauer2009-10-021-0/+1
* Add USB device supportSascha Hauer2009-09-258-0/+2835
* rename dma macrosSascha Hauer2009-09-251-4/+4
* add xstrdup functionSascha Hauer2009-09-251-0/+1
* make copy_file() globally availableSascha Hauer2009-09-251-0/+2
* devfs: add open counterSascha Hauer2009-09-111-1/+2
* usb: remove unused fields from struct usb_deviceSascha Hauer2009-09-091-4/+0
* imx27: Add usb definesSascha Hauer2009-09-091-0/+13
* Add MX25 supportSascha Hauer2009-09-085-0/+205
* add iomux definitions for mx25Sascha Hauer2009-09-081-0/+773
* Add MMU supportSascha Hauer2009-08-192-0/+154
* arm: Add bootu commandSascha Hauer2009-08-191-1/+2
* arm: make 'bootz' configurableSascha Hauer2009-08-191-1/+1
* arm: implement optimized string functionsSascha Hauer2009-08-181-4/+8
* add missing include/fb.hSascha Hauer2009-08-131-0/+89
* framebuffer: Add bmp command to show bmp filesSascha Hauer2009-07-311-8/+8
* Add framebuffer supportSascha Hauer2009-07-311-0/+72
* mx27: Add lcd clock functionSascha Hauer2009-07-301-0/+1
* mx27: Add lcd iomux definesSascha Hauer2009-07-301-0/+27
* nand: Add size parameterSascha Hauer2009-07-211-0/+3
* get rid of device idsSascha Hauer2009-07-214-5/+13
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+2
* move some init work into initcallsSascha Hauer2009-07-211-2/+3
* Get rid of remaining DEVICE_TYPE_* usageSascha Hauer2009-07-211-19/+2
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-0/+5
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-211-0/+5
* net: Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-0/+3
* introduce cdevSascha Hauer2009-07-217-45/+64
* Fix 2k page size NAND for iMX27Eric Benard2009-07-161-1/+2
* IMX regression: fix GPIO_DR usageLuotao Fu2009-07-081-2/+0
* Add basic architecture support for Samsung's S3C2410 and S3C2440 CPU.Juergen Beisert2009-07-013-0/+262
* Restrict the ARM architecture to use only one set of I/O functions.Juergen Beisert2009-07-011-275/+18
* Remove all ARM __raw_* functions. They are mixed all overJuergen Beisert2009-07-011-1/+1