aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/p1010rdb/spl.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Convert CONFIG_SPL_GD_ADDR to KconfigTom Rini1-2/+2
2022-06-06Convert CONFIG_SPL_RELOC_TEXT_BASE et al to KconfigTom Rini1-3/+3
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+1
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
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+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-11-23powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PBYork Sun1-1/+1
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass1-1/+2
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-04-23driver/ifc: Add 64KB page supportJaiprakash Singh1-2/+2
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+108
2014-02-24powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPLYing Zhang1-0/+108