summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-24board: stm32mp1: update command stboard on misc_write resultPatrick Delaunay
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-03-17Merge tag '20200316-for-next' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-03-17Merge branch '2020-03-16-kbuild-etc-resync-v4.18' into nextTom Rini
2020-03-16configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPTTom Rini
2020-03-16kconfig / kbuild: re-sync with Linux 4.18Tom Rini
2020-03-16scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring
2020-03-16Azure / GitLab / Travis: Add Kconfig unit tests to a jobTom Rini
2020-03-16mach-davinci: Hard-code the default SPL_LDSCRIPT pathTom Rini
2020-03-16edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini
2020-03-16mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini
2020-03-16Kconfig: Remove redundant variable setsTom Rini
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini
2020-03-16kbuild: remove unused dtc-version.sh scriptMasahiro Yamada
2020-03-16spl.h: make <spl.h> self-containedMasahiro Yamada
2020-03-16debug_uart.h: make <debug_uart.h> self-containedMasahiro Yamada
2020-03-16asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada
2020-03-16scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini
2020-03-16scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini
2020-03-16kbuild: Re-sync DTC flag logic with v4.17Tom Rini
2020-03-16kbuild: fixdep: Resync this with v4.17Tom Rini
2020-03-16fixdep: fix U-Boot own code to handle only valid symbol charactersMasahiro Yamada
2020-03-16bootcounter: add DM support for memory based bootcounterHeiko Schocher
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen
2020-03-16misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada
2020-03-16remoteproc: k3-r5: Fix rproc init failure on Split-mode _only_ devicesSuman Anna
2020-03-16misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada
2020-03-16remoteproc: k3-r5: Fix rproc init failure for Main R5FSS0Suman Anna
2020-03-16remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna
2020-03-16armv8: K3: j721e: Add DSP internal memory regions in MMU tableSuman Anna
2020-03-16remoteproc: k3-dsp: Add a sanity check for DSP boot address alignmentSuman Anna
2020-03-16remoteproc: k3-dsp: Fix unbalanced state machine in k3_dsp_startSuman Anna
2020-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter
2020-03-16doc: i2c: gpio: Document deblock sequence on probeMarek Vasut
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut
2020-03-12Merge branch '2020-03-12-rsa-improvements' into nextTom Rini
2020-03-12test: enable RSA library test on sandboxAKASHI Takahiro
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro
2020-03-12include: image.h: add key info to image_sign_infoAKASHI Takahiro
2020-03-12rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro