summaryrefslogtreecommitdiff
path: root/board/Arcturus
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass2-4/+4
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass2-4/+4
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 Yamada2-5/+5
2020-05-19common: Drop linux/stringify.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+3
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass2-0/+2
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass2-0/+2
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-06-21board: Arcturus: DM: Disable drivers without DM support.Oleksandr Zhadan3-121/+315
2019-03-26Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay1-13/+0
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-17/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-07powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-8/+8
2017-08-16env: Rename setenv() to env_set()Simon Glass2-10/+10
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-26powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+1
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass1-2/+0
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-06-26Move default y configs out of arch/board KconfigJoe Hershberger1-8/+0
2015-05-04powerpc/mpc85xx: Add board support for ucp1020Oleksandr G Zhadan12-0/+1256