summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sntp: use udp frameworkWIP/30Sep2020-next2Philippe Reynes2020-09-301-0/+58
* net: add a generic udp protocolPhilippe Reynes2020-09-302-1/+42
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini2020-09-302-0/+16
|\
| * riscv: clk: Add CLINT clock to kendryte clock driverSean Anderson2020-09-301-0/+1
| * timer: Add helper for drivers using timebase fallbackSean Anderson2020-09-301-0/+15
* | dm: Print device name in dev_xxx like LinuxSean Anderson2020-09-301-28/+82
* | dm: Use symbolic constants for log levels in dev_xxxSean Anderson2020-09-301-10/+11
* | remoteproc: Remove unused function rproc_elf_sanity_checkSean Anderson2020-09-301-13/+0
* | linux/compat.h: Remove netdev_xxx functionsSean Anderson2020-09-301-19/+0
* | mmc: Add mmc_dev()Sean Anderson2020-09-301-0/+2
|/
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...WIP/25Sep2020-nextTom Rini2020-09-2510-20/+683
|\
| * x86: video: Show information about each video deviceSimon Glass2020-09-251-4/+2
| * acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2020-09-251-1/+1
| * acpi: Add more documentation for struct acpi_gpioSimon Glass2020-09-251-0/+22
| * x86: Move include of bitops out of ACPI regionSimon Glass2020-09-251-1/+2
| * acpi: Use defines for field lengthsSimon Glass2020-09-251-2/+3
| * acpi: tpm: Add a TPM1 tableSimon Glass2020-09-252-0/+8
| * acpi: tpm: Add a TPM2 tableSimon Glass2020-09-252-0/+12
| * x86: apl: Generate required ACPI tablesSimon Glass2020-09-251-0/+4
| * p2sb: Add some definitions used for ACPISimon Glass2020-09-251-0/+8
| * x86: acpi: Add support for additional Intel tablesSimon Glass2020-09-251-0/+43
| * acpi: Add more support for generating processor tablesSimon Glass2020-09-251-0/+162
| * acpi: Add support for generating processor tablesSimon Glass2020-09-251-0/+39
| * x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+40
| * x86: acpi: Support generation of the HPET tableSimon Glass2020-09-251-9/+22
| * x86: Add a few common Intel CPU functionsSimon Glass2020-09-251-0/+12
| * x86: apl: Add power-management definitionsSimon Glass2020-09-251-2/+2
| * x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2020-09-251-0/+1
| * i2c: Add a generic driver to generate ACPI infoSimon Glass2020-09-252-0/+78
| * dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass2020-09-251-1/+1
| * acpi: Support generating a multi-function _DSM for devicesSimon Glass2020-09-252-0/+113
| * acpi: Add support for conditions and return valuesSimon Glass2020-09-251-0/+93
| * acpi: Add support for writing a _PRWSimon Glass2020-09-251-0/+10
| * x86: coral: Add ACPI tables for coralSimon Glass2020-09-251-0/+5
* | Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...WIP/24Sep2020-nextTom Rini2020-09-244-6/+54
|\ \ | |/ |/|
| * xilinx: versal: Fix compilation error when !CONFIG_NETMichal Simek2020-09-231-2/+14
| * fpga: kconfig: Rename SPL_FPGA_SUPPORT to SPL_FPGAMichal Simek2020-09-231-1/+0
| * fpga: zynqmp: Get rid of ZYNQMP_SIP_SVC* macrosMichal Simek2020-09-231-3/+0
| * include: dt-bindings: Add MSCC headerHarini Katakam2020-09-231-0/+40
* | board/freescale: Remove P5020DS board supportPriyanka Jain2020-09-241-25/+0
* | board/freescale: Remove P1024RDB board supportPriyanka Jain2020-09-241-12/+0
* | board/freescale: Remove P1021RDB board supportPriyanka Jain2020-09-241-18/+0
* | board/freescale: Remove P1020MBG board supportPriyanka Jain2020-09-241-12/+2
* | board/freescale: Remove P1020UTM board supportPriyanka Jain2020-09-241-11/+0
* | board/freescale: Remove P1025RDB board supportPriyanka Jain2020-09-241-51/+0
* | board/freescale: Remove p1023rdb board supportPriyanka Jain2020-09-241-338/+0
* | configs: p1_p2_rdb: Add the default address of vsc7385 firmwareHou Zhiqiang2020-09-241-0/+2
* | net: tsec: Add the compatible string "gianfar" supportHou Zhiqiang2020-09-241-0/+4
* | net: fsl_mdio: Correct the MII management register block addressHou Zhiqiang2020-09-241-0/+4
* | dm: add cells_count parameter in live DT APIs of_parse_phandle_with_argsPatrick Delaunay2020-09-221-1/+3