summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | spi: Transform the FSL QuadSPI driver to use the SPI MEM APIKuldeep Singh2020-04-292-1114/+608
| | |/ | |/|
* | | Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-3011-140/+179
|\ \ \
| * | | efi_loader: fix 'efidebug bootorder'Heinrich Schuchardt2020-04-301-21/+26
| * | | efi_loader: efidebug, avoid illegal memory accessHeinrich Schuchardt2020-04-301-1/+2
| * | | efi_loader: fix 'efidebug boot dump'Heinrich Schuchardt2020-04-301-25/+20
| * | | MAINTAINERS: assign test/py/tests/test_efi*/ to EFI PAYLOADHeinrich Schuchardt2020-04-301-0/+1
| * | | efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro2020-04-301-4/+1
| * | | doc/efi: rework secure boot descriptionHeinrich Schuchardt2020-04-301-48/+62
| * | | efi_loader: identify EFI system partitionHeinrich Schuchardt2020-04-302-0/+27