aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-05bloblist: Zero records when addingSimon Glass3-4/+30
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass2-4/+4
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass3-1/+65
2020-02-05dm: core: Drop uclass_find_next_free_req_seq() conditionsSimon Glass1-4/+0
2020-02-05dm: core: Add a way to iterate through children, probing eachSimon Glass3-0/+80
2020-02-05dm: core: Add a way to read platdata for all child devicesSimon Glass4-1/+99
2020-02-05dm: core: Add ofnode_get_chosen_prop()Simon Glass4-3/+29
2020-02-05dm: core: Reimplement ofnode_read_size()Simon Glass1-19/+10
2020-02-05dm: core: Add ofnode_read_prop()Simon Glass3-8/+62
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass6-8/+32
2020-02-05dm: core: Update comment for ofnode_get_chosen_node()Simon Glass1-3/+6
2020-02-05test: Add underscore prefix to macro parametersSimon Glass1-22/+22
2020-02-05dm: core: Use const device for the dev_read_...() interfaceSimon Glass2-143/+159
2020-02-05dm: core: Use const device for the devfdt...() interfaceSimon Glass2-26/+26
2020-02-05dm: pci: Update a few more interfaces for const udevice *Simon Glass4-19/+19
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass26-60/+67
2020-02-05dm: core: Use const where possible in device.hSimon Glass3-29/+32
2020-02-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini75-149/+885
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini11-45/+854
2020-02-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini26-157/+308
2020-02-04Merge tag 'ti-v2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini39-393/+1658
2020-02-04board: ls1012ardb: do not use imply CONFIG_Heinrich Schuchardt1-2/+2
2020-02-04armv8: ls2088a: Updates secure boot headers offsetPriyanka Singh2-32/+32
2020-02-04armv8: ls1088a: Updates secure boot headers offsetPriyanka Singh2-33/+33
2020-02-04armv8: lx2160a: Updates secure boot headers offsetPriyanka Singh1-11/+11
2020-02-04armv8: ls1012ardb: Updates secure boot headers offsetPriyanka Singh1-1/+2
2020-02-04armv8: ls1046a: Updates secure boot headers offsetPriyanka Singh1-3/+3
2020-02-04configs: ls1021a: Reserve low memory for CMAAlison Wang1-0/+4
2020-02-04dm: arm: ls1021a: add i2c DM supportBiwen Li29-8/+330
2020-02-04dm: arm64: ls1012a: add i2c DM supportBiwen Li21-28/+230
2020-02-04Kconfigs: layerscape: use a convenient default value for SYS_MALLOC_F_LENBiwen Li1-1/+3
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li1-0/+1
2020-02-04armv8: fsl-layerscape: spl: fix build error when DM_I2C is enabledBiwen Li1-0/+2
2020-02-04rtc: pcf8563: Add driver model supportBiwen Li1-0/+107
2020-02-04configs: ls1028a: Enable FSPI supportKuldeep Singh4-0/+4
2020-02-04arm: dts: lx2160a: Add FSPI node propertiesKuldeep Singh2-1/+38
2020-02-04arm: dts: ls1028a: Add FSPI node propertiesKuldeep Singh2-0/+31
2020-02-04board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal4-0/+10
2020-02-04arm: dts: ls1028a: fix interrupt propertiesMichael Walle1-24/+31
2020-02-04arm: ls1028a: use the new flexspi driverMichael Walle1-6/+8
2020-02-04configs: ls1012ardb: Enable CONFIG_SYS_RELOC_GD_ENV_ADDRKuldeep Singh4-0/+4
2020-02-04azure: Move to vs2017-win2016 platform build hostTom Rini1-1/+1
2020-02-04gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()Wolfgang Wallner1-2/+2
2020-02-04gpio: intel_gpio: Clear tx state bit when setting outputWolfgang Wallner1-1/+1
2020-02-04gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()Wolfgang Wallner1-2/+2
2020-02-04x86: itss: Remove apl-prefixWolfgang Wallner2-29/+29
2020-02-04x86: itss: Add a Kconfig option to enable/disable ITSS driverWolfgang Wallner3-3/+8
2020-02-04x86: Move itss.c from Apollo Lake to a more generic locationWolfgang Wallner3-1/+3
2020-02-04watchdog: omap_wdt: Fix WDT coding styleMarek Vasut1-22/+22
2020-02-04watchdog: omap_wdt: Fix WDT reloadingMarek Vasut1-0/+10