summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-08configs: ls1021aqds: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1046a: enable MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: lx2160a: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls208xa: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1088a: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1028a: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1043a: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08configs: ls1012a: enable CONFIG_MPC8XXX_GPIOBiwen Li1-0/+7
2021-02-08board/km: move km i2c deblock declarations to a km/common.hAleksandar Gerasimovski2-10/+0
2021-02-08mem: spi-mem: add declaration for spi_mem_default_supports_opMathew McBride1-0/+3
2021-02-08PowerPC: keymile: Add support for kmcent2 boardNiel Fourie1-0/+513
2021-02-08board: sl28: add SATA supportMichael Walle1-0/+1
2021-02-08configs: ls1088aqds: add COMMON_ENV to fix distrobootBiwen Li1-0/+12
2021-02-06smbios: Allow a few values to come from sysinfoSimon Glass1-0/+11
2021-02-06sysinfo: Move #ifdef so that operations are always definedSimon Glass1-1/+1
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass2-0/+18
2021-02-06smbios: Use char consistently for the eos memberSimon Glass1-2/+2
2021-02-06smbios: Move smbios_write_type to the C fileSimon Glass1-10/+0
2021-02-05Merge tag 'ti-v2021.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-2/+103
2021-02-04arm: dts: k3-j721e: Sync Linux v5.11-rc6 dts into U-BootLokesh Vutla1-0/+93
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas1-0/+10
2021-02-04ARM: legoev3: set serial# env varDavid Lechner1-2/+0
2021-02-04Merge tag 'dm-pull-3feb21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini5-7/+30
2021-02-03cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent1-0/+3
2021-02-03command.h: Remove extern from the headerKory Maincent1-28/+28
2021-02-03sandbox: mark os_abort() as noreturnHeinrich Schuchardt1-1/+1
2021-02-03bdinfo: Rename function names to be clearerBin Meng1-1/+2
2021-02-03global_data.h: Change ram_top type to phys_addr_tBin Meng1-1/+1
2021-02-03dm: core: Add late driver remove optionMarek Vasut2-4/+16
2021-02-03dm: core: Avoid partially removing devicesSimon Glass1-1/+8
2021-02-03dm: pci: Correct use of wrong flag nameSimon Glass1-0/+3
2021-02-03dm: Rename DM_FLAG_REMOVE_WITH_PD_ONSimon Glass1-1/+1
2021-02-01x86: Reduce size of samus imageSimon Glass1-0/+3
2021-02-01x86: spl: Add a function to find the text baseSimon Glass1-0/+10
2021-02-01acpi: Tidy up documentation for struct acpi_gpioSimon Glass1-4/+5
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini7-15/+182
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-8/+205
2021-01-31usb: gadget: add super speed supportLi Jun2-0/+10
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun1-0/+57
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun1-0/+75
2021-01-31usb: gadget: OS String supportLi Jun1-0/+10
2021-01-31usb: gadget: Add ep_config call back to usb_gadget_opsYe Li1-0/+3
2021-01-31usb: gadget: Do not export usbd_device_* arraysPali Rohár1-15/+0
2021-01-31thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski1-0/+2
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski1-0/+3
2021-01-31dfu: add 'SKIP' entityJaehoon Chung1-0/+1
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca1-2/+2
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca1-0/+21
2021-01-31dm: replace auto_alloc_size with autoDario Binacchi1-1/+1