summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: copy SPL_FIT_SOURCE in build directoryWIP/2020-04-27-master-importsPatrick Delaunay2020-04-271-1/+3
* net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay2020-04-271-6/+1
* net: tftp: Add help for CONFIG_TFTP_BLOCKSIZEPatrick Delaunay2020-04-271-0/+4
* fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris2020-04-271-0/+3
* test: test_fs error messageHeinrich Schuchardt2020-04-271-2/+3
* lib: zlib: fix formatting, referenceHeinrich Schuchardt2020-04-271-15/+16
* doc: sphinx: refresh parse-headers.pl from LinuxHeinrich Schuchardt2020-04-271-2/+2
* Add .readthedocs.ymlHeinrich Schuchardt2020-04-271-0/+19
* doc: specify that xelatex is used as Latex engineHeinrich Schuchardt2020-04-271-0/+2
* tools: fw_env: use erasesize from MEMGETINFO ioctlRasmus Villemoes2020-04-271-0/+3
* CMD: random: fix return codeEugeniy Paltsev2020-04-271-5/+4
* Merge tag 'video-for-v2020.07-rc1' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-04-273-1/+4
|\
| * video: simple_panel: add boe,nv140fhmn49 displayPeter Robinson2020-04-261-0/+1
| * drivers: video: rockchip: fix building eDP and LVDS driversPeter Robinson2020-04-262-1/+3
|/
* Merge branch '2020-04-25-master-imports'WIP/25Apr2020Tom Rini2020-04-2565-358/+1712
|\
| * rtc: ds1374: typo WatchdogHeinrich Schuchardt2020-04-241-1/+1
| * spi: mpc8xxx_spi: fix missing dev_err definitionRasmus Villemoes2020-04-241-0/+1
| * spl: fit: do not check argument of free()Heinrich Schuchardt2020-04-241-2/+1
| * MAINTAINERS: add entry for cubieboard7 configAmit Singh Tomar2020-04-241-0/+1
| * doc: boards: add Cubieboard7 documentationAmit Singh Tomar2020-04-243-0/+125
| * arm: add Cubieboard7 board supportAmit Singh Tomar2020-04-242-0/+104
| * actions: Move defconfig options to KconfigAmit Singh Tomar2020-04-243-3/+2
| * arm: add support Actions Semi S700Amit Singh Tomar2020-04-241-0/+5
| * arm: dts: actions: s700: add u-boot specific dtsi fileAmit Singh Tomar2020-04-241-0/+18
| * arm: actions: add S700 SoC device treeAmit Singh Tomar2020-04-244-0/+402
| * clk: actions: Add common clock driverAmit Singh Tomar2020-04-247-42/+118
| * arm: dts: actions: s900: add u-boot specific dtsi fileAmit Singh Tomar2020-04-241-0/+17
| * arm: dts: sync dts for Action Semi S900Amit Singh Tomar2020-04-247-103/+499
| * serial: actions: add compatible stringAmit Singh Tomar2020-04-241-0/+1
| * arm: actions: rename sysmap-s900 to sysmap-owlAmit Singh Tomar2020-04-242-4/+4
| * arm: actions: Add common framework for Actions Owl Semi SoCsAmit Singh Tomar2020-04-2410-52/+22
| * coccinelle: adjust NULL check before free()Heinrich Schuchardt2020-04-241-13/+11
| * coccinelle: check for casting malloc outputHeinrich Schuchardt2020-04-241-0/+102
| * kbuild: cherry-pick kbuild changes from LinuxMasahiro Yamada2020-04-246-85/+50
| * kbuild: add FORCE to dependency of $(obj)/dts/dt-platdata.oMasahiro Yamada2020-04-241-2/+3
| * cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan2020-04-241-2/+2
| * README: remove references on no more used config CONFIG_SYS_RCAR_I2C*Patrick Delaunay2020-04-241-10/+0
| * cosmetic: README: Fix one CONFIG namePatrick Delaunay2020-04-241-1/+1
| * dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass2020-04-242-2/+2
| * pci: Add a macro to convert BDF from linux to U-BootSimon Glass2020-04-241-0/+3
| * uuid: Use const char * where possibleSimon Glass2020-04-242-6/+10
| * lib: Add a function to convert a string to upper caseSimon Glass2020-04-243-15/+83
| * test: Add the beginnings of some string testsSimon Glass2020-04-244-0/+74
| * lib: strto: Stop detection when invalid char is usedMichal Simek2020-04-241-0/+3
| * mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach2020-04-241-1/+1
| * common/board_f: Make reserve_mmu genericOvidiu Panait2020-04-243-5/+19
| * arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait2020-04-244-2/+20
| * common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait2020-04-242-28/+28
|/
* Merge tag 'u-boot-stm32-20200424' of https://gitlab.denx.de/u-boot/custodians...WIP/24Apr2020Tom Rini2020-04-2410-1661/+638
|\
| * ARM: stm32: Enable bootd, iminfo, imxtract on DHCOMMarek Vasut2020-04-241-3/+0