summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
AgeCommit message (Expand)Author
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-07Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2019-12-17board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flashTudor Ambarus
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-10-08ARM: at91: Add SFR definitionsTudor Ambarus
2019-10-08ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus
2019-10-08board: atmel: Add sam9x60ek boardSandeep Sheriker Mallikarjun
2019-10-08ARM: at91: Add sam9x60 socSandeep Sheriker Mallikarjun
2019-10-08board: atmel: sama5d2_wlsom1_ek: add SPL supportEugen Hristev
2019-10-08ARM: at91: mpddrc: add lpddr2 initialization procedureEugen Hristev
2019-10-08board: laird: wb50n: use configure_ddrcfg_input_buffersEugen Hristev
2019-10-08ARM: at91: sfr: implement DDR input buffers open functionEugen Hristev
2019-10-08ARM: at91: sfr: convert to KconfigEugen Hristev
2019-10-08board: atmel: add sama5d27_wlsom1_ek boardNicolas Ferre
2019-10-08ARM: at91: Add the chip ID for SAMA5D2 LPDDR2 SiPNicolas Ferre
2019-08-25Convert CONFIG_ARCH_CPU_INIT to KconfigAdam Ford
2019-06-10Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmelTom Rini
2019-06-06spl: at91: add support for SPL_AT91_MCK_BYPASSEugen Hristev
2019-05-05spl: fix linker size check off-by-one errorsSimon Goldschmidt
2019-04-26watchdog: at91sam9_wdt: Remove now superfluous wdt start and resetStefan Roese
2019-04-18board: atmel: add SAMA5D2 ICP boardEugen Hristev
2019-04-09arm: at91: Add gardena-gateway-at91sam supportStefan Roese
2019-04-09arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL ldsStefan Roese
2019-04-09arm: at91: Enable watchdog supportStefan Roese
2019-04-09arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabledStefan Roese
2019-04-09arm: at91: Makefile: Compile lowlevel_init only when really necessaryStefan Roese
2019-04-09ARM: at91: sama5d2: Wrap cpu detection to fix macb driverAlexander Dahl
2019-01-26linker: Modify linker scripts to be more genericTom Rini
2018-12-07ARM: at91: lds: add test for SPL binary size and bss sizeEugen.Hristev@microchip.com
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay
2018-09-28board: sama5d2_ptc_ek: add pda detect call at init timeEugen Hristev
2018-09-28board: sama5d3_xplained: add pda detect call at init timeEugen Hristev
2018-09-10ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford
2018-07-30dm: Change CMD_DM enablingMichal Simek
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-07-02board/aries: RemoveTom Rini
2018-05-22at91: Minor tweaks to SPL logic for space savings on smartwebTom Rini
2018-05-08gpio: atmel_pio4: give a full configuration when muxing pinsLudovic Desroches
2018-05-08gpio: atmel_pio4: add drive strength macrosLudovic Desroches
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford