~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Correct SPL uses of LMBSimon Glass2023-02-10
* arc: Drop CONFIG_MMUSimon Glass2023-02-07
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-29
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-26
* Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini2022-06-06
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-27
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-08
* WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2021-09-30
* lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut2021-09-23
* lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut2021-09-23
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-02
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2020-08-06
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop init.h from common headerSimon Glass2020-05-18
* common: Drop image.h from common headerSimon Glass2020-05-18
* common: Drop bootstage.h from common headerSimon Glass2020-05-18
* ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev2020-04-27
* ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev2020-04-16
* ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-16
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-17
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-02
* common: Move interrupt functions into a new headerSimon Glass2019-12-02
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-02
* Move strtomhz() to vsprintf.hSimon Glass2019-12-02
* arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin2019-09-03
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-18
* ARC: Fix iteration in arc_xx_version()Alexey Brodkin2019-01-25
* ARC: Improve identification of ARC coresAlexey Brodkin2018-12-03
* ARC: make generic print_cpuinfo() weakAlexey Brodkin2018-10-12
* ARC: Implement print_cpuinfo()Alexey Brodkin2018-10-05
* ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin2018-07-31
* ARC: Reset: Implement weak reset_cpu()Alexey Brodkin2018-05-31
* ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin2018-05-31
* ARC: Improve relocation fix-upsAlexey Brodkin2018-05-31
* ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin2018-05-31
* ARC: init debug uart in early common arc codeEugeniy Paltsev2018-05-24
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev2018-04-17
* ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev2018-03-23
* ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev2018-03-21
* ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev2018-03-21
* ARC: Cache: Add more HW configuration checksEugeniy Paltsev2018-03-21
* ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev2018-03-21
* ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev2018-03-21
* ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev2018-03-21
* ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev2018-03-21