summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13181-184/+184
* drivers/pci: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-134-4/+4
* drivers/misc: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-134-4/+4
* drivers/block: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
* serial: move CFG_NS9750_UART to CONFIG_NS9750_UARTJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
* serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLEJean-Christophe PLAGNIOL-VILLARD2008-08-138-8/+8
* Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2008-08-1221-0/+0
|\
| * at91: move arch-at91sam9 to arch-at91Jean-Christophe PLAGNIOL-VILLARD2008-08-1221-0/+0
* | OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA2008-08-121-1/+1
* | NAND boot: MPC8313ERDB supportScott Wood2008-08-123-16/+70
* | mpc8313erdb: Enable NAND in config.Scott Wood2008-08-121-0/+2
* | NAND: Scan bad blocks lazily.Ilya Yanok2008-08-121-0/+2
* | NAND read/write fixScott Wood2008-08-121-3/+4
* | nand: fsl_upm: convert to updated MTD NAND infrastructureAnton Vorontsov2008-08-121-0/+3
* | Fixing coding style issuesWilliam Juul2008-08-122-6/+7
* | Remove white space at end.William Juul2008-08-121-1/+1
* | Update MTD to that of Linux 2.6.22.1William Juul2008-08-1215-420/+1488
|/
* Coding style cleanup, update CHANGELOG, prepare releaseWolfgang Denk2008-08-1214-14/+14
* MVBC_P: fix compile problemWolfgang Denk2008-08-121-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-08-121-9/+24
|\
| * i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.Magnus Lilja2008-08-111-9/+24
| * i.MX31: Fix IOMUX related typosMagnus Lilja2008-08-111-2/+2
* | POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d configBecky Bruce2008-08-111-0/+2
* | Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-08-1121-110/+679
|\ \
| * | Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk2008-08-101-1/+0
| * | Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2008-08-101-1/+1
| |\ \
| | * | DataFlash: AT45DB021 fix and AT45DB081 supportSergey Lapin2008-08-091-1/+1
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2008-08-101-0/+9
| |\ \
| | * | sh: Update sh7763rdp configNobuhiro Iwamatsu2008-08-091-0/+9
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2008-08-101-1/+1
| |\ \
| | * | usb: add support for R8A66597 usb controllerYoshihiro Shimoda2008-08-071-1/+1
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-mpc512xWolfgang Denk2008-08-102-35/+221
| |\ \
| | * | mpc5121: Move iopin features from board specific to common files.Kenneth Johansson2008-08-051-33/+218
| | * | mpc5121: squash some fdt fixup errorsJohn Rigby2008-08-051-2/+3
| | |/
| * | TQM8xx{L,M}: try to normalize config files for TQM8xx? based boardWolfgang Denk2008-08-0915-67/+440
| * | TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk2008-08-081-0/+2
| * | TQM8xxL: fix support for second flash bankWolfgang Denk2008-08-085-5/+5
| |/
* | ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per sch...Steven A. Falco2008-08-071-6/+6
|/
* Fix remaining build issues with MPC8xx FADS boards.Jean-Christophe PLAGNIOL-VILLARD2008-08-033-3/+3
* nios2: fix phys_addr_t and phys_size_t supportJean-Christophe PLAGNIOL-VILLARD2008-08-031-0/+3
* mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'Jean-Christophe PLAGNIOL-VILLARD2008-08-031-2/+2
* Fix build issues with MPC8xx FADS boards.Wolfgang Denk2008-08-011-1/+1
* Fix printf() format problems with configurable promptsWolfgang Denk2008-07-3136-49/+73
* E1000: clean up CONFIG_E1000_FALLBACK_MAC handlingWolfgang Denk2008-07-311-1/+1
* Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-07-314-10/+9
|\
| * PPC: Add pci_clk in the global_data for CPM2 processorsMatvejchikov Ilya2008-07-311-0/+3
| * Remove unused I2C at apollon boardKyungmin Park2008-07-311-8/+0
| * Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2008-07-312-2/+6
| |\
| | * Merge branch 'format-warnings' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-07-241-2/+4
| | |\
| | | * avr32: Fix printf() format warningsHaavard Skinnemoen2008-07-231-2/+4
OpenPOWER on IntegriCloud