aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/t4rdb/spl.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-1/+1
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+1
2021-12-27CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()Tom Rini1-6/+1
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini1-5/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass1-1/+1
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-1/+1
2020-08-26powerpc: Remove bi_memstart & bi_memsize assignments in spl.cStefan Roese1-2/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+3
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-11-20env: Finish migration of common ENV optionsTom Rini1-2/+2
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+2
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-1/+1
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2017-01-25powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+1
2016-06-03powerpc/board: SPL: Enable malloc flag in global data.Sumit Garg1-0/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-05-04powerpc/t4rdb: Add SD boot support for T4240RDB boardChunhe Lan1-0/+95