| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-08 | -0/+326 |
|\ |
|
| * | am33xx: add ELM support | Mansoor Ahamed | 2012-12-10 | -0/+218 |
| * | am33xx: NAND support | Ilya Yanok | 2012-12-10 | -0/+108 |
* | | am33xx: init OTG hardware and new musb gadget driver | Ilya Yanok | 2012-11-20 | -0/+93 |
|/ |
|
* | am33xx: Enable UART{1,2,3,4,5} clocks | Andrew Bradford | 2012-10-25 | -0/+35 |
* | am33xx: support board specific ddr settings | Peter Korsgaard | 2012-10-25 | -103/+11 |
* | am33xx: move generic parts of pinmux handling out from board/ti/am335x | Peter Korsgaard | 2012-10-25 | -0/+34 |
* | 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 | -261/+0 |
* | 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/+1 |
* | am335x: Enable RTC 32K OSC clock | Vaibhav Hiremath | 2012-10-25 | -1/+26 |
* | am33xx: Enable DDR3 for DDR3 version of beaglebone | Joel A Fernandes | 2012-10-23 | -2/+7 |
* | SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux | Tom Rini | 2012-09-27 | -0/+2 |
* | SPL: Move the omap SPL framework to common/spl | Tom Rini | 2012-09-27 | -1/+1 |
* | ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> | Tom Rini | 2012-09-27 | -1/+1 |
* | am33xx: Remove redundant timer config | Tom Rini | 2012-09-04 | -20/+0 |
* | am33xx evm: Update secure_emif_sdram_config during ddr init | Satyanarayana, Sandhya | 2012-09-01 | -1/+4 |
* | am33xx: Add support, update omap3 McSPI driver | Tom Rini | 2012-09-01 | -0/+5 |
* | am33xx: Correct MMC1, remove MMC2 support | Tom Rini | 2012-09-01 | -1/+7 |
* | am33xx: Rework pinmux functions | Tom Rini | 2012-09-01 | -27/+5 |
* | am33xx evm: Add CONFIG_CMD_EEPROM and related | Tom Rini | 2012-09-01 | -9/+4 |
* | am33xx: Add support for TI AM335x StarterKit EVM | Tom Rini | 2012-09-01 | -2/+39 |
* | am33xx: Remove board/ti/am335x/evm.c | Tom Rini | 2012-09-01 | -0/+173 |
* | am33xx: Add DDR3 (Micron MT41J128M16JT-125) timings and support | Tom Rini | 2012-09-01 | -0/+43 |
* | am33xx: Rework config_ddr to make DDR3 support easier. | Tom Rini | 2012-09-01 | -14/+23 |
* | am33xx: Move some variables in emif4.c, mark them static. | Tom Rini | 2012-09-01 | -4/+3 |
* | am33xx: Correct and clean up ddr_regs struct | Tom Rini | 2012-09-01 | -15/+2 |
* | am33xx: Do not touch 'ratio1' fields | Tom Rini | 2012-09-01 | -17/+0 |
* | am33xx: Rework config_io_ctrl slightly | Tom Rini | 2012-09-01 | -15/+7 |
* | am33xx: Use emif_regs struct for storing initialization values | Tom Rini | 2012-09-01 | -44/+27 |
* | am33xx: Turn a number of 'int' functions to 'void' | Tom Rini | 2012-09-01 | -36/+9 |
* | am33xx: Document what we're doing with ddrctrl->ddrckectrl | Tom Rini | 2012-09-01 | -4/+2 |
* | am33xx: Clean up unused DDR defines, prefix more with 'DDR2' | Tom Rini | 2012-09-01 | -23/+23 |
* | am33xx: Move the call to ddr_pll_config, make it take the frequency | Tom Rini | 2012-09-01 | -3/+4 |
* | am33xx: Pass to config_ddr the type of memory that is connected | Tom Rini | 2012-09-01 | -18/+23 |
* | am33xx: Make config_cmd_ctrl / config_ddr_data take const structs | Tom Rini | 2012-09-01 | -59/+46 |
* | am33xx: Rework DDR2 EMIF initalization slightly | Tom Rini | 2012-09-01 | -15/+2 |
* | am33xx: Bugfix to config_sdram() | Tom Rini | 2012-09-01 | -2/+1 |
* | am33xx: Remove extra check in enable_ddr_clocks | Tom Rini | 2012-09-01 | -5/+0 |
* | am33xx: Convert to using <asm/emif.h> to describe the EMIF | Tom Rini | 2012-09-01 | -14/+15 |
* | am33xx: Enable gpio0 clock | Tom Rini | 2012-09-01 | -0/+4 |
* | am33xx: CPSW init and definitions | Chandan Nath | 2012-09-01 | -1/+7 |
* | omap: am335x_evm: enable i2c1 channel | Steve Sakoman | 2012-09-01 | -0/+5 |
* | omap: am33xx: enable gpio support | Steve Sakoman | 2012-09-01 | -0/+25 |
* | am33xx: Do not call init_timer twice | Tom Rini | 2012-07-07 | -14/+16 |
* | ARM:OMAP+:MMC: Add parameters to MMC init | Jonathan Solnit | 2012-05-15 | -1/+1 |
* | ARM: AM33XX: Add i2c support | Patil, Rachna | 2012-01-23 | -0/+5 |
* | ARM:AM33XX: Add SPL support for AM335X EVM | Chandan Nath | 2012-01-16 | -79/+66 |
* | ARM:AM33XX: Add mmc/sd support | Chandan Nath | 2012-01-16 | -0/+12 |