| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-11-05 | -27/+801 |
|\ |
|
| * | arm: atmel: cpux9k2: add missing cache configs | Jens Scharsig (BuS Elektronik) | 2012-11-04 | -1/+4 |
| * | Merge remote-tracking branch 'u-boot-ti/master' | Albert ARIBAUD | 2012-11-03 | -5/+638 |
| |\ |
|
| | * | eco5pk: Add new board and default config | Raphael Assenat | 2012-10-30 | -0/+81 |
| | * | New board support: Nokia RX-51 aka N900 | Pali Rohár | 2012-10-30 | -0/+452 |
| | * | Add power bus message definitions in twl4030.h | Pali Rohár | 2012-10-30 | -0/+98 |
| | * | am335x_evm: Enable use of UART{1,2,3,4,5} | Andrew Bradford | 2012-10-25 | -5/+7 |
| * | | tegra: move to common SPL framework | Allen Martin | 2012-10-29 | -0/+4 |
| * | | ARM: tegra: derive CONFIG_SPL_MAX_SIZE instead of hard-coding it | Stephen Warren | 2012-10-29 | -1/+2 |
| * | | tegra: nand: make ONFI detection work | Lucas Stach | 2012-10-29 | -0/+1 |
| * | | ARM: tegra: Seaboard: enable multiple USB ports | Stephen Warren | 2012-10-29 | -0/+1 |
| * | | ARM: tegra: Harmony: enable ULPI USB port | Stephen Warren | 2012-10-29 | -0/+3 |
| * | | ARM: tegra: use standard variables to define load addresses | Stephen Warren | 2012-10-29 | -3/+28 |
| * | | ARM: tegra: define CONFIG_SYS_BOOTMAPSZ | Stephen Warren | 2012-10-29 | -1/+2 |
| * | | tegra: add Colibri T20 board support | Lucas Stach | 2012-10-29 | -0/+83 |
| * | | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-10-27 | -16/+35 |
| |\ \ |
|
| | * | | mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER | Fabio Estevam | 2012-10-20 | -2/+1 |
| | * | | mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFER | Fabio Estevam | 2012-10-20 | -2/+1 |
| | * | | mx25pdk: Use internal RAM for stack pointer | Fabio Estevam | 2012-10-20 | -2/+9 |
| | * | | mx6qsabrelite: enable DCache and MMC bounce buffer | Dirk Behme | 2012-10-17 | -2/+1 |
| | * | | configs: mx53evk: Remove CONFIG_HAS_ETH1 | Fabio Estevam | 2012-10-17 | -1/+0 |
| | * | | configs: mx51evk: Remove CONFIG_HAS_ETH1 | Fabio Estevam | 2012-10-17 | -1/+0 |
| | * | | configs: mx53loco: Remove CONFIG_HAS_ETH1 | Fabio Estevam | 2012-10-17 | -1/+0 |
| | * | | mx53loco: Adapt the IPU clock | Fabio Estevam | 2012-10-17 | -1/+1 |
| | * | | i.MX6: mx6qsabrelite: Add splash screen support | Eric Nelson | 2012-10-16 | -1/+14 |
| | * | | i.MX video: struct fb_videomode can be const | Eric Nelson | 2012-10-16 | -1/+3 |
| | * | | mx6qsabreauto: Change mmcroot so it works out of box | Otavio Salvador | 2012-10-16 | -2/+4 |
| | * | | mxc: Fix SDHC multi-instance clock | Benoît Thébaudeau | 2012-10-16 | -0/+1 |
* | | | | lib/zlib: sparse fixes | Kim Phillips | 2012-11-04 | -1/+1 |
* | | | | net/: sparse fixes | Kim Phillips | 2012-11-04 | -4/+5 |
* | | | | include/image.h: sparse fixes | Kim Phillips | 2012-11-04 | -7/+8 |
* | | | | include/linux/stddef.h: avoid 'warning: preprocessor token offsetof redefined' | Kim Phillips | 2012-11-04 | -0/+2 |
* | | | | include/linux/unaligned/generic.h: fix warning: preprocessor token __force re... | Kim Phillips | 2012-11-04 | -3/+0 |
* | | | | include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} red... | Kim Phillips | 2012-11-04 | -3/+2 |
* | | | | include/linux/byteorder: import latest endian definitions from linux | Kim Phillips | 2012-11-04 | -100/+178 |
* | | | | fs: rename fsload command to load | Stephen Warren | 2012-11-04 | -1/+1 |
* | | | | fs: fix number base behaviour change in fatload/ext*load | Stephen Warren | 2012-11-04 | -1/+1 |
* | | | | x86: config: Enable AHCI support for coreboot | Simon Glass | 2012-11-02 | -0/+22 |
* | | | | ahci: Perform SATA flush after disk write. | Marc Jones | 2012-11-02 | -0/+3 |
* | | | | ahci: Make the AHCI code find the capacity of disks > 128 GB properly | Gabe Black | 2012-11-02 | -0/+2 |
* | | | | ahci: cosmetics and cleanup | Stefan Reinauer | 2012-11-02 | -0/+1 |
* | | | | scsi: Add function and env var to report number of scsi drives | Stefan Reinauer | 2012-11-02 | -0/+2 |
* | | | | Support setenv_ulong() and setenv_addr() for powerpc | Simon Glass | 2012-11-02 | -1/+1 |
* | | | | am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support | Tom Rini | 2012-11-02 | -0/+11 |
* | | | | Add board_name to CONFIG_ENV_VARS_UBOOT_CONFIG | Stephen Warren | 2012-11-02 | -0/+1 |
* | | | | fs: add filesystem switch libary, implement ls and fsload commands | Stephen Warren | 2012-10-29 | -3/+65 |
* | | | | fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} | Stephen Warren | 2012-10-29 | -1/+14 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-coldfire | Tom Rini | 2012-10-29 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ColdFire: Remove save env in NAND support for M54418TWR board. | Jason Jin | 2012-10-29 | -1/+1 |
* | | | | | PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) | Wolfgang Denk | 2012-10-28 | -2686/+5 |
|/ / / / |
|