Age | Commit message (Expand) | Author |
2020-07-28 | Makefile: Rename ALL-y to INPUTS-y | Simon Glass |
2020-07-09 | drivers: rename drivers to match compatible string | Walter Lozano |
2020-06-26 | Convert CONFIG_AT91_GPIO to Kconfig | Tom Rini |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop flash.h from common header | Simon Glass |
2020-05-18 | flash: Tidy up coding style for flash functions | Simon Glass |
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass |
2020-01-17 | common: Move reset_cpu() to the CPU header | Simon Glass |
2020-01-17 | common: Move get_tbclk() to time.h | Simon Glass |
2020-01-07 | Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodian... | Tom Rini |
2019-12-17 | board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash | Tudor Ambarus |
2019-12-15 | dm: gpio: Allow control of GPIO uclass in SPL | Simon Glass |
2019-12-02 | common: Move some cache and MMU functions out of common.h | Simon Glass |
2019-12-02 | common: Move get_ticks() function out of common.h | Simon Glass |
2019-12-02 | Move strtomhz() to vsprintf.h | Simon Glass |
2019-10-08 | ARM: at91: Add SFR definitions | Tudor Ambarus |
2019-10-08 | ARM: at91: Rename sama5_sfr.h to at91_sfr.h | Tudor Ambarus |
2019-10-08 | board: atmel: Add sam9x60ek board | Sandeep Sheriker Mallikarjun |
2019-10-08 | ARM: at91: Add sam9x60 soc | Sandeep Sheriker Mallikarjun |
2019-10-08 | board: atmel: sama5d2_wlsom1_ek: add SPL support | Eugen Hristev |
2019-10-08 | ARM: at91: mpddrc: add lpddr2 initialization procedure | Eugen Hristev |
2019-10-08 | board: laird: wb50n: use configure_ddrcfg_input_buffers | Eugen Hristev |
2019-10-08 | ARM: at91: sfr: implement DDR input buffers open function | Eugen Hristev |
2019-10-08 | ARM: at91: sfr: convert to Kconfig | Eugen Hristev |
2019-10-08 | board: atmel: add sama5d27_wlsom1_ek board | Nicolas Ferre |
2019-10-08 | ARM: at91: Add the chip ID for SAMA5D2 LPDDR2 SiP | Nicolas Ferre |
2019-08-25 | Convert CONFIG_ARCH_CPU_INIT to Kconfig | Adam Ford |
2019-06-10 | Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel | Tom Rini |
2019-06-06 | spl: at91: add support for SPL_AT91_MCK_BYPASS | Eugen Hristev |
2019-05-05 | spl: fix linker size check off-by-one errors | Simon Goldschmidt |
2019-04-26 | watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset | Stefan Roese |
2019-04-18 | board: atmel: add SAMA5D2 ICP board | Eugen Hristev |
2019-04-09 | arm: at91: Add gardena-gateway-at91sam support | Stefan Roese |
2019-04-09 | arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds | Stefan Roese |
2019-04-09 | arm: at91: Enable watchdog support | Stefan Roese |
2019-04-09 | arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled | Stefan Roese |
2019-04-09 | arm: at91: Makefile: Compile lowlevel_init only when really necessary | Stefan Roese |
2019-04-09 | ARM: at91: sama5d2: Wrap cpu detection to fix macb driver | Alexander Dahl |
2019-01-26 | linker: Modify linker scripts to be more generic | Tom Rini |
2018-12-07 | ARM: at91: lds: add test for SPL binary size and bss size | Eugen.Hristev@microchip.com |
2018-11-16 | arm: at91: wdt: Convert watchdog driver to dm/dt | Prasanthi Chellakumar |
2018-10-10 | arm: remove prototype for get_timer_masked | Patrick Delaunay |
2018-10-10 | arm: remove prototype for udelay_masked | Patrick Delaunay |
2018-09-28 | board: sama5d2_ptc_ek: add pda detect call at init time | Eugen Hristev |
2018-09-28 | board: sama5d3_xplained: add pda detect call at init time | Eugen Hristev |
2018-09-10 | ARM: CPU: arm926ejs: Consolidate cache routines to common file | Adam Ford |
2018-07-30 | dm: Change CMD_DM enabling | Michal Simek |