summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | | | | | common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-22-12/+14
| * | | | | | common: Implement support for linker-generated arraysMarek Vasut2012-10-22-0/+148
| |/ / / / /
| * | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-19-632/+163
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | versatile: board configs: Use buffered writes on flash402jagan@gmail.com2012-10-18-0/+3
| | * | | | dm: Move s3c24xx USB driver to a proper placeMarek Vasut2012-10-18-0/+2
| | * | | | dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut2012-10-18-0/+1
| | | |/ / | | |/| |
| | * | | Remove lh7a40x cpu and serial driverAlbert ARIBAUD2012-10-16-632/+0
| | * | | h2200: Add support for iPAQ h2200 palmtopŁukasz Dałek2012-10-16-0/+157
| * | | | input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-19-0/+2
| * | | | input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo2012-10-19-0/+13
| * | | | input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black2012-10-19-0/+6
| * | | | env: cosmetic: Consilidate the default env definitionJoe Hershberger2012-10-19-0/+135
| * | | | powerpc: delete Wind River SBC8560/8540 supportPaul Gortmaker2012-10-17-887/+0
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-10-17-2/+6
| |\ \ \ \
| | * | | | i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi2012-10-16-1/+4
| | * | | | i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi2012-10-16-1/+1
| | * | | | i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi2012-10-16-0/+1
| | |/ / /
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2012-10-17-28/+202
| |\ \ \ \
| | * | | | MIPS: qemu_mips.h: cleanup coding style and checkpatch.pl issuesDaniel Schwierzeck2012-10-16-28/+26
| | * | | | MIPS: add board qemu-mips64 supportZhi-zhou Zhang2012-10-16-0/+175
| | * | | | MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.hZhi-zhou Zhang2012-10-16-0/+1
| | |/ / /
| * | | | change all versions of input_data() and output_data() to global weak aliasesPavel Herrmann2012-10-17-0/+11
| * | | | split mpc8xx hooks from cmd_ide.cPavel Herrmann2012-10-17-0/+47
| * | | | serial: Implement default_serial_puts()Marek Vasut2012-10-17-0/+2
| * | | | mpc82xx: Remove BMW board portStefan Roese2012-10-17-302/+0
| |/ / /
* | | | MX5: added CONFIG_PMIC_FSL_MC13892 to mx53evkStefano Babic2012-10-26-0/+1
* | | | mx6qsabre_common: Allow booting a zImage kernelFabio Estevam2012-10-26-0/+1
* | | | mx35pdk: Allow booting a zImage kernelFabio Estevam2012-10-26-0/+1
* | | | mx51evk: Allow booting a zImage kernelFabio Estevam2012-10-26-1/+1
* | | | mx25pdk: Allow booting a zImage kernelFabio Estevam2012-10-26-0/+1
* | | | mx53loco: Allow booting a zImage kernelFabio Estevam2012-10-26-0/+1
* | | | mx25pdk: Add Ethernet supportFabio Estevam2012-10-26-0/+22
* | | | pmic: Add support for mc34704Fabio Estevam2012-10-26-0/+49
* | | | pmic_fsl: Introduce FSL_PMIC_I2C_LENGTHFabio Estevam2012-10-26-0/+2
* | | | mx25pdk: Add esdhc supportFabio Estevam2012-10-26-1/+15
* | | | mx25pdk: Include CONFIG_MX25Fabio Estevam2012-10-26-0/+1
* | | | MX35: add support for woodburn boardStefano Babic2012-10-26-0/+407
| |_|/ |/| |
* | | mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFERFabio Estevam2012-10-20-2/+1
* | | mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFERFabio Estevam2012-10-20-2/+1
* | | mx25pdk: Use internal RAM for stack pointerFabio Estevam2012-10-20-2/+9
* | | mx6qsabrelite: enable DCache and MMC bounce bufferDirk Behme2012-10-17-2/+1
* | | configs: mx53evk: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* | | configs: mx51evk: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* | | configs: mx53loco: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* | | mx53loco: Adapt the IPU clockFabio Estevam2012-10-17-1/+1
* | | i.MX6: mx6qsabrelite: Add splash screen supportEric Nelson2012-10-16-1/+14
* | | i.MX video: struct fb_videomode can be constEric Nelson2012-10-16-1/+3
* | | mx6qsabreauto: Change mmcroot so it works out of boxOtavio Salvador2012-10-16-2/+4
* | | mxc: Fix SDHC multi-instance clockBenoît Thébaudeau2012-10-16-0/+1
|/ /
* | Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-15-0/+85
|\ \