| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 | Tom Rini | 2013-11-25 | -3/+4 |
|\ |
|
| * | sandbox: Make map_to_sysmem() use a constant pointer | Simon Glass | 2013-11-21 | -1/+1 |
| * | sandbox: config: Don't use 64-bit physical memory | Simon Glass | 2013-11-21 | -1/+0 |
| * | sandbox: Use uint64_t instead of u64 for time | Simon Glass | 2013-11-21 | -1/+3 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2013-11-25 | -174/+189 |
|\ \ |
|
| * | | net: tsec: Use portable regs type (uint->u32) | Claudiu Manoil | 2013-11-22 | -140/+138 |
| * | | net: tsec: Use portable types and accessors for BDs | Claudiu Manoil | 2013-11-22 | -12/+10 |
| * | | net: tsec: Fix CamelCase issues around BD code | Claudiu Manoil | 2013-11-22 | -2/+2 |
| * | | net: fsl_mdio: Fix warnings for __iomem pointers | Claudiu Manoil | 2013-11-22 | -4/+4 |
| * | | net: tsec: Cleanup tsec regs init and fix __iomem warns | Claudiu Manoil | 2013-11-22 | -14/+25 |
| * | | net: Fix mcast function pointer prototype | Claudiu Manoil | 2013-11-22 | -1/+1 |
| * | | net: add extended function to phy API | Stefano Babic | 2013-11-22 | -0/+3 |
| * | | phy: add missing constants for Micrel KSZ9031 | Stefano Babic | 2013-11-22 | -0/+5 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-11-25 | -20/+58 |
|\ \ |
|
| * | | mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme | pekon gupta | 2013-11-21 | -4/+15 |
| * | | mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx ... | pekon gupta | 2013-11-21 | -0/+4 |
| * | | board/c29xpcie: Add support of 8K page size NAND flash | Prabhakar Kushwaha | 2013-11-21 | -4/+6 |
| * | | mtd: move & update nand_ecclayout structure (plus board changes) | Prabhakar Kushwaha | 2013-11-21 | -12/+33 |
* | | | spieval: Remove remainders of dead board | Masahiro Yamada | 2013-11-25 | -494/+0 |
| |/
|/| |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2013-11-17 | -2/+2 |
|\ \ |
|
| * | | malta: use unmapped flash base address | Gabor Juhos | 2013-11-15 | -2/+2 |
| |/ |
|
* | | Makefile: rename all libraries to built-in.o | Masahiro Yamada | 2013-11-17 | -20/+20 |
* | | configs: clean up unused macro CONFIG_L2_OFF | Masahiro Yamada | 2013-11-15 | -11/+0 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2013-11-14 | -0/+1386 |
|\ \ |
|
| * | | powerpc/t104xrdb: Add T1042RDB_PI board support | Priyanka Jain | 2013-11-13 | -0/+694 |
| * | | powerpc/t104xrdb: Add T1040RDB board support | Priyanka Jain | 2013-11-13 | -0/+690 |
| * | | powerpc/t1040: enable PBL tool for T1040 | Prabhakar Kushwaha | 2013-11-13 | -0/+2 |
| |/ |
|
* | | i2c, zynq: convert zynq i2c driver to new multibus/multiadapter framework | Heiko Schocher | 2013-11-13 | -4/+4 |
* | | i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework | Heiko Schocher | 2013-11-13 | -101/+90 |
* | | i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework | Nobuhiro Iwamatsu | 2013-11-13 | -23/+23 |
|/ |
|
* | cm_t35: use scf0403 driver | Nikita Kiryanov | 2013-11-12 | -0/+3 |
* | lcd: add DataImage SCF0403x LCD panel support | Nikita Kiryanov | 2013-11-12 | -0/+11 |
* | spi: define SPI_XFER_ONCE | Nikita Kiryanov | 2013-11-12 | -0/+1 |
* | spi: omap3: add support for more word lengths | Nikita Kiryanov | 2013-11-12 | -0/+16 |
* | MPC824x: remove obsolete "PN62" board | Wolfgang Denk | 2013-11-11 | -285/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2013-11-11 | -18/+188 |
|\ |
|
| * | malta: define CONFIG_MEMSIZE_IN_BYTES | Gabor Juhos | 2013-11-09 | -0/+2 |
| * | malta: store environment in flash | Paul Burton | 2013-11-09 | -6/+9 |
| * | malta: enable RTC support | Paul Burton | 2013-11-09 | -0/+5 |
| * | malta: remove cache size definitions | Paul Burton | 2013-11-09 | -4/+0 |
| * | malta: enable CONFIG_PCNET_79C973, PCNET_HAS_PROM, CONFIG_CMD_DHCP | Paul Burton | 2013-11-09 | -0/+3 |
| * | malta: support for coreFPGA6 boards | Paul Burton | 2013-11-09 | -1/+158 |
| * | qemu-malta: rename to just "malta" | Paul Burton | 2013-11-09 | -6/+6 |
| * | pci.h: allow inclusion in assembly source | Paul Burton | 2013-11-09 | -1/+5 |
* | | Merge branch 'iu-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-11-09 | -544/+534 |
|\ \
| |/
|/| |
|
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-11-07 | -0/+303 |
| |\ |
|
| | * | Revert "configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards" | Stefano Babic | 2013-11-04 | -10/+10 |
| | * | configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards | Fabio Estevam | 2013-10-31 | -10/+10 |
| | * | ARM: mxs: Add PPC-AG BG0900 board | Marek Vasut | 2013-10-17 | -0/+97 |
| | * | udoo: Add initial support for mx6q udoo board | Fabio Estevam | 2013-10-17 | -0/+206 |