summaryrefslogtreecommitdiff
path: root/board/cssi
AgeCommit message (Expand)AuthorFilesLines
2023-05-05board: cssi: Activate SMC relocation on CMPC885 board for MIAE deviceChristophe Leroy1-0/+4
2023-05-04board: cssi: Load CMPC885's motherboard FPGA earlierChristophe Leroy1-20/+5
2023-05-04board: cssi: Remove stale macro from cmpcpro.cChristophe Leroy1-5/+0
2023-05-04board: cssi: Remove duplicated FPGA loading sequence on CMPC885Christophe Leroy1-14/+0
2023-04-28board: cssi: Add CPU board CMPCPROChristophe Leroy6-0/+491
2023-04-28board: cssi: Move all mother board code into common.cChristophe Leroy3-133/+151
2023-04-28board: cssi: Refactor EEPROM readChristophe Leroy3-31/+40
2023-04-28board: cssi: Create dedicated file for common sourcesChristophe Leroy4-53/+73
2023-04-06watchdog: mpc8xxx: Make it genericChristophe Leroy1-14/+0
2023-02-11board: cssi: Add MIAE & VGoIP devicesChristophe Leroy1-5/+281
2023-02-11board: cssi: Add new board MCR3000_2GChristophe Leroy8-0/+1121
2023-02-11board: MCR3000: Remove update of non-existing e1-wan DT nodeChristophe Leroy1-12/+0
2023-02-11board: MCR3000: Modernise the settings to properly work on lastest u-boot ver...Christophe Leroy1-8/+8
2023-02-11board: MCR3000: Migrate to using CONFIG_EXTRA_ENV_TEXTChristophe Leroy1-0/+14
2023-02-10board: MCR3000: Use lowercase filenamesChristophe Leroy6-4/+4
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-06-16Update email address and company nameChristophe Leroy1-2/+2
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-12-03board: MCR3000: use new DM watchdogChristophe Leroy2-1/+16
2018-12-03board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROLChristophe Leroy1-0/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2018-04-06board: MCR3000: Use smaller flash sector for environmentChristophe Leroy1-3/+3
2018-04-06board: MCR3000: cleanup configChristophe Leroy1-0/+2
2018-04-06board: MCR3000: replace mtd->priv by mtd_to_nand()Christophe Leroy1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-07-08powerpc, 8xx: Add support for MCR3000 board from CSSIChristophe Leroy6-0/+331