summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: fsp: Create a common fsp_support.h headerSimon Glass2019-10-083-117/+129
| * | x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-088-20/+20
| * | x86: sysreset: Allow reset driver to be included in SPL/TPLSimon Glass2019-10-082-1/+13
| * | spl: Add a function to determine the U-Boot phaseSimon Glass2019-10-081-0/+60
| * | spl: Set up the bloblist in board_init_r()Simon Glass2019-10-081-17/+18
| * | spl: Add an arch-specific hook for writing to SPL handoffSimon Glass2019-10-083-3/+29
| * | spl: handoff: Correct Kconfig condition for SPL and TPLSimon Glass2019-10-081-2/+2
| * | spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass2019-10-081-0/+2
| * | serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass2019-10-081-3/+3
| * | mtd: spi: Add 'struct spi_flash {' to the codeSimon Glass2019-10-081-1/+7
| * | binman: Allow selection of logging verbositySimon Glass2019-10-082-1/+8
| * | binman: Pass the toolpath to binman from the main MakefileSimon Glass2019-10-081-0/+1
| * | x86: Move fsp_ffs.h include to fsp_arch.hSimon Glass2019-10-081-0/+1
| * | x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass2019-10-082-1/+1
| * | x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass2019-10-082-1/+1
| * | x86: Move fsp_hob.h to the generic fsp directorySimon Glass2019-10-082-1/+1
| * | x86: Move fsp_fv.h to the generic fsp directorySimon Glass2019-10-082-1/+1
| * | x86: Move fsp_types.h to the generic fsp directorySimon Glass2019-10-082-1/+1
| * | x86: Move fsp_api.h inclusion out of fsp_support.hSimon Glass2019-10-082-1/+1
| * | x86: Create a new fsp_arch.h headerSimon Glass2019-10-082-2/+21
| * | x86: Move fsp_azalia.h to the generic fsp directorySimon Glass2019-10-082-2/+1
| * | x86: Rename existing FSP code to fsp1Simon Glass2019-10-0828-17/+41
| |/
* | Merge tag 'u-boot-atmel-2020.01-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2019-10-0842-16/+2386
|\ \
| * | configs: sam9x60ek: enable onewire supportEugen Hristev2019-10-083-0/+12
| * | board: atmel: sam9x60ek: add support for PDA detectionEugen Hristev2019-10-081-0/+5
| * | ARM: dts: at91: sam9x60ek: add onewire supportEugen Hristev2019-10-081-0/+17
| * | ARM: dts: at91: sam9x60: add onewire nodeEugen Hristev2019-10-081-0/+19
| * | configs: Add sam9x60ek_qspiflash_defconfigTudor Ambarus2019-10-082-0/+76
| * | ARM: dts: at91: sam9x60ek: Enable qspi nodeTudor Ambarus2019-10-083-0/+88
| * | configs: sam9x60ek: Add QSPI_BOOT definesTudor Ambarus2019-10-081-0/+7
| * | configs: Add sam9x60ek_nandflash_defconfigTudor Ambarus2019-10-082-0/+54
| * | board: sam9x60ek: Add NAND flash supportTudor Ambarus2019-10-082-0/+89
| * | ARM: at91: Add SFR definitionsTudor Ambarus2019-10-081-3/+45
| * | ARM: at91: Rename sama5_sfr.h to at91_sfr.hTudor Ambarus2019-10-085-6/+6
| * | configs: Add sam9x60ek_mmc_defconfigSandeep Sheriker Mallikarjun2019-10-081-0/+52
| * | board: atmel: Add sam9x60ek boardSandeep Sheriker Mallikarjun2019-10-086-0/+152
| * | ARM: dts: at91: sam9x60: Add macb0 Ethernet controllerNicolas Ferre2019-10-082-0/+36
| * | ARM: dts: Add dts files for sam9x60ekSandeep Sheriker Mallikarjun2019-10-084-0/+350
| * | ARM: at91: Add sam9x60 socSandeep Sheriker Mallikarjun2019-10-085-0/+301
| * | mmc: atmel_sdhci: Add sam9x60-sdhci compatibility stringSandeep Sheriker Mallikarjun2019-10-081-0/+1
| * | net: macb: Add sam9x60-macb compatibility stringNicolas Ferre2019-10-081-0/+1
| * | board: atmel: sama5d27_wlsom1_ek: fix SPL OFFS on SPIEugen Hristev2019-10-082-5/+2
| * | configs: sama5d27_wlsom1_ek: add CONFIG_SPL_AT91_MCK_BYPASSEugen Hristev2019-10-082-0/+2
| * | board: atmel: common: remove year from print messageEugen Hristev2019-10-081-1/+1
| * | ARM: dts: at91: sama5d27_wlsom1: add hlcdc nodeEugen Hristev2019-10-083-0/+72
| * | board: atmel: sama5d27_wlsom1_ek: start green led in SPLEugen Hristev2019-10-081-0/+8
| * | board: atmel: sama5d2_wlsom1_ek: add qspi support and qspi boot configEugen Hristev2019-10-084-0/+137
| * | ARM: dts: at91: sama5d27_wlsom1_ek: add support for qspiEugen Hristev2019-10-083-0/+38
| * | ARM: dts: at91: sama5d2: add seq for qspi1Eugen Hristev2019-10-081-0/+1
| * | board: atmel: sama5d2_wlsom1_ek: add SPL supportEugen Hristev2019-10-084-4/+185