| Commit message (Expand) | Author | Age | Lines |
* | lib/vsprintf.c: don't special-case pointers to address null | Wolfgang Denk | 2012-11-02 | -0/+6 |
* | cmd_fdt.c: Use %p when printing pointers | Tom Rini | 2012-11-02 | -3/+3 |
* | fs: handle CONFIG_NEEDS_MANUAL_RELOC | Stephen Warren | 2012-11-02 | -1/+12 |
* | MAKEALL: Add -s to '${MAKE} tidy' section | Tom Rini | 2012-10-29 | -1/+1 |
* | ext4: Fix printf() format string error | Simon Glass | 2012-10-29 | -1/+1 |
* | FPGA: Cyclon II: Correctly reset the FPGA before configuration | Stephan Gatzka | 2012-10-29 | -0/+2 |
* | fs: add filesystem switch libary, implement ls and fsload commands | Stephen Warren | 2012-10-29 | -298/+483 |
* | fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} | Stephen Warren | 2012-10-29 | -13/+38 |
* | fs: delete unused Makefile | Stephen Warren | 2012-10-29 | -43/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-coldfire | Tom Rini | 2012-10-29 | -4/+6 |
|\ |
|
| * | ColdFire: Remove save env in NAND support for M54418TWR board. | Jason Jin | 2012-10-29 | -1/+1 |
| * | ColdFire: Update the lds file for M54418TWR board. | Jason Jin | 2012-10-29 | -3/+5 |
* | | ESTEEM192E: adjust linker script to grown code size | Wolfgang Denk | 2012-10-28 | -1/+0 |
* | | TQM8xx: adjust linker script to grown code size | Wolfgang Denk | 2012-10-28 | -3/+1 |
* | | PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) | Wolfgang Denk | 2012-10-28 | -11109/+16 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-26 | -6264/+1193 |
|\ |
|
| * | ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections | Stephen Warren | 2012-10-26 | -4/+4 |
| * | arm: ks8695: use defined constants for UART | Yann Vernier | 2012-10-26 | -3/+3 |
| * | Origen: Add default clock settings for multimedia IPs | Annamalai Lakshmanan | 2012-10-26 | -1/+110 |
| * | arm: arm925t: remove SX1 board | Albert ARIBAUD | 2012-10-26 | -788/+2 |
| * | arm720: Remove CONFIG_ARM7_REVD | Marek Vasut | 2012-10-26 | -11/+0 |
| * | arm720: Further clean up the arm720t directory | Marek Vasut | 2012-10-26 | -79/+7 |
| * | stdio: Remove the CLPS7111 serial driver | Marek Vasut | 2012-10-26 | -413/+0 |
| * | arm: Remove support for NETARM | Marek Vasut | 2012-10-26 | -2039/+10 |
| * | arm: Remove support for s3c4510 | Marek Vasut | 2012-10-26 | -876/+2 |
| * | arm: Remove support for lpc2292 | Marek Vasut | 2012-10-26 | -1316/+16 |
| * | Merge remote-tracking branch 'u-boot-atmel/master' | Albert ARIBAUD | 2012-10-26 | -3/+54 |
| |\ |
|
| | * | mmc: at91: use max timeout value. It will avoid some situation that timeout h... | Wu, Josh | 2012-10-17 | -2/+2 |
| | * | ARM: at91sam9x5: enable MCI0 support for 9x5ek board. | Wu, Josh | 2012-10-17 | -0/+35 |
| | * | mmc: at91: add multi block read/write support. | Wu, Josh | 2012-10-17 | -1/+17 |
| * | | Merge remote-tracking branch 'u-boot-ti/master' | Albert ARIBAUD | 2012-10-26 | -744/+998 |
| |\ \ |
|
| | * | | am33xx/ddr_defs.h: rename DDR2/DDR3 defines to their actual part numbers | Peter Korsgaard | 2012-10-25 | -82/+94 |
| | * | | am33xx: support board specific ddr settings | Peter Korsgaard | 2012-10-25 | -116/+92 |
| | * | | am33xx: move generic parts of pinmux handling out from board/ti/am335x | Peter Korsgaard | 2012-10-25 | -248/+296 |
| | * | | am33xx/board: use cpu_mmc_init() for default mmc initialization | Peter Korsgaard | 2012-10-25 | -2/+2 |
| | * | | am33xx: move ti i2c baseboard header handling to board/ti/am335x/ | Peter Korsgaard | 2012-10-25 | -288/+350 |
| | * | | am33xx/board.c: make wdtimer/uart_base static | Peter Korsgaard | 2012-10-25 | -2/+4 |
| | * | | am33xx: Add SPI SPL as an option | Tom Rini | 2012-10-25 | -0/+9 |
| | * | | omapimage: Add support for byteswapped SPI images | Tom Rini | 2012-10-25 | -24/+68 |
| | * | | omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPED | Peter Korsgaard | 2012-10-25 | -6/+5 |
| | * | | OMAP3: add video support to the mcx board | Stefano Babic | 2012-10-25 | -1/+58 |
| | * | | VIDEO: add macro to set LCD size for DSS driver | Stefano Babic | 2012-10-25 | -0/+1 |
| | * | | OMAP3: mcx: updated to new hardware revision | Stefano Babic | 2012-10-25 | -19/+5 |
| | * | | OMAP3: updated pinmux and environment for new revision of mcx board | Stefano Babic | 2012-10-25 | -18/+20 |
| | * | | OMAP3: mt_ventoux: power on USB at startup | Stefano Babic | 2012-10-25 | -0/+8 |
| | * | | am335x: Enable RTC 32K OSC clock | Vaibhav Hiremath | 2012-10-25 | -1/+45 |
| | * | | cm-t35: clean unused defines from config | Igor Grinberg | 2012-10-23 | -11/+1 |
| | * | | configs: Fix usage of mmc rescan | Andrew Bradford | 2012-10-23 | -22/+22 |
| | * | | am33xx: Enable DDR3 for DDR3 version of beaglebone | Joel A Fernandes | 2012-10-23 | -2/+7 |
| | * | | USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY | Pankaj Bharadiya | 2012-10-23 | -1/+10 |