summaryrefslogtreecommitdiff
path: root/board/cavium
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: Drop pci_init_board()Simon Glass1-7/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-12/+12
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-4/+4
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-3/+6
2016-03-15thunderx: Move mmu table into board fileAlexander Graf1-0/+24
2016-01-20armv8: cavium: Get DRAM size from ATFSergey Temerkhanov1-0/+27
2016-01-20armv8: cavium: Add an implementation of ATF calling functionsSergey Temerkhanov2-1/+313
2016-01-20armv8: cavium: Add ThunderX 88xx board definitionSergey Temerkhanov4-0/+116