]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2023-12-13  Simon Glasspatman: Update the run script
2023-12-13  Simon Glasstools/make_pip: Add mention of u_boot_pylib in tool...
2023-12-13  Simon Glassu_boot_pylib: Correct files used for pip release
2023-12-13  Simon Glasstools: Keep test_util and patman test files in the...
2023-12-13  Simon Glasssandbox: Add a dummy booti command
2023-12-13  Simon Glassu_boot_pylib: Correct readme formatting
2023-12-13  Simon Glassvideo: Add a function to clear the display
2023-12-13  Simon Glassdoc: Update documentation URL
2023-12-13  Simon Glasstest: print: Skip test on x86
2023-12-13  Heinrich Schuchardttest: unit test for acpi_find_table()
2023-12-13  Simon Glasstest: lmb: Move tests into the lib suite
2023-12-13  Heinrich Schuchardtacpi: consider XSDT in acpi_find_table()
2023-12-13  Simon Glasstest: event: Only run test_event_probe() on sandbox
2023-12-13  Heinrich Schuchardtacpi: simplify acpi_write_ssdt()
2023-12-13  Simon Glasstest: font: Add dependencies on fonts
2023-12-13  Heinrich Schuchardtacpi: cannot have RSDT above 4 GiB
2023-12-13  Simon Glasstest: fdt: Add a special case for real boards
2023-12-13  Simon Glassfdt: Move ft_verify_fdt() before the final fixups
2023-12-13  Simon Glasstest: bdinfo: Add missing asserts
2023-12-13  Simon Glassfdt: Drop the confusing casts in lmb_free()
2023-12-13  Simon Glasstest: Handle use of stack pointer in bdinfo
2023-12-13  Simon Glassboot: Move adding initrd earlier in image_setup_libfdt()
2023-12-13  Simon Glasstest: Run bootstd tests only on sandbox
2023-12-13  Simon Glassfdt: ppc: Drop extra size for ramdisk
2023-12-13  Simon Glasstest: Make UT_LIB_ASN1 depend on sandbox
2023-12-13  Simon Glassfdt: Improve the comment for fdt_shrink_to_minimum()
2023-12-13  Simon Glasstest: Add helper to skip to partial console line
2023-12-13  Simon Glassfdt: Check for a valid fdt in oftree_ensure()
2023-12-13  Simon Glassboot: Drop size parameter from image_setup_libfdt()
2023-12-13  Heinrich Schuchardtacpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
2023-12-13  Simon Glassbootstd: Add a menu option to bootflow scan
2023-12-13  Simon Glasstest: Add a new suite for commands
2023-12-13  Benjamin Szőkepico-imx7d: add baseboard SD card boot detect
2023-12-13  Fabio Estevamimx: imx-hab: Select SPL_DRIVERS_MISC in the SPL case
2023-12-13  Alessandro... tools: mxsboot: pre-fill buffer with 0xff, not 0
2023-12-13  Marek Vasutarm: mxs: Clear CPSR V bit to activate low vectors
2023-12-13  Tom RiniMerge patch series "bootm: Refactoring to reduce relian...
2023-12-13  Simon Glasscommand: Introduce functions to obtain command arguments
2023-12-13  Simon Glassbootstd: Introduce programmatic boot
2023-12-13  Simon Glassbootm: Reduce arguments to bootm_find_other()
2023-12-13  Simon Glassbootm: Add a function to check overlap
2023-12-13  Simon Glassbootm: Adjust the parameters of bootm_find_images()
2023-12-13  Simon Glassbootm: optee: Drop special call to bootm_find_other()
2023-12-13  Simon Glassbootm: efi: Drop special call to bootm_find_other()
2023-12-13  Simon Glassbootm: Simplify Android ramdisk addr in bootm_find_images()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_loadables()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_fpga()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_fdt()
2023-12-13  Simon Glassbootm: Pass image buffer to boot_get_fdt()
2023-12-13  Simon Glassbootm: Drop #ifdef in bootm_find_images()
2023-12-13  Simon Glassfdt: Allow use of fdt_support inside if() statements
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_ramdisk()
2023-12-13  Simon Glassbootm: Reduce arguments to bootm_find_os()
2023-12-13  Simon Glassbootm: Move error printing out of boot_get_kernel()
2023-12-13  Simon Glassbootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO
2023-12-13  Simon Glassbootm: Use the error return from boot_get_kernel()
2023-12-13  Simon Glassbootm: Adjust position of unmap_sysmem() in boot_get_ke...
2023-12-13  Simon Glassbootm: Adjust boot_get_kernel() to return an error
2023-12-13  Simon Glassimage: Document error codes from fit_image_load()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_kernel()
2023-12-13  Simon Glassimage: Tidy up genimg_get_kernel_addr_fit()
2023-12-13  Simon Glassbootm: Move boot_get_kernel() higher in the file
2023-12-13  Simon Glassbootm: Simplify arguments for bootm_pre_load()
2023-12-13  Simon Glassbootm: Drop arguments from bootm_start()
2023-12-13  Simon Glassbootstd: Add missing header file from bootdev.h
2023-12-13  Simon Glasstreewide: Tidy up semicolon after command macros
2023-12-13  Simon Glassmmc: env: Unify the U_BOOT_ENV_LOCATION conditions
2023-12-13  Simon GlassREADME: Correct docs for CONFIG_SPL_BUILD
2023-12-13  Simon Glassarm: x86: Drop discarding of command linker-lists
2023-12-13  Tom RiniMerge patch series "some LED patches"
2023-12-13  Doug Zobelled: add TI LP5562 LED driver
2023-12-13  Rasmus Villemoesled: led_pwm: use led_bind_generic() helper
2023-12-13  Rasmus Villemoesled: led_gpio: use led_bind_generic() helper
2023-12-13  Rasmus Villemoesled: introduce led_bind_generic()
2023-12-13  Rasmus Villemoesled-uclass: do not create fallback label for top-level...
2023-12-13  Rasmus Villemoesled-uclass: honour ->label field populated by driver...
2023-12-13  Venkatesh Yadav... clk: zynqmp: enable topsw_lsbus clock
2023-12-13  Tom RiniMerge branch '2023-12-13-assorted-minor-fixes'
2023-12-13  Shantur Rathoremaintainers: rk3399: remove maintainer
2023-12-13  Peter Robinsonmaintainers: bcmns3: remove maintainer
2023-12-13  Moritz FischerMAINTAINERS: Fix ARCH_APPLE file paths
2023-12-13  Alexander Gendindrivers: misc: Kconfig: Fix SPL_FS_LOADER prompt
2023-12-13  Tom Rinilib/Kconfig: Correct typo about SYSINFO_SMBIOS in help...
2023-12-13  Nicolas Heemeryckclk: imx8mn: add pwm clocks
2023-12-13  Hiago De Francoboard: apalis/colibri imx6/imx6ull/imx7: Add fastboot...
2023-12-13  Hiago De Francoapalis/colibri imx6/imx6ull/imx7: defconfig: Enable...
2023-12-13  Fabio Estevamimx7d-pico-pi-u-boot.dtsi: Fix aliases indentation
2023-12-13  Fabio Estevampico-imx7d: Remove board_phy_config()
2023-12-13  Arnaud Ferrarislibrem5: Add addresses for compressed kernel load
2023-12-13  Arnaud Ferrarislibrem5: properly set the `fdtfile` env variable
2023-12-13  Adam Fordconfigs: imx8mn_beacon: Disable the WDT autostart
2023-12-13  Adam Fordconfigs: imx8mn_beacon: Do not set SYS_CONSOLE_IS_IN_ENV
2023-12-13  Adam Fordconfigs: imx8mm_beacon: Disable the WDT autostart
2023-12-13  Adam Fordconfigs: imx8mm_beacon: Enable fastboot downloading
2023-12-13  Adam Fordconfigs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV
2023-12-13  Hugo VilleneuveMAINTAINERS: Remove non-working address from MAINTAINERS
2023-12-13  Hugo Villeneuveimx8mn-var-som: Simplify FEC initialization
2023-12-13  Hugo Villeneuveimx8mn_var_som: Add myself to MAINTAINERS
2023-12-13  Fabio Estevamclock_imx8mm: Add a stub for imx8mp_fec_interface_init()
2023-12-13  Fabio Estevamimx8mp_evk: Remove unneeded header files
next