]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
2023-08-29 Sughosh Ganubinman: bintool: Build a tool from a list of commands
2023-08-26 Tom RiniMerge branch '2023-08-26-bootstd-chromeos-impreovements...
2023-08-26 Tom RiniCI: Move to latest Ubuntu "Jammy" tag
2023-08-26 Tom RiniCI: Update to gcc-13.2.0
2023-08-26 Simon GlassCI: Add ChromiumOS utilities
2023-08-26 Simon Glassbootstd: cros: Allow detection of any kernel partition
2023-08-25 Simon Glassuuid: Add ChromiumOS partition types
2023-08-25 Simon Glassbootstd: Support bootmeths which can scan any partition
2023-08-25 Simon Glasspart: Add a fallback for part_get_bootable()
2023-08-25 Simon Glassbootstd: Add a test for bootmeth_cros
2023-08-25 Simon Glassbootstd: test: Allow binding and using any mmc device
2023-08-25 Simon Glassbootflow: Show an empty filename when there is none
2023-08-25 Simon Glasstest: Move 1MB.fat32.img and 2MB.ext2.img
2023-08-25 Simon Glasssandbox: Add a way to access persistent test files
2023-08-25 Simon Glassuuid: Move function comments to header file
2023-08-25 Simon Glassdm: core: Correct error handling when event fails
2023-08-25 Simon Glasspart: efi: Add debugging for the signature check
2023-08-25 Simon Glasspart: Add an accessor for struct disk_partition sys_ind
2023-08-25 Simon Glasspart: Add accessors for struct disk_partition type_uuid
2023-08-25 Simon Glasspart: Add accessors for struct disk_partition uuid
2023-08-25 Simon Glasspart: Add comments for static functions
2023-08-25 Simon Glasspart: nac: Use desc instead of dev_desc
2023-08-25 Simon Glasspart: iso: Use desc instead of dev_desc
2023-08-25 Simon Glasspart: efi: Use desc instead of dev_desc
2023-08-25 Simon Glasspart: dos: Use desc instead of dev_desc
2023-08-25 Simon Glasspart: amiga: Use desc instead of dev_desc
2023-08-25 Simon Glasspart: Use desc instead of dev_desc
2023-08-25 Tom RiniMerge branch '2023-08-25-add-persistent-config-editor...
2023-08-25 Simon Glassexpo: doc: Update documentation for persistent settings
2023-08-25 Simon Glassexpo: cedit: Support reading settings from CMOS RAM
2023-08-25 Simon Glassexpo: cedit: Support writing settings to CMOS RAM
2023-08-25 Simon Glassexpo: cedit: Support reading settings from environment...
2023-08-25 Simon Glassexpo: cedit: Support writing settings to environment...
2023-08-25 Simon Glassexpo: cedit: Support reading settings from a file
2023-08-25 Simon Glassexpo: cedit: Support writing settings to a file
2023-08-25 Simon Glassexpo: Export scene_menuitem_find() for use in internal...
2023-08-25 Simon Glassdoc: Expand documentation for the cedit command
2023-08-25 Simon Glassexpo: Move cedit theme under bootstd
2023-08-25 Simon Glassexpo: Add documentation for the configuration editor
2023-08-25 Simon Glassexpo: Tidy up the expo.py tool and usage
2023-08-25 Simon Glassexpo: Add a function to prepare a cedit
2023-08-25 Simon Glassexpo: Move cedit test into its own file and tidy
2023-08-25 Simon Glassexpo: Split out cedit into its own header
2023-08-25 Simon Glassexpo: Refactor menu_build() to return the object created
2023-08-25 Simon Glassexpo: Provide a way to iterate through all scene objects
2023-08-25 Simon Glassabuf: Allow incrementing the size
2023-08-25 Simon Glassexpo: Make scene_obj_find() take a const scene
2023-08-24 Tom RiniMerge branch '2023-08-24-enable-more-features-in-qemu...
2023-08-24 Alper Nebi... doc: qemu: arm: Add a section on booting Linux distros
2023-08-24 Alper Nebi... arm: qemu: Enable usb keyboard as an input device
2023-08-24 Alper Nebi... arm: qemu: Enable PRE_CONSOLE_BUFFER
2023-08-24 Alper Nebi... arm: qemu: Enable Bochs video support
2023-08-24 Tom RiniMerge branch '2023-08-24-further-ufs-updates' into...
2023-08-24 Marek Vasutufs: Implement cache management
2023-08-24 Marek Vasutufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
2023-08-24 Marek Vasutufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
2023-08-24 Marek Vasutufs: Handle UFS 3.0 controllers
2023-08-24 Marek Vasutufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
2023-08-24 Marek Vasutufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
2023-08-24 Marek Vasutufs: Convert quirks to BIT() macro
2023-08-23 Tom RiniMerge branch '2023-08-22-assorted-code-cleanups' into...
2023-08-22 Siddharth Vadapallinet: Fix the displayed value of bytes transferred
2023-08-22 Marek Vasutscsi: Add buffer_aligned check pass-through
2023-08-22 Marek Vasutblk: Add bounce buffer support to read/write operations
2023-08-22 Marek Vasutdisk: dos: Infer MBR partition sector size from underly...
2023-08-22 Marek Vasutcommon: bouncebuf: Add missing cast to dma_addr_t
2023-08-22 Marek Vasutdisk: Make blk_get_ops() internal to blk uclass
2023-08-22 Marek Vasutdisk: Move part_create_block_devices() to blk uclass
2023-08-22 Marek Vasutdisk: Switch part_blk_*() functions to disk_blk_*()
2023-08-22 Marek Vasutdisk: Extend disk_blk_part_validate() with range checking
2023-08-22 Marek Vasutdisk: Handle partition to block device offset conversion
2023-08-22 Marek Vasutdisk: Simplify disk_blk_{write, erase}() using blk_...
2023-08-22 Marek Vasutdisk: Simplify disk_blk_read() using blk_read()
2023-08-22 Marek Vasutdisk: Drop always true conditional check
2023-08-22 Marek Vasuttest: acpi: Handle both 32bit and 64bit ACPI tables
2023-08-22 Marek Vasuttest: Fix the help for the ut command
2023-08-21 Tom RiniMerge tag 'v2023.10-rc3' into next
2023-08-21 Tom RiniPrepare v2023.10-rc3
2023-08-21 Tom RiniMerge tag 'dm-pull-20aug23' of https://source.denx...
2023-08-20 Marek Vasuttest: cpu: Handle both 32bit and 64bit CPUs
2023-08-20 Marek Vasutconfigs: sandbox64: Enable PCI register multi-entry...
2023-08-20 Marek Vasutconfigs: sandbox64: Enable clock CCF driver
2023-08-20 Marek Vasutconfigs: sandbox64: Enable video 12x22 font support
2023-08-20 Marek Vasutconfigs: sandbox64: Enable video 16bpp and 24bpp support
2023-08-20 Marek Vasutconfigs: sandbox64: Enable PINCTRL_SINGLE driver
2023-08-20 Marek Vasuttest: dm: pinmux: Handle %pa in pinctrl-single mux...
2023-08-20 Marek Vasutconfigs: sandbox64: Enable BUTTON_ADC driver
2023-08-20 Marek Vasutconfigs: sandbox64: Enable MC34708 driver
2023-08-20 Marek Vasutconfigs: sandbox64: Increase console record size to...
2023-08-20 Marek Vasutconfigs: sandbox64: Enable SF bootdev
2023-08-20 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-08-19 Paul Barkerarm: rmobile: Fix off-by-one error in cpuinfo
2023-08-19 Tom RiniMerge tag 'doc-2023-10-rc3-2' of https://source.denx...
2023-08-19 Fabio Estevamdoc: csf_examples: csf.sh: Remove unneeded export ATF_L...
2023-08-19 Paul Barkerirq: Fix typo in header comment
2023-08-19 Paul Barkerclk: Fix typo in header comment
2023-08-19 Siddharth Vadapallidoc: printf() codes: Fix format specifier for unsigned int
2023-08-19 Puhan Zhoudocs: fix wrong usage of proftool
2023-08-19 Heinrich Schuchardtspl: don't assume NVMe partition 1 exists
2023-08-19 Simon Glassfs/erofs: Quieten test for filesystem presence
next