summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-046-3/+28
* x86: Update SPL for corebootSimon Glass2020-05-041-4/+6
* x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2020-05-042-10/+13
* x86: Allow building an SPL image for corebootSimon Glass2020-05-043-0/+25
* x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2020-05-042-25/+26
* Merge branch '2020-05-01-master-imports'Tom Rini2020-05-0132-90/+328
|\
| * .readthedocs.yml: fix type docs/Heinrich Schuchardt2020-05-011-1/+1
| * actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDRTom Rini2020-05-011-1/+1
| * common/board_r: Drop initr_bedbug wrapperOvidiu Panait2020-05-011-10/+1
| * cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait2020-05-012-3/+3
| * common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait2020-05-014-12/+6
| * malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski2020-05-012-3/+52
| * rsa: sig: fix config signature check for fit with paddingPhilippe Reynes2020-05-011-1/+1
| * test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes2020-05-011-19/+33
| * hush: avoid NULL check before free()Heinrich Schuchardt2020-05-011-2/+1
| * fs: ext4: avoid NULL check before free()Heinrich Schuchardt2020-05-011-10/+5
| * cmd/gpt: avoid NULL check before free()Heinrich Schuchardt2020-05-011-4/+2
| * tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer2020-05-011-0/+4
| * tools/mkimage: fix handling long filenamesSven Roederer2020-05-011-1/+1
| * arm: enable distro boot for bananapi-r2Matthias Brugger2020-05-012-5/+22
| * watchdog MediaTek add upstream compatibleMatthias Brugger2020-05-011-0/+1
| * timer MediaTek use upstream compatibleMatthias Brugger2020-05-011-0/+1
| * doc: describe the analysis of crash dumpsHeinrich Schuchardt2020-05-013-0/+143
| * rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes2020-05-011-2/+2
| * arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay2020-05-011-1/+4
| * arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay2020-05-012-9/+10
| * arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay2020-05-011-0/+4
| * configs: migrate CONFIG_SYS_ARM_CACHE_* in KconfigPatrick Delaunay2020-05-015-5/+28
| * tiny-printf: Support %iMarek Vasut2020-05-011-1/+2
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-04-3019-1176/+1059
|\
| * sifive: fu540: Enable spi-nor flash supportJagan Teki2020-04-302-0/+4
| * riscv: dts: hifive-unleashed-a00: Add -u-boot.dtsiJagan Teki2020-04-301-0/+10
| * spi: sifive: Fix QPP transferJagan Teki2020-04-301-20/+37
| * spi: sifive: Fix format register proto fieldJagan Teki2020-04-301-3/+21
| * spi: sifive: Add spi-mem exec opJagan Teki2020-04-301-1/+74
| * mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh2020-04-301-1/+2
| * watchdog: kconfig: Enable designware for rk3399Jagan Teki2020-04-301-0/+1
| * mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki2020-04-301-1/+2
| * mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki2020-04-302-0/+2
| * spi: sifive: Tidy up dm_spi_slave_platdata variableJagan Teki2020-04-301-15/+15
| * rk3399: Enable SF distro bootcmdJagan Teki2020-04-302-0/+16
| * rk3399: Add boot flash script offset, sizeJagan Teki2020-04-291-0/+2
| * environment: distro: Add SF distro commandJagan Teki2020-04-291-0/+41
| * spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus2020-04-292-1/+3
| * mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJRobert Marko2020-04-291-0/+10
| * mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko2020-04-294-1/+194
| * mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi2020-04-291-1/+1
| * mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh2020-04-291-2/+2
| * spi: cadence-qspi: Move ref clock calculation to probePratyush Yadav2020-04-291-16/+17
| * spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes2020-04-291-4/+1