summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-18arm: Don't include common.h in header filesSimon Glass4-1/+9
2020-05-18common: Drop flash.h from common headerSimon Glass1-1/+0
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-12/+12
2020-05-18common: Drop uuid.h from common headerSimon Glass1-1/+0
2020-05-17efi_loader: Add headers for EDK2 StandAloneMM communicationSughosh Ganu1-0/+208
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-2/+1
2020-05-16qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait1-2/+0
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-15pci: Fix typo in definition for PCI_DEVSimon Glass1-1/+1
2020-05-15usb: Update struct usb_device to indicate speed enumSimon Glass1-1/+1
2020-05-14dfu: add prototype for dfu_transaction_initiate/cleanupPatrick Delaunay1-0/+3
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+1
2020-05-14board: stm32mp1: support boot from spi-nandPatrick Delaunay1-2/+3
2020-05-14board: stm32mp1: reserve memory for OP-TEE in device treePatrick Delaunay1-4/+0
2020-05-14stm32mp1: move MTDPART configuration in KconfigPatrick Delaunay1-22/+0
2020-05-14stm32mp1: dynamically build DFU_ALT_INFOPatrick Delaunay1-33/+0
2020-05-14ARM: stm32: Implement board coding on AV96Marek Vasut1-0/+15
2020-05-12usb: dwc3: add dis_del_phy_power_chg_quirkJagan Teki1-0/+1
2020-05-11Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-51/+108
2020-05-11Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-64/+28
2020-05-11Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini10-7/+409
2020-05-11Nokia RX-51: Enable CONFIG_CONSOLE_MUXPali Rohár1-3/+3
2020-05-11Nokia RX-51: Remove PART* macrosPali Rohár1-42/+0
2020-05-11Nokia RX-51: Revert back onenand defitionsPali Rohár1-10/+0
2020-05-11Nokia RX-51: Move code from defconfig back to C header filePali Rohár1-0/+22
2020-05-11Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct placePali Rohár1-6/+0
2020-05-11Nokia RX-51: Update my email addressPali Rohár2-2/+2
2020-05-10iopoll: Add readl_poll_sleep_timeoutJagan Teki1-0/+6
2020-05-10iopoll: Add dealy to read pollJagan Teki1-2/+6
2020-05-10iopoll: Add read_poll_timeout common APIJagan Teki1-2/+4
2020-05-10clk: Fix clk func names in commentsJagan Teki1-6/+6
2020-05-10phy: Use _nodev naming convention if non-device clientsJagan Teki1-2/+5
2020-05-10phy: Fix node description of phy_get_by_nodeJagan Teki1-1/+1
2020-05-10spi: Zap lpc32xx_ssp driver-related codeJagan Teki2-10/+0
2020-05-10imx: imx8qxp: update fdt_file according to m4 statePeng Fan1-1/+1
2020-05-10imx: imx8qm: update fdt_file according to m4 statePeng Fan1-1/+1
2020-05-10imx: imx8qm/qxp: Recover SPL data section for partition rebootPeng Fan1-0/+1
2020-05-10mtd: nand: raw: mxs_nand changes for nandbcbHan Xu1-1/+2
2020-05-10dt-bindings: imx_rsrc: add SC_R_NONEPeng Fan1-0/+1
2020-05-10imx: Add support for i.MX8MM Beacon EmbeddedWorks devkit.Adam Ford1-0/+152
2020-05-10mtd: mxs_nand: fix the gf_13/14 definition issueHan Xu1-0/+1
2020-05-10mtd: gpmi: provide the option to use legacy bch geometryYe Li1-0/+2
2020-05-10mtd: gpmi: change the BCH layout setting for large oob NANDYe Li1-4/+8
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li2-0/+18
2020-05-10ARM: imx: pico-imx8mq: Add support for Technexion Pico-iMX8MQMarek Vasut1-0/+199
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic328-1011/+660
2020-05-09configs: ti: Fix usage of undefined variable overlay_filesSuman Anna1-1/+1
2020-05-09lib: charset: correct function descriptionsHeinrich Schuchardt1-14/+25
2020-05-09charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu1-0/+12
2020-05-09efi_selftest: add unit test functions to HTML documentationHeinrich Schuchardt1-38/+72