summaryrefslogtreecommitdiff
path: root/board/BuR
AgeCommit message (Expand)AuthorFilesLines
2021-06-05brxre1: disable video after DM_VIDEO conversion deadlineAnatolij Gustschin1-0/+9
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass5-0/+5
2021-01-12video: omap: move drivers to 'ti' directoryDario Binacchi2-2/+2
2020-07-29Makefile: Rename ALL-y to INPUTS-ySimon Glass3-7/+7
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-03-03board: brxre1: fix building errorsDario Binacchi3-2/+5
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2-4/+4
2019-12-03common: Move some board functions out of common.hSimon Glass3-0/+3
2019-12-03common: Move bootcount functions to their header fileSimon Glass1-0/+1
2019-11-03board/BuR/brppt2: initial commitHannes Schmelzer5-0/+610
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini6-0/+498
2019-08-12board/BuR/brsmarc1: initial commitHannes Schmelzer6-0/+498
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-06-05board/BuR/common: fix detection for PSC/STM resetcontrollerHannes Schmelzer1-0/+1
2019-04-27board/BuR/brxre1: use common resetcontroller implementationHannes Schmelzer2-142/+18
2019-04-27board/BuR/brxre1: cosmetic cleanupHannes Schmelzer1-9/+8
2019-04-27board/BuR/common: add br resetcontoller implementationHannes Schmelzer2-0/+260
2019-04-27board/BuR/common: add 'brdefaulip_setup' functionHannes Schmelzer2-0/+36
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 Schmelzer3-33/+52
2019-02-09board/BuR/brppt1: drop DM_I2C_COMPATHannes Schmelzer4-8/+8
2018-07-20board/BuR/brppt1: add makerule for generating production filesHannes Schmelzer1-0/+36
2018-07-20board/BuR/brppt1: convert brppt1 boards to driver modelHannes Schmelzer2-101/+24
2018-07-20board/BuR/brppt1: implement more flexible boot processHannes Schmelzer1-3/+25
2018-07-20board/BuR/common: refactor ft_board_setup(...)Hannes Schmelzer1-5/+10
2018-07-20board/BuR/brppt1: drop dead code (CONFIG_SPL_OS_BOOT)Hannes Schmelzer1-16/+0
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/brppt1: drop LCD-supportHannes Schmelzer1-4/+0
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 Rini8-18/+8
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-01-11board/BuR: drop LCDC clock manipulation from board codeHannes Schmelzer2-5/+0
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 Glass2-23/+23
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 Glass3-10/+10
2017-07-12board: BuR: use get_nand_dev_by_index()Grygorii Strashko1-1/+2