summaryrefslogtreecommitdiff
path: root/board/compulab/cm_t335
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-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-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-03common: Drop global inclusion of status_led.hSimon Glass1-0/+1
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
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-01-21status_led: Kconfig migrationUri Mashiach1-2/+2
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada1-9/+0
2015-02-25kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada1-3/+3
2015-02-12dm: omap3: Move driver model CONFIGs to KconfigSimon Glass1-0/+9
2015-01-29compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov1-1/+1
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-3/+0
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-5/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+23
2014-06-12cm_t335: Fix the U-Boot binary outputSimon Glass1-2/+2
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-0/+1
2014-04-18kbuild: do not use $(BOARD) to specify exact object nameMasahiro Yamada1-1/+1
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-1/+1
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N1-1/+1
2014-02-27arm: make _end compiler-generatedAlbert ARIBAUD1-2/+7
2014-02-27cm_t335: fix linker file to produce full ELFAlbert ARIBAUD1-6/+10
2013-12-19ARM: AM33xx+: Update ioregs to pass different valuesLokesh Vutla1-1/+9
2013-12-11Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-12-04am33xx: Stop modifying certain EMIF4D registersTom Rini1-4/+0
2013-12-04cm_t335: add support for status LEDIlya Ledvich2-0/+9
2013-12-04cm_t335: add cm_t335 board supportIlya Ledvich5-0/+491