summaryrefslogtreecommitdiff
path: root/board/BuR/common/common.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-12video: omap: move drivers to 'ti' directoryDario Binacchi1-1/+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-03-03board: brxre1: fix building errorsDario Binacchi1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-04-27board/BuR/common: add 'brdefaulip_setup' functionHannes Schmelzer1-0/+34
2019-04-27board/BuR/common: cosmetic: move 'overwrite_console' up to more related stuffHannes Schmelzer1-4/+5
2019-04-27board/BuR/common: prepare for compiling common into non AM33XX boardsHannes Schmelzer1-16/+14
2019-02-19board/BuR/brxre1: convert do DMHannes Schmelzer1-0/+7
2019-02-09board/BuR/brppt1: drop DM_I2C_COMPATHannes Schmelzer1-3/+4
2018-07-20board/BuR/brppt1: convert brppt1 boards to driver modelHannes Schmelzer1-98/+3
2018-07-20board/BuR/common: refactor ft_board_setup(...)Hannes Schmelzer1-5/+10
2018-07-20board/BuR/common: fix PMIC mpu-pll setupHannes Schmelzer1-1/+1
2018-07-20board/BuR/common: remove interface Label from summary screenHannes Schmelzer1-2/+2
2018-07-20board/BuR/common: make CONFIG_LCD optionalHannes Schmelzer1-21/+18
2018-07-20board/BuR/common: drop simple-framebuffer setupHannes Schmelzer1-26/+0
2018-07-20board/BuR: drop devicetree loading and lcd setup for linux-targetsHannes Schmelzer1-224/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-01-11board/BuR: provide real clock-frequency instead a dividerHannes Schmelzer1-10/+4
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-20/+20
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+6
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-12board: BuR: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2017-06-16board/BuR/brxre1: fix MMC bootHannes Schmelzer1-1/+6
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-05-05board/BuR/common: incorrect check of dtbxypron.glpk@gmx.de1-3/+3
2017-03-20ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot1-1/+1
2016-06-04nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-02-25board/BuR: drop ETH-support in SPL-StageHannes Schmelzer1-7/+2
2015-06-18board/BuR/common: support timer5 for pwm-backlightHannes Petermaier1-3/+11
2015-05-28cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer1-1/+1
2015-05-09board/BuR/tseries: Add simplefb supportHannes Petermaier1-48/+86
2015-05-09board/BuR/tseries: take usage of CONFIG_LCD_ROTATIONHannes Petermaier1-0/+23
2015-04-23board/BuR/tseries: reactivate NAND-boardHannes Petermaier1-4/+11
2015-04-23board/BuR/common: simplify access to devicetreeHannes Petermaier1-59/+55
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-03-28board/BuR/common: remove unused function 'blink'Hannes Petermaier1-14/+0
2015-03-28board/BuR/common: move I2C initialization from common part to board-specificHannes Petermaier1-4/+0
2015-03-17board/BuR/common: use SYS_CONSOLE_OVERWRITEHannes Petermaier1-0/+4
2015-03-06board/BuR/common: try to setup cpsw mac-address from the devicetreeHannes Petermaier1-10/+15
2015-03-06board/BuR/common: Take usage of am335x LCD-DisplayHannes Petermaier1-1/+416
2014-05-23Add board_mmc_init(...) function for init mmc1 onlyHannes Petermaier1-0/+7
2014-03-06board/BuR/common: fix phy addressesHannes Petermaier1-2/+2
2014-03-04drivers: net: cpsw: add support to have phy address from cpsw platform dataMugunthan V N1-2/+2
2014-02-21board: Add support for B&R T-Series MotherboardHannes Petermaier1-0/+216