summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dmWIP/01Apr2020Tom Rini2020-04-0111-118/+601
|\
| * test: vboot: Reduce fake kernel size to 500 bytesSimon Glass2020-04-011-1/+1
| * test: vboot: Move key creation into a functionSimon Glass2020-04-011-21/+18
| * image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-016-15/+19
| * test: vboot: Fix pylint errorsSimon Glass2020-04-011-34/+19
| * test: vboot: Tidy up the code a littleSimon Glass2020-04-011-13/+21
| * fit_check_sign: Allow selecting the configuration to verifySimon Glass2020-04-013-5/+12
| * image: Load the correct configuration in fit_check_signSimon Glass2020-04-011-2/+4
| * image: Check hash-nodes when checking configurationsSimon Glass2020-04-011-3/+33
| * test: vboot: Parameterise the testSimon Glass2020-04-011-6/+14
| * test: vboot: Add a test for a forged configurationSimon Glass2020-04-012-1/+440
| * test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass2020-04-011-2/+1
| * image: Return an error message from fit_config_verify_sig()Simon Glass2020-04-011-2/+3
| * image: Be a little more verbose when checking signaturesSimon Glass2020-04-012-2/+3
| * image: Correct comment for fit_conf_get_node()Simon Glass2020-04-012-18/+20
* | Merge tag 'u-boot-stm32-20200401' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-04-015-23/+182
|\ \ | |/ |/|
| * ARM: dts: stm32: Repair PMIC configuration on AV96Marek Vasut2020-04-011-4/+16
| * ARM: dts: stm32: Add missing ethernet PHY reset on AV96Marek Vasut2020-04-011-0/+1
| * ARM: dts: stm32: Repair ethernet operation on AV96Marek Vasut2020-04-011-2/+2
| * ARM: dts: stm32: Add alternate pinmux for ethernet RGMIIMarek Vasut2020-04-011-0/+51
| * ARM: dts: stm32: Add configuration EEPROM on AV96Marek Vasut2020-04-011-0/+7
| * ARM: dts: stm32: Use DT alias for the configuration EEPROMMarek Vasut2020-04-012-9/+12
| * ARM: dts: stm32: Add QSPI NOR on AV96Marek Vasut2020-04-011-0/+20
| * ARM: dts: stm32: Repair SDMMC2 operationMarek Vasut2020-04-012-2/+2
| * ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7Marek Vasut2020-04-011-0/+21
| * ARM: dts: stm32: Repair SDMMC1 operation on AV96Marek Vasut2020-04-012-5/+22
| * ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pinsMarek Vasut2020-04-011-0/+24
| * ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96Marek Vasut2020-04-011-1/+4
* | Merge tag 'arc-last-minute-fixes-for-2020.04' of https://gitlab.denx.de/u-boo...Tom Rini2020-03-311-33/+59
|\ \
| * | ARC: IO: add MB for __raw_* memory accessorsEugeniy Paltsev2020-03-311-23/+35
| * | ARC: IO: add compiler barriers to IO accessorsEugeniy Paltsev2020-03-311-11/+19
| * | ARC: IO: add volatile to accessorsEugeniy Paltsev2020-03-311-9/+15
* | | Merge branch '2020-03-31-master-imports'WIP/31Mar2020Tom Rini2020-03-3110-90/+287
|\ \ \
| * | | net: macb: Fix incorrect write function name when MACB_ZYNQ is enabled.Michal Simek2020-03-311-1/+1
| * | | mpc8xxx_spi: implement real ->set_speedRasmus Villemoes2020-03-311-11/+53
| * | | mpc8xxx_spi: always use 8-bit characters, don't read or write garbageRasmus Villemoes2020-03-311-53/+27
| * | | mpc8xxx_spi: put max_cs to useRasmus Villemoes2020-03-311-2/+7
| * | | gazerbeam: add clocks property to SPI nodeRasmus Villemoes2020-03-311-0/+7
| * | | gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signalKlaus H. Sorensen2020-03-314-0/+179
| * | | gpio: mpc8xxx: don't do RMW on gpdat register when setting valueRasmus Villemoes2020-03-311-18/+11
| * | | gpio: mpc8xxx: don't modify gpdat when setting gpio as inputRasmus Villemoes2020-03-311-8/+4
| * | | cmd: mmc: fix typo 'a EMMC'Heinrich Schuchardt2020-03-311-2/+2
| * | | image-fit: Allow loading FIT image for VxWorksLihua Zhao2020-03-311-1/+2
| |/ /
* | | Merge tag 'efi-2020-04-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-03-315-8/+14
|\ \ \
| * | | test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt2020-03-301-0/+1
| * | | vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader.Kristian Amlie2020-03-282-2/+3
| * | | efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt2020-03-281-1/+2
| * | | cmd: efidebug: fix int to pointer castHeinrich Schuchardt2020-03-281-3/+5
| * | | test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt2020-03-281-2/+3
* | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-03-315-2/+42
|\ \ \ \