summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | i2c: designware_i2c: check is high speed possible supportJun Chen2020-03-162-0/+13
| | * | | | | i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen2020-03-161-1/+1
| | * | | | | misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_dataMasahiro Yamada2020-03-161-16/+16
| | * | | | | misc: i2c_eeprom: remove pagewidth field from i2c_eepromMasahiro Yamada2020-03-162-7/+3
| | * | | | | dm: i2c-gpio: add support for clock stretchingHeiko Schocher2020-03-162-1/+24
| | * | | | | dm: i2c-gpio: rework gpio get/set functionsMichael Auchter2020-03-161-69/+64
| | * | | | | doc: i2c: gpio: Document deblock sequence on probeMarek Vasut2020-03-161-0/+2
| | * | | | | i2c: gpio: Run deblock sequence on probeMarek Vasut2020-03-161-0/+16
| | * | | | | i2c: Add option to send start condition after deblockingMarek Vasut2020-03-162-4/+23
| | * | | | | i2c: Export i2c_deblock_gpio_loop()Marek Vasut2020-03-162-4/+20
| | * | | | | i2c: Make deblock delay and SCL clock configurableMarek Vasut2020-03-161-10/+11
| * | | | | | Merge branch '2020-03-16-kbuild-etc-resync-v4.18' into nextTom Rini2020-03-1767-1326/+1611
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | configs: Drop '$(ARCH)' usage in CONFIG_SPL_LDSCRIPTTom Rini2020-03-163-3/+3
| | * | | | | kconfig / kbuild: re-sync with Linux 4.18Tom Rini2020-03-1642-1030/+1202
| | * | | | | scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring2020-03-164-16/+206
| | * | | | | Azure / GitLab / Travis: Add Kconfig unit tests to a jobTom Rini2020-03-163-6/+9
| | * | | | | mach-davinci: Hard-code the default SPL_LDSCRIPT pathTom Rini2020-03-161-1/+1
| | * | | | | edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini2020-03-162-3/+1
| | * | | | | mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini2020-03-162-3/+1
| | * | | | | Kconfig: Remove redundant variable setsTom Rini2020-03-163-9/+0
| | * | | | | spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini2020-03-161-2/+2
| | * | | | | kbuild: remove unused dtc-version.sh scriptMasahiro Yamada2020-03-162-22/+0
| | * | | | | spl.h: make <spl.h> self-containedMasahiro Yamada2020-03-161-0/+4
| | * | | | | debug_uart.h: make <debug_uart.h> self-containedMasahiro Yamada2020-03-161-10/+10
| | * | | | | asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada2020-03-161-0/+2
| | * | | | | global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada2020-03-161-1/+1
| | * | | | | scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini2020-03-161-0/+1
| | * | | | | scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini2020-03-161-0/+4
| | * | | | | kbuild: Re-sync DTC flag logic with v4.17Tom Rini2020-03-162-21/+16
| | * | | | | kbuild: fixdep: Resync this with v4.17Tom Rini2020-03-161-201/+150
| | * | | | | fixdep: fix U-Boot own code to handle only valid symbol charactersMasahiro Yamada2020-03-161-1/+1
| |/ / / / /
| * | | | | Merge branch '2020-03-12-rsa-improvements' into nextTom Rini2020-03-1220-436/+1558
| |\ \ \ \ \
| | * | | | | test: enable RSA library test on sandboxAKASHI Takahiro2020-03-124-0/+4
| | * | | | | test: add rsa_verify() unit testAKASHI Takahiro2020-03-123-0/+217
| | * | | | | lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro2020-03-121-1/+64
| | * | | | | lib: rsa: generate additional parameters for public keyAKASHI Takahiro2020-03-124-0/+752
| | * | | | | include: image.h: add key info to image_sign_infoAKASHI Takahiro2020-03-121-0/+7
| | * | | | | rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro2020-03-121-0/+14
| | * | | | | lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro2020-03-1211-438/+501
| | * | | | | image.h: isolate android_image_* functions from toolingEugeniu Rosca2020-03-121-0/+2
| |/ / / / /
* | | | | | Prepare v2020.04Tom Rini2020-04-131-1/+1
* | | | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2020-04-121-6/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Revert "mpc85xx: ddr: Always start DDR RAM in Self Refresh mode"Biwen Li2020-04-101-6/+7
* | | | | | Merge tag 'dm-pull9apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-101-7/+11
|\ \ \ \ \ \
| * | | | | | dm: dump.c: Refactor dm_dump_drivers printsOvidiu Panait2020-04-091-7/+11
| * | | | | | dm: dump.c: Fix segfault when entry->of_match is NULLOvidiu Panait2020-04-091-1/+2
* | | | | | | Merge tag 'mips-fixes-for-2020.04' of git://git.denx.de/u-boot-mipsTom Rini2020-04-0910-69/+114
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mips: cmd: go: Flush cache before jumping to app/imageStefan Roese2020-04-092-0/+24
| * | | | | | mips: vcoreiii: Fix cache coherency issuesLars Povlsen2020-04-094-18/+26
| * | | | | | mips: vcoreiii: Ajust CONFIG_SYS_MEMTEST_ENDLars Povlsen2020-04-091-1/+2