]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
2024-04-11 Tom RiniMerge patch series "Resolve issues with booting distros...
2024-04-11 Simon Glassx86: qemu: Enable truetype fonts
2024-04-11 Simon Glassx86: qemu: Expand ROM size
2024-04-11 Simon Glassx86: coreboot: Enable truetype fonts
2024-04-11 Simon Glassx86: Enable SSE in 64-bit mode
2024-04-11 Simon Glassvideo: Drop unnecessary truetype operations from SPL
2024-04-11 Simon Glassvideo: Correct setting of cursor position
2024-04-11 Simon Glassx86: coreboot: Add a boot script
2024-04-11 Tom Rinifastboot: Update help text with respect to CMDLINE
2024-04-10 Tom RiniMerge patch series "pxe: Allow extlinux booting without...
2024-04-10 Simon Glassx86: Drop message about features being missing with...
2024-04-10 Simon Glasspxe: Allow booting without CMDLINE for the zboot method
2024-04-10 Simon Glasspxe: Allow booting without CMDLINE for bootm methods
2024-04-10 Simon Glasspxe: Move calculation of FDT file into a function
2024-04-10 Simon Glasspxe: Refactor to avoid over-using bootm_argv
2024-04-10 Simon Glasspxe: Refactor to reduce the size of label_boot()
2024-04-10 Simon Glasspxe: Use strlcpy() instead of strcpy() in label_boot()
2024-04-10 Simon Glassdoc: Mention fastboot dependency on CMDLINE
2024-04-10 Simon Glassfastboot: Remove dependencies on CMDLINE
2024-04-10 Simon Glassbootm: Make cmdline optional with bootm_boot_start()
2024-04-10 Simon Glassfastboot: Change fastboot_buf_addr to an address
2024-04-10 Simon Glassboot: Update SYS_BOOTM_LEN to depend on BOOTM
2024-04-10 Simon Glasstreewide: Make arch-specific bootm code depend on BOOTM
2024-04-10 Simon Glassbootm: Make OS booting dependent on BOOTM
2024-04-10 Simon Glassbootm: Add a Kconfig option for bootm functionality
2024-04-10 Simon Glassboot: Reorder FIT and BOOTSTD to be first
2024-04-10 Tom RiniMerge patch series "Complete decoupling of zboot logic...
2024-04-10 Simon Glassx86: zboot: Tidy up the comment for zboot_run()
2024-04-10 Simon Glassx86: zboot: Use zboot_start() in zboot_run()
2024-04-10 Simon Glassx86: zboot: Separate logic functions from commands
2024-04-10 Simon Glassx86: zboot: Rename zboot_start() to zboot_run()
2024-04-10 Simon Glassx86: zboot: Move argument processing outside zboot_start()
2024-04-10 Simon Glassx86: zboot: Drop intermediate zboot_go() function
2024-04-10 Simon Glassx86: zboot: Drop intermediate zboot_setup() function
2024-04-10 Simon Glassx86: zboot: Move environment setting into zboot_load()
2024-04-10 Simon Glassx86: zboot: Create separate functions for the logic
2024-04-10 Simon Glassx86: zboot: Avoid iteration in do_zboot_states()
2024-04-10 Simon Glassx86: zboot: Create a separate ZBOOT option for zboot...
2024-04-10 Simon Glassx86: zboot: Move command code into its own file
2024-04-10 Simon Glassx86: zboot: Move zimage definitions to the header file
2024-04-10 Tom RiniMerge tag 'xilinx-for-v2024.07-rc1' of https://source...
2024-04-10 Vincent Stehlétrace: use dynamic string buffer in make_flamegraph()
2024-04-10 Heinrich Schuchardtnet: dw_eth_qos: Add missing \n in error messages.
2024-04-10 Maxim Moskaletslib: add missing line breaks in debug messages
2024-04-10 Heinrich Schuchardtfs: ext4: all file paths are absolute
2024-04-10 Sébastien Szymanskinet: nfs: fix file handle length in NFSv3
2024-04-10 Heinrich Schuchardtrtc: goldfish_rtc_probe should be static
2024-04-10 Ahelenia Ziemiańskatools: open FIT image read-only
2024-04-10 Heinrich Schuchardtfs: ext4: make "File System is consistent\n" a debug...
2024-04-10 Greg Malysabuild: Revive and update LDR format support
2024-04-10 Tom Riniscripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB...
2024-04-10 Jixiong Hufs: ext4: Change the Settings of file permissions
2024-04-10 Caleb Connollycmd: sysboot: null check filename
2024-04-10 Pierre-Clément... arm64: Fix map_range() not splitting mapped blocks
2024-04-10 Petr Zejdlxilinx: common: Fix MAC address read from EEPROM
2024-04-10 Tejas Bhumkarconfigs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
2024-04-09 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2024-04-09 Heinrich Schuchardtdoc: describe Milk-V Mars board
2024-04-09 Heinrich Schuchardtriscv: starfive: avoid including common.h
2024-04-09 Heinrich Schuchardtboard: starfive: support Milk-V Mars board
2024-04-09 Heinrich Schuchardtriscv: set fdtfile on Milk-V Mars
2024-04-09 Heinrich Schuchardteeprom: starfive: function get_product_id_from_eeprom()
2024-04-09 Heinrich Schuchardtriscv: do not set default fdt for VisionFive 2
2024-04-09 Heinrich Schuchardtriscv: starfive: MMC card detect
2024-04-09 Łukasz Stelmachriscv: Move virtio scan to board_late_init()
2024-04-09 Conor Dooleyriscv: support extension probing using riscv, isa-exten...
2024-04-09 Conor Dooleyriscv: don't read riscv, isa in the riscv cpu's get_desc()
2024-04-09 Kongyang Liuconfigs: milkv_duo: Add SD card configs
2024-04-09 Kongyang Liuriscv: dts: sophgo: Add clk node and sdhci node
2024-04-09 Kongyang Liummc: cv1800b: Add sdhci driver support for cv1800b SoC
2024-04-09 Kongyang Liuriscv: cache: Implement dcache for cv1800b
2024-04-09 Kongyang Liuriscv: cpu: cv1800b: Add support for cv1800b SoC
2024-04-09 Ben Dooksriscv: add backtrace support
2024-04-08 Tom RiniMerge tag 'efi-2024-07-rc1' of https://source.denx...
2024-04-08 Ilias Apalodimasefi_loader: access __efi_runtime_rel_start/stop without &
2024-04-08 Ilias Apalodimasefi_loader: access __efi_runtime_start/stop without &
2024-04-08 Heinrich Schuchardtboot: correct finding the default EFI binary
2024-04-08 Heinrich Schuchardtefi_loader: move HOST_ARCH to version_autogenerated.h
2024-04-08 Heinrich Schuchardtboot: enable booting via EFI boot manager by default
2024-04-08 Heinrich Schuchardtboot: correct the default sequence of boot methods
2024-04-08 Ilias Apalodimasefi_loader: Don't delete variable from memory if adding...
2024-04-08 Heinrich Schuchardtefi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_...
2024-04-08 Heinrich Schuchardtefi_loader: EFI_VARIABLE_READ_ONLY should be 32bit
2024-04-08 Heinrich Schuchardtefi_loader: all variable attributes are 32bit
2024-04-08 Masahisa Kojimaefi_loader: fix append write behavior to non-existent...
2024-04-08 Heinrich Schuchardtdoc: improve description of FAT partition name generation
2024-04-08 Heinrich Schuchardtdoc: missing :: in doc/usage/cmd/itest.rst
2024-04-08 Sughosh Ganucapsule: Makefile: add the generated files to CLEAN_FIL...
2024-04-08 Sughosh Ganucapsule: add the generated capsules to gitignore
2024-04-08 Sughosh Ganusandbox: capsule: binman: generate some capsules as...
2024-04-08 Sughosh Ganusandbox: capsule: remove capsule related configs
2024-04-05 Tom RiniMerge tag 'u-boot-imx-master-20240405' of https://gitla...
2024-04-05 Tom RiniMerge tag 'qcom-next-2024Apr04' of https://source.denx...
2024-04-05 Tom RiniMerge tag 'u-boot-amlogic-20240404' of https://source...
2024-04-05 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2024-04-05 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2024-04-05 Javier Vigueraarm: imx: fix signature_block_hdr struct fields order
2024-04-05 Marcel Ziswilerverdin-imx8mm/verdin-imx8mp: move imx verdins to OF_UPS...
2024-04-05 Ye Liarm: imx9: Call imx9_probe_mu for DM post in board_r
2024-04-05 Ye Liarm: imx9: Correct imx9_probe_mu prototype
next