summaryrefslogtreecommitdiff
path: root/board/Arcturus
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-06-21board: Arcturus: DM: Disable drivers without DM support.Oleksandr Zhadan
2019-03-25Convert CONFIG_SF_DEFAULT_* to KconfigPatrick Delaunay
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-12-06powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-04-05board_f: Drop return value from initdram()Simon Glass
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass
2017-01-25powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger
2015-05-04powerpc/mpc85xx: Add board support for ucp1020Oleksandr G Zhadan