summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-08configs: ls1088a: enable CONFIG_MPC8XXX_GPIOBiwen Li
2021-02-08configs: ls1028a: enable CONFIG_MPC8XXX_GPIOBiwen Li
2021-02-08configs: ls1043a: enable CONFIG_MPC8XXX_GPIOBiwen Li
2021-02-08configs: ls1012a: enable CONFIG_MPC8XXX_GPIOBiwen Li
2021-02-08board/km: move km i2c deblock declarations to a km/common.hAleksandar Gerasimovski
2021-02-08mem: spi-mem: add declaration for spi_mem_default_supports_opMathew McBride
2021-02-08PowerPC: keymile: Add support for kmcent2 boardNiel Fourie
2021-02-08board: sl28: add SATA supportMichael Walle
2021-02-08configs: ls1088aqds: add COMMON_ENV to fix distrobootBiwen Li
2021-02-08arm: mvebu: Espressobin: Set default value for $ethNaddr env variablePali Rohár
2021-02-08arm: mvebu: Espressobin: Set default value for $fdtfile env variablePali Rohár
2021-02-08env: Allow to set default_environment[] from board code via compile option DE...Pali Rohár
2021-02-07dt-bindings: Sync versaclock.h with upcoming 5.12-rc1Adam Ford
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay
2021-02-07Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi
2021-02-06smbios: Allow a few values to come from sysinfoSimon Glass
2021-02-06sysinfo: Move #ifdef so that operations are always definedSimon Glass
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass
2021-02-06smbios: Use char consistently for the eos memberSimon Glass
2021-02-06smbios: Move smbios_write_type to the C fileSimon Glass
2021-02-05Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-02-04arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-BootLokesh Vutla
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas
2021-02-04ARM: legoev3: set serial# env varDavid Lechner
2021-02-04Merge tag 'dm-pull-3feb21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-02-03cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent
2021-02-03command.h: Remove extern from the headerKory Maincent
2021-02-03sandbox: mark os_abort() as noreturnHeinrich Schuchardt
2021-02-03bdinfo: Rename function names to be clearerBin Meng
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-03dm: core: Avoid partially removing devicesSimon Glass
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: Reduce size of samus imageSimon Glass
2021-02-01x86: spl: Add a function to find the text baseSimon Glass
2021-02-01acpi: Tidy up documentation for struct acpi_gpioSimon Glass
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-01-31usb: gadget: add super speed supportLi Jun
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun
2021-01-31usb: gadget: OS String supportLi Jun
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski
2021-01-31dfu: add 'SKIP' entityJaehoon Chung