summaryrefslogtreecommitdiff
path: root/board/synopsys
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-13/+20
2020-05-19common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-05-13ARC: HSDK: anounce state of BIM switchEugeniy Paltsev1-0/+7
2020-04-27ARC: HSDK-4xD: make init status resistant to U-boot reloadingEugeniy Paltsev1-3/+25
2020-04-27ARC: HSDK-4xD: use separate config fileEugeniy Paltsev2-1/+4
2020-04-27ARC: HSDK-4xD: tweak memory mapEugeniy Paltsev1-0/+58
2020-04-27ARC: HSDK-4xD: add CSM configuration supportEugeniy Paltsev1-0/+27
2020-04-27ARC: HSDK-4xD: add support for SLC enable/disableEugeniy Paltsev1-0/+22
2020-04-27ARC: HSDK-4xD: print timer clock valueEugeniy Paltsev1-0/+2
2020-04-27ARC: HSDK-4xD: drop additional GPU clock infoEugeniy Paltsev1-2/+4
2020-04-27ARC: HSDK-4xD: print info about HDMI clocksEugeniy Paltsev1-4/+7
2020-04-27ARC: HSDK-4xD: fix headerize script for HSDK-4xD compatibilityEugeniy Paltsev2-3/+11
2020-04-27ARC: HSDK-4xD: use active low polarity of cpu_start pulseEugeniy Paltsev1-7/+19
2020-04-27ARC: HSDK-4xD: add initial board supportEugeniy Paltsev4-3/+96
2020-02-12ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev6-2/+30
2020-02-12ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin4-0/+42
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-0/+2
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move some SMP functions out of common.hSimon Glass1-0/+1
2019-11-01arc: emsdp: docs: Prefer Degilent over Opella-XDAlexey Brodkin1-1/+1
2019-11-01arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin2-61/+0
2019-09-03arc: emsdp: Add more platform-specific compiler optionsAlexey Brodkin1-0/+2
2019-09-03arc: emsdp: Add initialization of PSRAMAlexey Brodkin1-0/+37
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-04-18ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev1-29/+0
2019-04-18ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev1-35/+6
2019-03-28hsdk: readme: Suggest getting pyelftools with pipAlexey Brodkin1-3/+4
2019-03-28ARC: AXS10x: drop NAND supportEugeniy Paltsev2-243/+0
2018-12-03arc: devboards: Implement checkboard()Alexey Brodkin3-0/+24
2018-12-03arc: emsdp: Refactor register and bit accessesAlexey Brodkin1-9/+9
2018-12-03arc: emsdp: Read real CPU clock value from hardwareAlexey Brodkin1-3/+39
2018-12-03arc: Get rid of board-specific print_cpuinfo()Alexey Brodkin2-18/+0
2018-11-01iot_dk: Add READMEAlexey Brodkin1-0/+145
2018-11-01emdk->emsdp: Rename boardAlexey Brodkin5-20/+22
2018-10-12axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()Alexey Brodkin4-0/+28
2018-10-12iot_dk: Save CPU clock value to gd->cpu_clkAlexey Brodkin1-6/+8