summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * armv8: layerscape: remove determine_mp_bootpg()Michael Walle2020-07-272-6/+0
| * armv8: layerscape: fix alignment for spin tableMichael Walle2020-07-271-2/+2
| * armv8: layerscape: load function pointer using ADRMichael Walle2020-07-271-3/+3
| * armv8: layerscape: move spin table into own moduleMichael Walle2020-07-273-150/+161
| * armv8: layerscape: properly use CPU_RELEASE_ADDRMichael Walle2020-07-278-9/+18
| * armv8: layerscape: pretty print info about SMP coresMichael Walle2020-07-271-4/+5
| * armv8: layerscape: fix spin-table supportMichael Walle2020-07-272-11/+5
| * net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2020-07-272-2/+48
| * dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscapehui.song2020-07-271-6/+2
| * armv8: gpio: add gpio featurehui.song2020-07-271-0/+22
| * configs: ls1088ardb: Add support for usb boot targetEra Tiwari2020-07-271-0/+1
| * armv8: ls1028a: move FSL_LAYERSCAPE to kconfigMichael Walle2020-07-272-1/+1
| * fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean2020-07-273-1/+58
* | travis: Install pyelftools via pipTom Rini2020-07-271-1/+1
* | Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-07-27321-656/+2548
|\ \
| * | binman: Re-enable concurrent testsSimon Glass2020-07-261-1/+3
| * | binman: Don't change the descriptor in testsSimon Glass2020-07-263-5/+47
| * | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-25120-125/+125
| * | treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-255-5/+5
| * | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-2546-47/+47
| * | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()Masahiro Yamada2020-07-251-7/+10
| * | fdt_support: call mtdparts_init() after finding MTD node to fix upMasahiro Yamada2020-07-251-3/+8
| * | test/dm: check if devices existHeinrich Schuchardt2020-07-255-5/+18
| * | arm: mach-k3: Use SOC driver for device identificationDave Gerlach2020-07-253-36/+19
| * | configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach2020-07-254-0/+8
| * | configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3Dave Gerlach2020-07-254-0/+8
| * | arm: dts: k3-j721e-mcu-wakeup: Introduce chipid nodeDave Gerlach2020-07-252-0/+9
| * | arm: dts: k3-am65-wakeup: Introduce chipid nodeDave Gerlach2020-07-252-0/+9
| * | dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach2020-07-253-0/+132
| * | test: Add tests for SOC uclassDave Gerlach2020-07-259-0/+186
| * | dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach2020-07-255-0/+258
| * | doc: Add new doc for soc ID driver modelDave Gerlach2020-07-252-0/+69
| * | fdt_support: add static to fdt_node_set_part_info()Masahiro Yamada2020-07-251-2/+2
| * | patman: When no tracking branch is provided, tell the userNicolas Boichat2020-07-251-2/+3
| * | patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2020-07-252-0/+27
| * | Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek2020-07-252-28/+3
| * | Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek2020-07-252-31/+6
| * | ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek2020-07-251-2/+2
| * | Add information for skipped commit optionsPatrick Delaunay2020-07-251-0/+3
| * | lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-251-0/+2
| * | patman: Detect unexpected ENDPatrick Delaunay2020-07-251-0/+4
| * | cpu: Convert the methods to use a const udevice *Simon Glass2020-07-2515-58/+63
| * | binman: Add support for generating a FITSimon Glass2020-07-255-0/+384
| * | dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-252-2/+19
| * | mkimage: Allow updating the FIT timestampSimon Glass2020-07-254-2/+15
| * | binman: Allow zero-length entries to overlapSimon Glass2020-07-253-1/+23
| * | binman: Allow missing Intel blobsSimon Glass2020-07-254-14/+55
| * | binman: Detect when valid images are not producedSimon Glass2020-07-257-3/+76
| * | patman: Update errors and warnings to use stderrSimon Glass2020-07-252-2/+5
| * | binman: Allow external binaries to be missingSimon Glass2020-07-258-8/+66