summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| |/ / / / /
* | | | | | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese2008-08-1225-127/+713
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | | * | | avr32: asm/io.h needs asm/types.hHaavard Skinnemoen2008-07-231-0/+2
| | | |/ /
| * | | | at91rm9200dk, csb637: fix NAND related build problemsWolfgang Denk2008-07-313-17/+12
| |/ / /
| * | | Adder8xx: Fix CFG_MONITOR_LENFrank Svendsbøe2008-07-301-1/+1
| * | | API: Teach the storage layer about SATA and MMC options.Rafal Jaworowski2008-07-301-0/+1
| * | | Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD2008-07-302-3/+3
| * | | Add include for config.h in command.h.Stefano Babic2008-07-301-0/+2
| * | | Removed support for the adsvix board.Adrian Filipi2008-07-301-365/+0
| |/ /
OpenPOWER on IntegriCloud