aboutsummaryrefslogtreecommitdiff
path: root/board/ti/dra7xx/evm.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07board: ti: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-02-10Correct SPL uses of FASTBOOTSimon Glass1-1/+1
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-7/+7
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis1-17/+0
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi1-1/+5
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-105/+1
2020-01-20board: ti: dra7-evm: remove net platform codeGrygorii Strashko1-105/+1
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass1-0/+1
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-1/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move serial functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-04-12arm: dra7: Allow NAND to be enabled on DRA71x EVM.Franklin S Cooper Jr1-0/+56
2019-03-22board: ti: Move fastboot functions out of TI_SECURE_DEVICE ifdefAndrew F. Davis1-10/+10
2018-12-07board: ti: dra7-evm: remove USB platform codeJean-Jacques Hiblot1-104/+0
2018-12-07configs: enable DM_USB and DM_USB_DEV for all DRA7 platformsJean-Jacques Hiblot1-1/+1
2018-12-07board: ti: dra7xx-evm: turn on USB clocks in late init stageJean-Jacques Hiblot1-0/+19
2018-05-30ti: fastboot: Move weak overrides to board filesAlex Kiernan1-0/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-19ARM: DRA7x/AM57x: Add MMC/SD fixups for rev1.0 and rev 1.1Kishon Vijay Abraham I1-0/+29
2018-02-15usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas1-2/+2
2018-01-19arm: dra762: Add support for device package identificationLokesh Vutla1-4/+13
2018-01-19board: ti: dra7xx: Select MCAN instead of DCAN on DRA76 EVMVignesh R1-0/+5
2017-11-17board: ti: dra71x-evm: Hook LDO1 of LP8733 to EN_PINKeerthy1-0/+7
2017-09-12ARM: DRA72x: Add support for detection of DRA71x SR 2.1Vishal Mahaveer1-0/+3
2017-09-11board: ti: dra76: Add dt supportLokesh Vutla1-1/+3
2017-09-11board: ti: dra76-evm: Add support for powering on mmc ldoLokesh Vutla1-0/+2
2017-09-11board: ti: dra76-evm: Add the pinmux dataLokesh Vutla1-0/+6
2017-09-11board: ti: dra76-evm: Add DDR dataLokesh Vutla1-2/+59
2017-09-11board: ti: dra76-evm: Add the pmic dataKeerthy1-0/+50
2017-09-11board: ti: dra76-evm: Add epprom supportLokesh Vutla1-0/+5
2017-09-11palmas: Add support for powering different ldosLokesh Vutla1-1/+1
2017-09-11arm: omap5+: Add board specific ldo poweringLokesh Vutla1-0/+13
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-1/+1
2017-06-12arm: dra7: Set fastboot variables in environmentSemen Protsenko1-0/+1
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1