index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-05-18
CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig
Trevor Woerner
2019-04-18
ARC: [plat-axs10x]: migrate to DM_MMC
Eugeniy Paltsev
2019-04-18
ARC: [plat-hsdk]: migrate to DM_MMC
Eugeniy Paltsev
2019-04-12
dts: switch spi-flash to jedec, spi-nor compatible
Neil Armstrong
2019-01-25
ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN
Alexey Brodkin
2019-01-25
ARC: Fix iteration in arc_xx_version()
Alexey Brodkin
2019-01-19
Kconfig: Migrate BOUNCE_BUFFER
Philipp Tomsich
2018-12-03
ARC: Improve identification of ARC cores
Alexey Brodkin
2018-11-01
emdk->emsdp: Rename board
Alexey Brodkin
2018-10-15
ARC: Don't use COMMON section for global not-initialized variables
Alexey Brodkin
2018-10-12
ARC: make generic print_cpuinfo() weak
Alexey Brodkin
2018-10-05
arc: Add support for IoT development kit
Alexey Brodkin
2018-10-05
ARC: Implement print_cpuinfo()
Alexey Brodkin
2018-10-05
ARC: Add model property to boards .dts
Alexey Brodkin
2018-10-05
ARC: Don't pre-define CROSS_COMPILE
Alexey Brodkin
2018-09-10
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
2018-09-05
ARC: HSDK: Fix timer frequency value
Eugeniy Paltsev
2018-07-31
ARC: Enable unaligned access in hardware if compiler uses it
Alexey Brodkin
2018-07-31
AXS10x: add spi flash support
Eugeniy Paltsev
2018-07-31
GPIO: CREG: improve flexibility of hsdk-creg-gpio driver
Eugeniy Paltsev
2018-07-30
Kconfig: Sort bool, default, select and imply options
Michal Simek
2018-06-18
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
2018-05-31
ARC: Add support for EM Development Kit board
Alexey Brodkin
2018-05-31
ARC: Use elf32-bigarc in case of -EB
Alexey Brodkin
2018-05-31
ARC: Reset: Implement weak reset_cpu()
Alexey Brodkin
2018-05-31
ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM
Alexey Brodkin
2018-05-31
ARC: Move .ivt section to the very beginning of the image
Alexey Brodkin
2018-05-31
ARC: Improve relocation fix-ups
Alexey Brodkin
2018-05-31
ARC: Make sure .ivt section is not purged by garbage collector
Alexey Brodkin
2018-05-31
ARC: Cache: Don't compare I$ and D$ line lengths
Alexey Brodkin
2018-05-24
ARC: init debug uart in early common arc code
Eugeniy Paltsev
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-17
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
Eugeniy Paltsev
2018-04-02
ARC: HSDK: Enable SPI flash support
Eugeniy Paltsev
2018-04-02
ARC: HSDK: Add platform-specific commands
Eugeniy Paltsev
2018-04-02
ARC: AXS10x: DTS: Remove unused interrupt properties
Eugeniy Paltsev
2018-03-23
ARC: bootm: Refactor GO and PREP subcommands implementation
Eugeniy Paltsev
2018-03-21
ARC: Cache: Refactor arc_ioc_setup()
Eugeniy Paltsev
2018-03-21
ARC: Cache: Add missing cache cleanup before cache disable
Eugeniy Paltsev
2018-03-21
ARC: Cache: Add more HW configuration checks
Eugeniy Paltsev
2018-03-21
ARC: Implement a function to sync and cleanup caches
Eugeniy Paltsev
2018-03-21
ARC: Cache: Fix SLC operations when SLC is bypassed for data
Eugeniy Paltsev
2018-03-21
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
Eugeniy Paltsev
2018-03-21
ARC: Move IOC enabling to compile-time options
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move PAE exists check into slc_upper_region_init()
Eugeniy Paltsev
2018-03-21
ARC: Move cache global variables to arch_global_data
Eugeniy Paltsev
2018-03-21
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
Eugeniy Paltsev
2018-03-21
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
Eugeniy Paltsev
[next]