| Commit message (Expand) | Author | Age | Files | Lines |
* | arch/arm/mach-keystone/ddr3.c: Fix spelling of "resetting". | Vagrant Cascadian | 2022-01-13 | 1 | -1/+1 |
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanups | Wolfgang Denk | 2021-09-30 | 1 | -3/+3 |
* | ti: keystone: Migrate CONFIG_SOC_K2* to KconfigWIP/2021-09-25-TI-platform-updates | Tom Rini | 2021-09-27 | 1 | -0/+16 |
* | global: Convert simple_strtoul() with decimal to dectoul() | Simon Glass | 2021-08-02 | 1 | -5/+5 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -4/+4 |
* | common: fit: Update board_fit_image_post_process() to pass fit and node_offset | Lokesh Vutla | 2021-06-11 | 1 | -1/+2 |
* | ARM: fix LTO for keystone | Marek BehĂșn | 2021-05-24 | 1 | -0/+1 |
* | reset: Remove addr parameter from reset_cpu() | Harald Seiler | 2021-03-02 | 2 | -3/+3 |
* | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO | Igor Opaniuk | 2021-02-21 | 1 | -1/+1 |
* | serial: Rename ns16550 functions to lower case | Simon Glass | 2021-01-05 | 1 | -1/+1 |
* | serial: Update NS16550_t and struct NS16550 | Simon Glass | 2021-01-05 | 1 | -1/+1 |
* | Makefile: Rename ALL-y to INPUTS-y | Simon Glass | 2020-07-28 | 1 | -2/+2 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 7 | -0/+18 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 5 | -8/+11 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move reset_cpu() to the CPU header | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | ARM: keystone: increase PSC timeout | Jean-Jacques Hiblot | 2019-10-24 | 1 | -1/+1 |
* | arm: mach-keystone: Use appended original image size in image processing | Andrew F. Davis | 2019-07-29 | 1 | -5/+5 |
* | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner | 2019-05-18 | 1 | -1/+1 |
* | ARM: k2g: add a workaround to reset the phy | Murali Karicheri | 2019-04-12 | 1 | -0/+3 |
* | ARM: k2g-ice: Add pinmux support for rgmii interface | Murali Karicheri | 2019-04-12 | 1 | -0/+5 |
* | soc: keystone: Merge into ti specific directory | Vignesh R | 2019-04-11 | 1 | -0/+8 |
* | ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL | Jean-Jacques Hiblot | 2018-12-10 | 1 | -0/+7 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 30 | -60/+30 |
* | cmd: ti: Generalize cmd_ddr3 command | Lokesh Vutla | 2018-01-19 | 1 | -0/+1 |
* | arm: keystone: Move cmd_ddr3 to a common place | Lokesh Vutla | 2018-01-19 | 3 | -250/+4 |
* | board: ti: K2G FC SoC 1GHz and DDR3 1066 MT/s support | Rex Chang | 2018-01-19 | 2 | -2/+18 |
* | omap: Update the base address of the MMC controllers | Jean-Jacques Hiblot | 2018-01-18 | 1 | -2/+2 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 2 | -2/+2 |
* | arm: mach-keystone: Fixes issue with return values in inline assembly | Srinivas, Madan | 2017-07-26 | 1 | -0/+4 |
* | arm: mach-keystone: Updates mon_install for K2G HS | Madan Srinivas | 2017-07-26 | 3 | -6/+11 |
* | arm: mach-keystone: Modify secure image size before copy | Andrew F. Davis | 2017-07-10 | 1 | -5/+5 |
* | ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variables | Cooper Jr., Franklin | 2017-07-10 | 1 | -5/+27 |
* | ARM: k2g: Program DDR PHY MR2 register with the default value | Cooper Jr., Franklin | 2017-07-10 | 1 | -2/+1 |
* | ARM: keystone2: Add additional fields used for DDR3 configuration | Cooper Jr., Franklin | 2017-07-10 | 2 | -0/+17 |
* | ARM: keystone2: Allow to build with all image formats | Cooper Jr., Franklin | 2017-07-10 | 1 | -2/+2 |
* | Convert CONFIG_SPL_BOARD_INIT to Kconfig | Ley Foon Tan | 2017-05-22 | 1 | -0/+4 |
* | ARM: keystone: Enable DM_I2C by default | Cooper Jr., Franklin | 2017-05-09 | 1 | -0/+4 |
* | ARM: keystone2: Add support for getting external clock dynamically | Lokesh Vutla | 2017-05-08 | 2 | -7/+7 |
* | ARM: k2g: Add support for dynamic programming of PLL based on SYSCLK | Lokesh Vutla | 2017-05-08 | 2 | -2/+23 |
* | ARM: Keystone2: Build secure images for K2 | Madan Srinivas | 2017-04-08 | 1 | -0/+6 |
* | arm: mach-keystone: Implements FIT post-processing call for keystone SoCs | Vitaly Andrianov | 2017-04-08 | 1 | -0/+73 |
* | Remove various unused interrupt related code | Tom Rini | 2017-04-06 | 1 | -1/+2 |
* | ARM: k2g: setup PRU ethernet MAC addresses | Roger Quadros | 2017-03-20 | 1 | -0/+2 |