summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-10-27acpi: x86: Write FADT in common codeMaximilian Brune
2024-10-27acpi: x86: Move SPCR and DBG2 into common codeMaximilian Brune
2024-10-26Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-10-26rockchip: board: Increase rng-seed size to make it sufficient for modern LinuxAlex Shumsky
2024-10-25Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/cust...Tom Rini
2024-10-25configs: imxrt1050-evk: Enable standard bootJesse Taube
2024-10-25Merge patch series "Allow showing the memory map"Tom Rini
2024-10-25bootstage: Allow counting memory without stringsSimon Glass
2024-10-25global_data: Add some more accessorsSimon Glass
2024-10-25common: Tidy up how malloc() is initedSimon Glass
2024-10-25Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2024-10-25Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-25board: rockchip: Add Hardkernel ODROID-M2Jonas Karlman
2024-10-25arm64: versal: Wire USB0 in distro bootMichal Simek
2024-10-25arm64: versal: Remove description for USB1Michal Simek
2024-10-25imx: Support i.MX93 9X9 QSB boardPeng Fan
2024-10-24Mark a few functions static inlineAndy Shevchenko
2024-10-24block: make blk_create_device() staticHeinrich Schuchardt
2024-10-24image: android: use ulong for kernel addressNeil Armstrong
2024-10-24cmd: bcb: introduce 'ab_dump' command to print BCB block contentDmitry Rokosov
2024-10-24treewide: bcb: move ab_select command to bcb subcommandsDmitry Rokosov
2024-10-24include/android_ab: move ab_select_slot() documentation to @ notationDmitry Rokosov
2024-10-24spi: add DM_SPI_FLASH compatibility inline functionsNeil Armstrong
2024-10-23global_data.h: remove unnecesary include of cyclic.hRasmus Villemoes
2024-10-23watchdog.h: change include of cyclic.h to u-boot/schedule.hRasmus Villemoes
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