summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/23Aug2020Tom Rini2020-08-2340-88/+199
|\
| * sandbox: u-boot.lds: Remove bogus __bss_start symbolOvidiu Panait2020-08-222-4/+0
| * board_f: Remove dead code from init_func_i2cOvidiu Panait2020-08-221-4/+0
| * binman: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * binman: Correct some import statementsSimon Glass2020-08-224-5/+4
| * binman: Move GetEntryModules() to controlSimon Glass2020-08-223-17/+17
| * treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-2218-20/+20
| * ata: mvebu: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada2020-08-221-1/+1
| * test: dm: Add test case for devfdt_get_addr_ptrOvidiu Panait2020-08-221-0/+18
| * dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-227-13/+13
| * doc: add bind/unbind command documentationPatrice Chotard2020-08-222-0/+50
| * test/py: Update test_bindPatrice Chotard2020-08-221-6/+9
| * sandbox: dts: Add compatible string for bind-test nodePatrice Chotard2020-08-223-4/+2
| * sandbox: phy: add driver_data for bind test cmdPatrice Chotard2020-08-221-1/+17
| * cmd: bind: allow to bind driver with driver dataPatrice Chotard2020-08-221-2/+3
| * dm: fix ofnode_read_addr/size_cells()Heinrich Schuchardt2020-08-222-10/+20
* | Merge branch '2020-08-21-stdio-cleanup'Tom Rini2020-08-23186-305/+444
|\ \ | |/ |/|
| * stdio: Tidy up the coding styleWIP/2020-08-21-stdio-cleanupSimon Glass2020-08-232-21/+25
| * stdio: Drop brackets around &devs.listSimon Glass2020-08-231-6/+6
| * stdio: Update to use compiler for Kconfig checksSimon Glass2020-08-231-89/+83
| * stdio: Drop #ifdefs in the header fileSimon Glass2020-08-231-28/+12
| * stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-08-232-20/+11
| * Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-08-237-6/+19
| * Convert CONFIG_SPLASH_SCREEN et al to KconfigSimon Glass2020-08-23122-118/+234
| * moveconfig: Skip binary and ELF filesSimon Glass2020-08-231-1/+2
| * Convert CONFIG_NETCONSOLE to KconfigTom Rini2020-08-2366-16/+52
|/
* Merge tag 'xilinx-for-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/20Aug2020Tom Rini2020-08-2057-241/+457
|\
| * clk: versal: Move pm_query_id out of clock driverMichal Simek2020-08-202-17/+17
| * mmc: sdhci: Use upper/lower_32_bits macrosMichal Simek2020-08-201-4/+4
| * mmc: sdhci: Enable high speed conditional on the corresponding bitFaiz Abbas2020-08-201-1/+4
| * xilinx: common: Change bootm_size variable settingMichal Simek2020-08-201-1/+5
| * xilinx: common: Check return value from variable setupMichal Simek2020-08-201-3/+8
| * xilinx: common: Get rid of initrd_high variable setupMichal Simek2020-08-201-6/+0
| * xilinx: common: Get rid of fdt_high variableMichal Simek2020-08-203-3/+0
| * xilinx: Change logic around zynq_board_read_rom_ethaddr()Michal Simek2020-08-201-3/+2
| * xilinx: Add support for ENV_VARS_UBOOT_RUNTIME_CONFIGMichal Simek2020-08-204-0/+18
| * xilinx: versal: Enable i2c misc eeprom driverMichal Simek2020-08-201-0/+3
| * xilinx: zynqmp: fix incorrect map not align with IPI HWIbai Erkiaga2020-08-201-4/+10
| * xilinx: zynqmp: remove chip_id functionIbai Erkiaga2020-08-202-38/+20
| * xilinx: zynqmp: get chip ID at EL3Ibai Erkiaga2020-08-201-6/+4
| * xilinx: zynqmp: get chip ID using firmware driverIbai Erkiaga2020-08-201-52/+27
| * xilinx: zynqmp: merge firmware calls for EL2 and EL3Ibai Erkiaga2020-08-201-41/+43
| * xilinx: zynqmp: synchronize firmware call return payloadIbai Erkiaga2020-08-205-6/+11
| * mmc: zynq: Fix default value for xlnx,mio-bankMichal Simek2020-08-201-1/+1
| * xilinx: Fix xlnx,mio_bank propertyMichal Simek2020-08-2023-30/+30
| * i2c: eeprom: Use reg property instead of offset and sizeMichal Simek2020-08-206-18/+41
| * xilinx: zynqmp: Enable DFU tftp supportMichal Simek2020-08-202-1/+4
| * xilinx: Align dfu ram with booti commandMichal Simek2020-08-202-3/+5