summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-149-11/+11
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* arc: Drop CONFIG_MMUSimon Glass2023-02-072-9/+0
* arc: Migrate ARC_MMU_VER to KconfigTom Rini2023-01-202-10/+7
* Convert CONFIG_STANDALONE_LOAD_ADDR to KconfigTom Rini2022-12-221-3/+0
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-052-3/+3
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-4/+4
* arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to KconfigTom Rini2022-08-121-6/+0
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-3/+5
* Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to KconfigTom Rini2022-07-071-2/+0
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-231-2/+2
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-061-1/+2
* dts: automatically build necessary .dtb filesRasmus Villemoes2022-02-091-0/+2
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-1/+2
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-1/+1
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut2021-09-231-17/+1
* lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut2021-09-232-30/+30
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-5/+0
* Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini2021-08-311-3/+0
* global_data: Ensure we have <config.h> when symbols are not in Kconfig yetTom Rini2021-06-231-2/+0
* lmb: move CONFIG_LMB in KconfigPatrick Delaunay2021-04-221-2/+0
* arc: emsdp/iotdk: Use standard compatible string for USB no-op PHYMarek Vasut2021-04-181-1/+1
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-2/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-024-0/+4
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-051-0/+0
|\
| * arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass2021-01-051-0/+0
* | spi: dw: Add SoC-specific compatible stringsSean Anderson2020-12-182-2/+2
* | spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson2020-12-182-2/+4
|/
* board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-061-7/+0
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-183-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-1/+2
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-1/+2
* ARC: HSDK: add reset for EHCIEugeniy Paltsev2020-05-131-0/+7
* ARC: DTS: cleanup USB node namesEugeniy Paltsev2020-05-132-4/+4
* ARC: AXS10x: cleanup kconfigEugeniy Paltsev2020-04-271-2/+0
* ARC: HSDK-4xD: add CSM configuration supportEugeniy Paltsev2020-04-271-0/+3
* ARC: HSDK-4xD: print timer clock valueEugeniy Paltsev2020-04-271-2/+4
* ARC: HSDK: split HSDK and HSDK-4xD DTSEugeniy Paltsev2020-04-274-143/+166
* ARC: HSDK-4xD: add initial board supportEugeniy Paltsev2020-04-271-1/+1
* ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev2020-04-272-0/+16
* ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev2020-04-161-0/+7
* ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev2020-04-161-3/+3
* ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-162-7/+114
* kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-2/+2
* ARC: IO: add MB for __raw_* memory accessorsEugeniy Paltsev2020-03-311-23/+35