summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include/mach
Commit message (Expand)AuthorAgeFilesLines
* ARM: at91: Move mach header files to include/mach/at91Sascha Hauer2023-03-0653-6671/+0
* ARM: at91: Use ENTRY_FUNCTION_HEADSascha Hauer2023-03-032-48/+39
* ARM: at91: make bootsource code generic to all SAMA5Ahmad Fatoum2023-01-122-1/+2
* ARM: at91: sama5d4: add entry point helpersAhmad Fatoum2023-01-103-0/+8
* ARM: at91: sama5: switch to nonnaked entry functionsAhmad Fatoum2023-01-101-4/+15
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* pbl: factor out pbl_bio API into pbl/bio.hAhmad Fatoum2022-08-081-1/+1
* ARM: at91: Add lowlevel helpers for at91sam9263Sam Ravnborg2022-06-301-0/+54
* ARM: at91: Add extra register definitionsSam Ravnborg2022-06-305-8/+141
* ARM: at91: Add at91sam9 xload_mmc for PBL useSam Ravnborg2022-06-301-0/+4
* mci: atmel_mci: Add PBL helper to configure highcapacitySam Ravnborg2022-06-301-0/+1
* ARM: at91: Provide at91_mux_pio_pin for use in lowlevelSam Ravnborg2022-06-301-0/+25
* ARM: at91: Add initialize function to sdramcSam Ravnborg2022-06-301-0/+12
* ARM: at91: Make sdramc.h useable in multi image buildsSam Ravnborg2022-06-301-41/+4
* arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-055-0/+10
* ARM: at91: sama5d3: add multiimage support for the microchip-ksz9477-evbOleksij Rempel2021-05-171-0/+88
* ARM: at91: ddramc: add sama5d3_barebox_entry() handlerOleksij Rempel2021-05-171-0/+1
* ARM: at91: add __sama5d3_stashed_bootrom_r4 helperOleksij Rempel2021-05-171-0/+3
* ARM: at91: xload-mmc: add sama5d3_atmci_start_image() helperOleksij Rempel2021-05-121-0/+2
* ARM: at91: add sama5d3_lowlevel_init() helpersOleksij Rempel2021-05-121-0/+24
* mci: atmel_mci: add PBL supportOleksij Rempel2021-05-031-0/+2
* arm/at91: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-01-0629-249/+111
* ARM: at91: constify struct at91_ddramc_register parametersAhmad Fatoum2021-01-053-5/+5
* at91: wdt: don't include <asm-generic/io.h> directlyAhmad Fatoum2020-10-011-1/+1
* ARM: at91: support sama5 low level clock setup with oscillatorAhmad Fatoum2020-09-291-0/+5
* ARM: at91: pass along bootsource to netbooted bareboxAhmad Fatoum2020-08-033-1/+8
* ARM: at91: sama5d2: populate $bootsource and $bootsource_instanceAhmad Fatoum2020-07-142-2/+4
* ARM: at91: sama5d2: read back memory size from DDRAM controllerAhmad Fatoum2020-07-141-0/+2
* ARM: at91: sama5d27-som1: add additional first stage entry pointAhmad Fatoum2020-07-112-0/+60
* ARM: at91: sama5d2: reduce UART setup boilerplate with new helpersAhmad Fatoum2020-07-113-4/+170
* ARM: at91: debug_ll: remove duplicated IS_ENABLED(CONFIG_DEBUG_LL) conditionAhmad Fatoum2020-07-111-18/+16
* ARM: at91: add helpers for chain-loading barebox from SD-cardAhmad Fatoum2020-07-111-0/+12
* ARM: at91: add code for sama5 boot source detectionAhmad Fatoum2020-07-111-0/+46
* ARM: at91: extend low level PMC driver for generic clk supportAhmad Fatoum2020-07-112-7/+29
* ARM: at91: add necessary Advanced Interrupt Controller configurationAhmad Fatoum2020-07-111-0/+9
* ARM: at91: sama5d2: add sama5d2 matrix configurationAhmad Fatoum2020-07-112-0/+116
* ARM: at91: implement sama5d2 lowlevel initAhmad Fatoum2020-07-112-0/+49
* ARM: at91: watchdog: implement at91_wdt_disableAhmad Fatoum2020-07-111-0/+16
* ARM: at91: import low level DDRAMC initialization code from at91bootstrapAhmad Fatoum2020-07-111-0/+36
* ARM: at91: import early_udelay from at91bootstrapAhmad Fatoum2020-07-112-1/+26
* ARM: at91: replace at91sam9_ddrsdr.h with at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-112-94/+78
* ARM: at91: migrate at91sam9_ddrsdr.h to use at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-111-129/+9
* ARM: at91: import at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-111-0/+295
* ARM: at91: sama5d2: cast peripheral base addresses to __iomem pointersAhmad Fatoum2020-07-111-83/+86
* ARM: at91: Move mci platform data to include/Sascha Hauer2020-05-081-10/+1
* ARM: at91: add basic sama5d2 supportAhmad Fatoum2019-10-143-0/+318
* ARM: at91: import lowlevel dbgu UART init code from at91bootstrapAhmad Fatoum2019-10-141-1/+62
* ARM: at91: import lowlevel clock initialization from at91bootstrapAhmad Fatoum2019-10-143-4/+100
* ARM: at91: build for all SoCs when AT91_MULTI_BOARDS is selectedAhmad Fatoum2019-10-141-2/+2
* ARM: at91: delete no-longer needed #ifdef guardsAhmad Fatoum2019-10-141-6/+0