| Commit message (Expand) | Author | Age | Files | Lines |
* | board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdef | Andrew F. Davis | 2019-03-22 | 2 | -20/+20 |
* | ARM: omap3: evm: Update DM SPL support | Derald D. Woods | 2019-02-19 | 1 | -12/+0 |
* | omap3_beagle: Update for DM SPL support | Tom Rini | 2019-02-19 | 1 | -12/+0 |
* | configs: Remove am43xx_evm_ethboot_defconfig | Vignesh R | 2019-01-18 | 1 | -1/+0 |
* | configs: Remove unused am335x_evm defconfigs | Vignesh R | 2019-01-18 | 1 | -3/+0 |
* | board: ti: am43xx: turn on USB clocks | Jean-Jacques Hiblot | 2018-12-14 | 1 | -0/+22 |
* | board: ks2_evm: Enable the USB clocks if DM_USB is used | Jean-Jacques Hiblot | 2018-12-14 | 1 | -0/+12 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2018-12-10 | 6 | -84/+136 |
|\ |
|
| * | am57xx: remove non-DM I2C code | Jean-Jacques Hiblot | 2018-12-10 | 1 | -33/+3 |
| * | ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL | Jean-Jacques Hiblot | 2018-12-10 | 6 | -71/+103 |
| * | ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT | Andreas Dannenberg | 2018-12-10 | 1 | -2/+52 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2018-12-10 | 2 | -191/+38 |
|\ \
| |/
|/| |
|
| * | board: ti: am57xx: remove USB platform code | Jean-Jacques Hiblot | 2018-12-07 | 1 | -85/+0 |
| * | board: ti: dra7-evm: remove USB platform code | Jean-Jacques Hiblot | 2018-12-07 | 1 | -104/+0 |
| * | configs: am57xx_evm: Enable DM_USB and DM_USB_DEV | Jean-Jacques Hiblot | 2018-12-07 | 1 | -3/+1 |
| * | configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms | Jean-Jacques Hiblot | 2018-12-07 | 1 | -1/+1 |
| * | board; ti: am57xx: turn on USB clocks | Vignesh R | 2018-12-07 | 1 | -0/+19 |
| * | board: ti: dra7xx-evm: turn on USB clocks in late init stage | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+19 |
* | | board: ti: ks2_evm: Over ride spl_get_load_buffer function | Keerthy | 2018-12-06 | 1 | -0/+5 |
|/ |
|
* | board: ti: am65x: Update README to add R5 build support | Lokesh Vutla | 2018-11-16 | 1 | -22/+92 |
* | configs: am65x_evm_r5: Add initial support | Lokesh Vutla | 2018-11-16 | 1 | -0/+1 |
* | board: ti: am654: r5: Add initial support for am654 | Lokesh Vutla | 2018-11-16 | 1 | -0/+24 |
* | drivers: net: keystone_net: drop non dm code | Grygorii Strashko | 2018-11-05 | 6 | -232/+0 |
* | board: ks2: move uinitrd fixup logic inside ft_board_setup_ex | Nicholas Faustini | 2018-10-10 | 1 | -22/+22 |
* | board: ti: am335x: add support to fixup phy address | Sekhar Nori | 2018-09-25 | 1 | -0/+78 |
* | configs: am65x_evm_a53: Add initial support | Lokesh Vutla | 2018-09-11 | 1 | -0/+1 |
* | arm64: dts: k3: Add Support for AM654 SoC | Lokesh Vutla | 2018-09-11 | 1 | -0/+12 |
* | board: ti: am654: a53: Add initial support for am654 | Lokesh Vutla | 2018-09-11 | 5 | -0/+238 |
* | Add Beaglebone Enhanced support | Koen Kooi | 2018-08-03 | 3 | -3/+18 |
* | efi_loader: Rename sections to allow for implicit data | Alexander Graf | 2018-07-25 | 1 | -15/+21 |
* | dra76: fix HDMI HPD pinmux | Tomi Valkeinen | 2018-06-13 | 1 | -1/+1 |
* | dra7/am5: remove CEC pin pull-up | Tomi Valkeinen | 2018-06-13 | 2 | -7/+7 |
* | ti: fastboot: Move weak overrides to board files | Alex Kiernan | 2018-05-30 | 2 | -0/+20 |
* | fastboot: Move fastboot to drivers/fastboot | Alex Kiernan | 2018-05-30 | 1 | -1/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 53 | -119/+53 |
* | board: ti: am43: Fix DCDC3 voltage for epos-evm | Keerthy | 2018-05-06 | 1 | -3/+7 |
* | spl: ti: Avoid serial calls when serial support is disabled | Alex Kiernan | 2018-04-28 | 1 | -0/+2 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 3 | -6/+0 |
* | net: Move enetaddr env access code to env config instead of net config | Alex Kiernan | 2018-04-08 | 3 | -0/+3 |
* | ti: am335x: Fix build when networking is disabled | Alex Kiernan | 2018-04-08 | 1 | -4/+4 |
* | board: ti: am43xx: Define embedded_dtb_select for runtime DTB selection in U-... | Vignesh R | 2018-04-06 | 1 | -2/+16 |
* | ARM: AM43xx: Add support for RTC only + DDR in self-refresh mode | Tero Kristo | 2018-04-06 | 2 | -0/+57 |
* | Add support for BeagleBoard.org PocketBeagle | Jason Kridner | 2018-04-06 | 3 | -5/+15 |
* | Convert all of CONFIG_CONS_INDEX to Kconfig | Tom Rini | 2018-03-16 | 3 | -28/+0 |
* | dra7xx: Always enable UART1 and UART3 in early_padconf | Tom Rini | 2018-03-16 | 1 | -3/+0 |
* | board: am335x: Set serial# variable | Sam Protsenko | 2018-03-16 | 1 | -0/+10 |
* | ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file | Derald D. Woods | 2018-03-13 | 1 | -0/+8 |
* | spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-... | Faiz Abbas | 2018-03-05 | 1 | -3/+3 |
* | env: Fix missed getenv_ulong to env_get_ulong conversion | Andrew F. Davis | 2018-02-23 | 1 | -1/+1 |
* | ARM: DRA7x/AM57x: Add MMC/SD fixups for rev1.0 and rev 1.1 | Kishon Vijay Abraham I | 2018-02-19 | 2 | -0/+59 |