summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-23cyclic: make cyclic_run staticRasmus Villemoes
2024-10-23cyclic: introduce u-boot/schedule.hRasmus Villemoes
2024-10-22video: Fix VNBYTES() macro commentMiquel Raynal
2024-10-21Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini
2024-10-21lib: ecdsa: Add ECDSA384 supportChia-Wei Wang
2024-10-18Merge tag 'dm-pull-17oct24-take2' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2024-10-18mtd: spi-nor: Move SR3 WPS bit definition in the correct locationMarek Vasut
2024-10-18expo: Add forward declaration for udevice to ceditSimon Glass
2024-10-18expo: Drop scene_title_set()Simon Glass
2024-10-18expo: Allow menu items to have valuesSimon Glass
2024-10-18expo: Use standard numbering for save and discardSimon Glass
2024-10-18expo: Place menu items to the right of all labelsSimon Glass
2024-10-18video: Avoid starting a new line to close to the bottomSimon Glass
2024-10-18video: Add a dark-grey console colourSimon Glass
2024-10-18blk: Make functions available unconditionallySimon Glass
2024-10-18Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/cust...Tom Rini
2024-10-18ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variablesMarek Vasut
2024-10-17cmd: irq: Move do_irqinfo() prototype to a header fileAndy Shevchenko
2024-10-17Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians...Tom Rini
2024-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16Merge patch series "some serial rx buffer patches"Tom Rini
2024-10-16serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes
2024-10-16serial: fix circular rx buffer edge caseRasmus Villemoes
2024-10-16stm32mp: cosmetic: remove empty comment block in configs filePatrick Delaunay
2024-10-16ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32M...Marek Vasut
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: eth-uclass: add function eth_start_udev()Jerome Forissier
2024-10-16net: split net into net{,-common,-legacy,-lwip}Jerome Forissier
2024-10-15Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-15efi_memory: rename variable to highlight overlap with free memorySughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-10-15Merge patch series to add a "fallback" keyword to extlinux.conf parsingTom Rini
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-15boot: pxe_utils: Add fallback supportMartyn Welch
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14lib/crypto: Adapt mscode_parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt PKCS7 parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt x509_cert_parser to MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt public_key header with MbedTLSRaymond Mao