summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-09board: shc: convert to DM_I2CAnatolij Gustschin
2024-08-08Merge patch series "Low Power Mode: Package TIFS Stub in BeaglePlay"Tom Rini
2024-08-08arm: dts: phycore-am62x: Package TIFS StubDhruva Gole
2024-08-08doc: beagle: am62x_beagleplay: Document the use of TIFS StubDhruva Gole
2024-08-08arm: dts: k3-am625-beagleplay: Package TIFS StubDhruva Gole
2024-08-08doc: ti: am62*: Mention TIFS Stub in img fmts and boot flowDhruva Gole
2024-08-08doc: board: ti: Update to use the new boot firmware labelsDhruva Gole
2024-08-08doc: ti: k3: Add TIFS Stub documentationDhruva Gole
2024-08-08MAINTAINERS: Include the TI docs under ARM TIDhruva Gole
2024-08-08Merge tag 'u-boot-nand-20240808' of https://source.denx.de/u-boot/custodians/...Tom Rini
2024-08-08spinand: bind UBI blockAlexey Romanov
2024-08-08disk: support UBI partitionsAlexey Romanov
2024-08-08disk: don't try search for partition type if already setAlexey Romanov
2024-08-08drivers: introduce UBI block abstractionAlexey Romanov
2024-08-08ubi: allow to write to volume with offsetAlexey Romanov
2024-08-08ubi: allow to read from volume with offsetAlexey Romanov
2024-08-08spinand: bind mtdblockAlexey Romanov
2024-08-08drivers: introduce mtdblock abstractionAlexey Romanov
2024-08-08disk: support MTD partitionsAlexey Romanov
2024-08-07Merge patch series "alist: Implement a pointer list / array of structs"Tom Rini
2024-08-07alist: Add support for an allocated pointer listSimon Glass
2024-08-07lib: Handle a special case with str_to_list()Simon Glass
2024-08-07malloc: Support testing with realloc()Simon Glass
2024-08-06omap3: sniper: Convert to device-tree control and DM I2CPaul Kocialkowski
2024-08-06am33xx: Use regular spl_board_init instead of am33xx_spl_board_initPaul Kocialkowski
2024-08-06omap: Use spl_soc_init instead of spl_board_initPaul Kocialkowski
2024-08-06Merge patch series "omap configuration cleanups"Tom Rini
2024-08-06omap3: sniper: Streamline defconfigPaul Kocialkowski
2024-08-06dra7xx: Remove explicit DRAM banks number from defconfigsPaul Kocialkowski
2024-08-06omap3: Define DRAM banks number in Kconfig instead of defconfigsPaul Kocialkowski
2024-08-06omap3: Define maximum SPL size in Kconfig instead of defconfigsPaul Kocialkowski
2024-08-06omap3: Define maximum U-Boot size in Kconfig instead of defconfigsPaul Kocialkowski
2024-08-06dra7xx: Define common init stack pointer address in KconfigPaul Kocialkowski
2024-08-06dra7xx: Unify init stack pointer address across boardsPaul Kocialkowski
2024-08-06am43xx: Define common init stack pointer address in KconfigPaul Kocialkowski
2024-08-06am33xx: Define common init stack pointer address in KconfigPaul Kocialkowski
2024-08-06am33xx: Unify init stack pointer address across boardsPaul Kocialkowski
2024-08-06omap3: Define common init stack pointer address in KconfigPaul Kocialkowski
2024-08-06omap3: Define common SPL text base in Kconfig instead of defconfigsPaul Kocialkowski
2024-08-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2024-08-06Merge tag 'xilinx-for-v2024.10-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI
2024-08-06usb: gadget: atmel: Add attach/detach supportZixun LI
2024-08-06usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...Zixun LI
2024-08-06usb: gadget: atmel: Move usba_udc_pdata() with other static functionsZixun LI
2024-08-06usb: gadget: atmel: Fix typo in usb gadget driver register and unregisterZixun LI
2024-08-06usb: gadget: atmel: Replace printf() and pr_err() by log_err()Zixun LI
2024-08-06usb: gadget: atmel: Sort includesZixun LI
2024-08-06tpm: call tpm_tis_wait_init() after tpm_tis_init()Lukas Funke
2024-08-06spi: sunxi: fix clock divider calculation for max frequency settingMichael Walle