summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-13i2c: Remove board_i2c_init()Simon Glass
2024-08-09Merge patch series "Universal Payload initial series"Tom Rini
2024-08-09upl: Add an end-to-end testSimon Glass
2024-08-09sandbox: Add an SPL loader for UPLSimon Glass
2024-08-09sandbox: Add a flag to enable UPLSimon Glass
2024-08-09upl: Add initial documentationSimon Glass
2024-08-09sandbox_vpl: Enable Universal PayloadSimon Glass
2024-08-09upl: Plumb in universal payload to the init processSimon Glass
2024-08-09spl: Plumb in the Universal Payload handoffSimon Glass
2024-08-09spl: Set SPL_FIT_FOUND for full FIT alsoSimon Glass
2024-08-09upl: Add support for Universal Payload in SPLSimon Glass
2024-08-09upl: Add a commandSimon Glass
2024-08-09upl: Add basic testsSimon Glass
2024-08-09upl: Add support for writing a upl handoffSimon Glass
2024-08-09upl: Add support for reading a upl handoffSimon Glass
2024-08-09sandbox: Set up global_data earlierSimon Glass
2024-08-09sandbox: Add ELF file to VPL u-boot.imgSimon Glass
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-09sandbox: fdt: Avoid overwriting an existing fdtSimon Glass
2024-08-09fdt: Don't overwrite bloblist devicetreeSimon Glass
2024-08-09test: Move some SPL-loading test-code into sandbox commonSimon Glass
2024-08-09sandbox: Fix a comment in os_find_u_boot()Simon Glass
2024-08-09sandbox: Use const in os_jump_to_file()Simon Glass
2024-08-09Merge tag 'i2cupdates-for-v2024-10-next' of https://source.denx.de/u-boot/cus...Tom Rini
2024-08-09board: vining_2000: convert to DM_I2CAnatolij Gustschin
2024-08-09board: cm_fx6: convert to DM_I2CAnatolij Gustschin
2024-08-09board: vf610twr: convert to DM_I2CAnatolij Gustschin
2024-08-09board: novena: convert to DM_I2CAnatolij Gustschin
2024-08-09board: rut: convert to DM_I2CAnatolij Gustschin
2024-08-09board: sl50: convert to DM_I2CAnatolij Gustschin
2024-08-09board: igep003x: convert to DM_I2CAnatolij Gustschin
2024-08-09board: cm-t43: convert to DM_I2CAnatolij Gustschin
2024-08-09board: chiliboard: convert to DM_I2CAnatolij Gustschin
2024-08-09board: shc: convert to DM_I2CAnatolij Gustschin
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