platform/kernel/u-boot.git
2023-01-27 Frieder Schrempfdoc: sl-mx8mm: Update the NXP TF-A source reference
2023-01-27 Frieder Schrempfdoc: sl-mx8mm: Add note about using cross toolchain
2023-01-27 Frieder Schrempfdoc: sl-mx8mm: Mention OSM 1.1 support
2023-01-27 Heinrich Schuchardtcmd: fix mtest on 64 bit systems
2023-01-27 Tom RiniMerge tag 'dm-pull-26jan23' of https://source.denx...
2023-01-26 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-spi
2023-01-26 Simon Glassbinman: Fix a test-coverage regression
2023-01-26 Samuel Hollanddm: core: Use full printf() format when possible
2023-01-26 Samuel Hollandbinman: Add 'min-size' entry property
2023-01-26 Jonas Karlmanrockchip: Use atf as firmware and move u-boot to loadab...
2023-01-26 Jonas Karlmanbinman: Add support for selecting firmware to use with...
2023-01-26 Jonas Karlmanrockchip: Add sha256 hash to FIT images
2023-01-26 Jonas Karlmanbinman: Add special subnodes to the nodes generated...
2023-01-26 Jonas Karlmanrockchip: Align FIT image data to SD/MMC block length
2023-01-26 Jonas Karlmanbinman: Add support for align argument to mkimage tool
2023-01-26 Takahiro Kuwanomtd: spi-nor: Add support for Infineon s25fs256t
2023-01-26 Takahiro Kuwanomtd: spi-nor: Rename s25hx_t prefix
2023-01-26 Heinrich Schuchardtcmd: fix return code of 'sf erase'
2023-01-26 Heinrich Schuchardtcmd: simplify do_spi_flash()
2023-01-26 Heinrich Schuchardtcmd: fix return code of 'sf write' and 'sf read'
2023-01-26 Dhruva Golespi: cadence_qspi: use STIG mode for small reads
2023-01-26 Dhruva Golespi: cadence_qspi: setup ADDR Bits in cmd reads
2023-01-26 Takahiro Kuwanomtd: spi-nor-core: Make CFRx reg fields generic
2023-01-26 Takahiro Kuwanomtd: spi-nor-core: Consider reserved bits in CFR5 register
2023-01-26 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-26 Kunihiko Hayashispi: Add Socionext F_OSPI SPI flash controller driver
2023-01-26 Pengfei Fandrivers: spi: sh_qspi.c: Use log_warning() instead...
2023-01-26 Pengfei Fandrivers: spi: fix some typos
2023-01-26 Tony Dinharm: kirkwood: Use Kirkwood common early malloc area...
2023-01-26 Tony Dinhddr: marvell: a38x: Add support for DDR4 from Marvell...
2023-01-25 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-24 Tom RiniMerge branch '2023-01-24-bootstd-allow-migration-from...
2023-01-23 Simon Glassrockchip: Convert rockpro64-rk3399 to use standard...
2023-01-23 Simon Glassbootstd: Update documentation for new features
2023-01-23 Simon Glassbootstd: Add a little more logging of bootflows
2023-01-23 Simon Glassbootstd: Record the bootdevs used during scanning
2023-01-23 Simon Glassbootstd: Drop the old bootflow_scan_first()
2023-01-23 Simon Glassbootstd: Allow scanning a single bootdev label
2023-01-23 Simon Glassbootstd: Switch bootdev scanning to use labels
2023-01-23 Simon Glassbootstd: Add a hunter for the extension feature
2023-01-23 Simon Glassextension: Refactor to allow non-command usage
2023-01-23 Simon Glassbootstd: Allow iterating to the next bootdev priortiy
2023-01-23 Simon Glassbootstd: Allow iterating to the next label in a list
2023-01-23 Simon Glassbootstd: Allow hunting for a bootdev by label
2023-01-23 Simon Glassbootstd: Add a new pre-scan priority for bootdevs
2023-01-23 Simon Glassbootstd: Allow hunting for bootdevs of a given priority
2023-01-23 Simon Glassbootstd: Use hunters when scanning for bootflows
2023-01-23 Simon Glassbootstd: Treat DHCP and PXE as bootdev labels
2023-01-23 Simon Glassbootstd: Support reading a script from network or SPI...
2023-01-23 Simon Glassbootstd: Add a SPI flash bootdev
2023-01-23 Simon Glasssandbox: Allow SPI flash bootdevs to be disabled for...
2023-01-23 Simon Glassbootstd: Add a new bootmeth method to set the bootflow
2023-01-23 Simon Glassbootstd: Move label parsing into its own function
2023-01-23 Simon Glassbootstd: Update docs on bootmeth_try_file() for sandbox
2023-01-23 Simon Glassbootstd: Set the distro_bootpart env var with scripts
2023-01-23 Simon Glassbootstd: Support reading the device tree with EFI
2023-01-23 Simon Glassbootstd: Include the device tree in the bootflow
2023-01-23 Simon Glassbootstd: Allow reading an EFI file from the network
2023-01-23 Simon Glassbootstd: Rename bootdev checkers
2023-01-23 Simon Glassata: Don't try to use non-existent ports
2023-01-23 Simon Glassbootstd: Add a virtio bootdev
2023-01-23 Simon Glassvirtio: Add a block device
2023-01-23 Simon Glassvirtio: Avoid strange behaviour on removal
2023-01-23 Simon Glassvirtio: Fix returning -ENODEV
2023-01-23 Simon Glassvirtio: Avoid repeating a long expression
2023-01-23 Simon Glassbootstd: Add an NVMe bootdev
2023-01-23 Simon Glassbootstd: Add an IDE bootdev
2023-01-23 Simon Glassbootstd: Add a SCSI bootdev
2023-01-23 Simon Glassscsi: Remove all children of SCSI devices before rescanning
2023-01-23 Simon Glassscsi: Correct allocation of block-device name
2023-01-23 Simon Glassbootstd: Only scan bootable partitions
2023-01-23 Simon Glasspart: Add a function to find the first bootable partition
2023-01-23 Simon Glassbootstd: Add a hunter for ethernet
2023-01-23 Simon Glassnet: Add a function to run dhcp
2023-01-23 Simon Glassbootstd: Add an MMC hunter
2023-01-23 Simon Glassbootstd: Add a USB hunter
2023-01-23 Simon Glasstest: Add a generic function to skip delays
2023-01-23 Simon Glassdm: usb: Mark the device name as alloced when binding
2023-01-23 Simon Glassbootstd: Support running bootdev hunters
2023-01-23 Simon Glassbootstd: Add the concept of a bootdev hunter
2023-01-23 Simon Glassefi: Improve logging in efi_disk
2023-01-23 Simon Glassevent: Correct duplicate log message in event_notify()
2023-01-23 Simon Glasslib: Support printing an error string
2023-01-23 Simon Glasssandbox: Enable the Ethernet bootdev
2023-01-23 Simon Glasssandbox: Allow ethernet bootdevs to be disabled for...
2023-01-23 Simon Glasssandbox: Allow ethernet to be disabled at runtime
2023-01-23 Simon Glassbootstd: Add a default method to get bootflows
2023-01-23 Simon Glassdm: mmc: Use bootdev_setup_sibling_blk()
2023-01-23 Simon Glasside: Drop non-DM code for BLK
2023-01-23 Simon Glassdm: test: Correct ordering of DM setup
2023-01-23 Simon Glassdm: part: Update test to use mmc2
2023-01-23 Simon Glassvbe: sandbox: Drop VBE node in chosen
2023-01-23 Simon Glassvbe: Avoid a build failure when bloblist is not enabled
2023-01-23 Simon Glasssandbox: mmc: Start off with a zeroed file
2023-01-23 Simon Glasstest: Drop duplicate restore of DM state
2023-01-23 Simon Glasstest: Fix the help for the ut command
2023-01-23 Simon Glassbootstd: Simplify locating existing bootdevs
2023-01-23 Simon Glassbootstd: Remove special-case code for boot_targets
2023-01-23 Simon Glasslib: Add a function to split a string into substrings
2023-01-23 Simon Glassdm: test: Correct assertion in dm_test_part()
next