summaryrefslogtreecommitdiff
path: root/board/ti/ks2_evm/board.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-23global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFGTom Rini1-1/+1
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-4/+4
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-6/+6
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12board: ti: k2g: Add support for K2G ICE with 1GHz SiliconLokesh Vutla1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-10-24ARM: keystone: Do not enable the USB power domains at the board levelJean-Jacques Hiblot1-13/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-12-14board: ks2_evm: Enable the USB clocks if DM_USB is usedJean-Jacques Hiblot1-0/+12
2018-12-07board: ti: ks2_evm: Over ride spl_get_load_buffer functionKeerthy1-0/+5
2018-11-05drivers: net: keystone_net: drop non dm codeGrygorii Strashko1-53/+0
2018-10-10board: ks2: move uinitrd fixup logic inside ft_board_setup_exNicholas Faustini1-22/+22
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+6
2017-07-10board: ks2: Use board detection to wrap code not specific to K2G ICE evmCooper Jr., Franklin1-5/+9
2017-07-10ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-bootCooper Jr., Franklin1-0/+7
2016-10-02board: ks2: Enable ECC using detected DDR sizeLokesh Vutla1-0/+3
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-04-19memory: Move TI_AEMIF config to KCONFIGLokesh Vutla1-0/+5
2016-03-22ti: k2g: increase phy autoneg timeoutVitaly Andrianov1-1/+1
2016-03-15ARM: keystone2: use detected ddr3a sizeVitaly Andrianov1-3/+1
2016-02-08board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is definedMugunthan V N1-0/+2
2015-10-22ARM: k2g: Add Ethernet SupportVitaly Andrianov1-0/+5
2015-10-22ARM: k2g: Add ddr3 infoVitaly Andrianov1-1/+2
2015-10-18ARM: k2e/l: Apply WA for selecting PA clock sourceLokesh Vutla1-0/+4
2015-08-13ARM: keystone2: Cleanup PLL init codeLokesh Vutla1-1/+0
2015-07-27board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDRNishanth Menon1-1/+1
2015-02-16keystone2: ddr3: eliminate using global ddr3_size variableVitaly Andrianov1-2/+4
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-11-06ks2_evm: board: remove sprintf for simple stringKhoronzhuk, Ivan1-5/+2
2014-10-23keystone2: ecc: add ddr3 error detection and correction supportVitaly Andrianov1-0/+3
2014-10-23ARM: keystone: clock: add support for K2E SoCsKhoronzhuk, Ivan1-0/+1
2014-10-23net: keystone_net: remove redundant code from keystone_net.cKhoronzhuk, Ivan1-0/+9
2014-10-23net: keystone_net: move header file from arch to ti-commonKhoronzhuk, Ivan1-1/+1
2014-10-23ARM: keystone2: spl: move board specific codeHao Zhang1-0/+19
2014-07-26ARM: keystone2: move K2HK board files to common KS2 board directoryHao Zhang1-0/+229