aboutsummaryrefslogtreecommitdiff
path: root/board/davinci/da8xxevm/da850evm.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-8/+8
2021-09-07arm: Disable ATAGs supportTom Rini1-0/+2
2021-08-30davinci: Drop CONFIG_MAC_ADDR_IN_EEPROMTom Rini1-38/+3
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-13ARM: da850-evm: Unify config options with KconfigAdam Ford1-3/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-08-20Revert "ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR"Adam Ford1-2/+1
2019-08-12Merge branch '2019-08-11-ti-imports'Tom Rini1-1/+2
2019-08-12ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NORAdam Ford1-1/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-31Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available"Adam Ford1-12/+2
2019-07-31ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVMAdam Ford1-3/+0
2019-07-26ARM: da850-evm: Remove repeated pinmuxing callsAdam Ford1-4/+0
2019-07-26ARM: da850-evm: Remove duplicate UART initializationAdam Ford1-5/+0
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski1-6/+0
2019-07-13ARM: davinci: da850: Manual pinmux only when PINCTRL not availableAdam Ford1-2/+12
2019-06-05ARM: da850evm: Fix reading MAC from SPIAdam Ford1-1/+1
2019-04-23ARM: da850evm: Remove legacy MMC codeAdam Ford1-19/+0
2019-04-12ARM: davinci: da850evm: Enable SPL_OF_CONTROL without PLATDATAAdam Ford1-27/+0
2018-10-10board: da8xxevm: Add SPL DM for serial, spiJagan Teki1-0/+27
2018-09-11ARM: davinci: da850evm: Support DM_MMCAdam Ford1-0/+2
2018-06-18dm: gpio: Add DM compatibility to GPIO driver for DavinciAdam Ford1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-09-29arm: da850-evm: Enable DM and device tree support for da850-evmAdam Ford1-1/+2
2017-09-13davinci: da850evm: Make EEPROM MAC code configurableAdam Ford1-1/+4
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-04-06Remove various unused interrupt related codeTom Rini1-2/+0
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada1-6/+6
2016-12-04davinci: da8xxevm: fix indentationAndre Przywara1-2/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-3/+3
2014-06-19mtd: nand: davinci: add header file for driver definitionsKhoronzhuk, Ivan1-1/+1
2013-07-26da850evm: Use clrbits function with correct endianessChristian Riesch1-11/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2012-09-01da850/omap-l138: Fix NAND flash timingsLad, Prabhakar1-5/+5
2012-09-01da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVMRajashekhara, Sudhakar1-1/+11
2012-09-01da850/omap-l138: Add MMC support for DA850/OMAP-L138Lad, Prabhakar1-0/+32
2012-02-27da850evm: read mac address from I2C EEPROM on AM18x EVMHadli, Manjunath1-2/+33
2012-02-27da850evm: add support to read mac address from SPI flashHadli, Manjunath1-0/+72
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu1-1/+3
2011-12-24arm, da850evm: Add an SPL for SPI bootChristian Riesch1-1/+3