u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-06 16:53:03 to 2023-01-08 03:18:53 UTC [more...]

[PATCH v2 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2023-01-08  2:50 UTC  (71+ messages)
` [PATCH v2 01/71] dm: core: Correct ordering of uclasses IDs
` [PATCH v2 02/71] dm: core: Support sorting devices with dm tree
` [PATCH v2 03/71] dm: test: Correct assertion in dm_test_part()
` [PATCH v2 04/71] lib: Add a function to split a string into substrings
` [PATCH v2 05/71] bootstd: Remove special-case code for boot_targets
` [PATCH v2 06/71] bootstd: Simplify locating existing bootdevs
` [PATCH v2 07/71] test: Fix the help for the ut command
` [PATCH v2 08/71] test: Drop duplicate restore of DM state
` [PATCH v2 09/71] sandbox: mmc: Start off with a zeroed file
` [PATCH v2 10/71] vbe: Avoid a build failure when bloblist is not enabled
` [PATCH v2 11/71] vbe: sandbox: Drop VBE node in chosen
` [PATCH v2 12/71] dm: part: Update test to use mmc2
` [PATCH v2 13/71] dm: test: Correct ordering of DM setup
` [PATCH v2 14/71] ide: Drop non-DM code for BLK
` [PATCH v2 15/71] dm: mmc: Use bootdev_setup_sibling_blk()
` [PATCH v2 16/71] bootstd: Add a default method to get bootflows
` [PATCH v2 17/71] sandbox: Allow ethernet to be disabled at runtime
` [PATCH v2 18/71] sandbox: Allow ethernet bootdevs to be disabled for tests
` [PATCH v2 19/71] sandbox: Enable the Ethernet bootdev
` [PATCH v2 20/71] lib: Support printing an error string
` [PATCH v2 21/71] event: Correct duplicate log message in event_notify()
` [PATCH v2 22/71] efi: Improve logging in efi_disk
` [PATCH v2 23/71] bootstd: Add the concept of a bootdev hunter
` [PATCH v2 24/71] bootstd: Support running bootdev hunters
` [PATCH v2 25/71] dm: usb: Drop some dead code
` [PATCH v2 26/71] dm: usb: Mark the device name as alloced when binding
` [PATCH v2 27/71] test: Add a generic function to skip delays
` [PATCH v2 28/71] bootstd: Add a USB hunter
` [PATCH v2 29/71] bootstd: Add an MMC hunter
` [PATCH v2 30/71] net: Add a function to run dhcp
` [PATCH v2 31/71] bootstd: Add a hunter for ethernet
` [PATCH v2 32/71] part: Add a function to find the first bootable partition
` [PATCH v2 33/71] bootstd: Only scan bootable partitions
` [PATCH v2 34/71] scsi: Correct allocation of block-device name
` [PATCH v2 35/71] scsi: Remove all children of SCSI devices before rescanning
` [PATCH v2 36/71] bootstd: Add a SCSI bootdev
` [PATCH v2 37/71] bootstd: Add an IDE bootdev
` [PATCH v2 38/71] bootstd: Add an NVMe bootdev
` [PATCH v2 39/71] virtio: Avoid repeating a long expression
` [PATCH v2 40/71] virtio: Fix returning -ENODEV
` [PATCH v2 41/71] virtio: Avoid strange behaviour on removal
` [PATCH v2 42/71] virtio: Add a block device
` [PATCH v2 43/71] bootstd: Add a virtio bootdev
` [PATCH v2 44/71] ata: Don't try to use non-existent ports
` [PATCH v2 45/71] bootstd: Rename bootdev checkers
` [PATCH v2 46/71] bootstd: Allow reading an EFI file from the network
` [PATCH v2 47/71] bootstd: Include the device tree in the bootflow
` [PATCH v2 48/71] bootstd: Support reading the device tree with EFI
` [PATCH v2 49/71] bootstd: Set the distro_bootpart env var with scripts
` [PATCH v2 50/71] bootstd: Update docs on bootmeth_try_file() for sandbox
` [PATCH v2 51/71] bootstd: Move label parsing into its own function
` [PATCH v2 52/71] bootstd: Add a new bootmeth method to set the bootflow
` [PATCH v2 53/71] sandbox: Allow SPI flash bootdevs to be disabled for tests
` [PATCH v2 54/71] bootstd: Add a SPI flash bootdev
` [PATCH v2 55/71] bootstd: Support reading a script from network or SPI flash
` [PATCH v2 56/71] bootstd: Treat DHCP and PXE as bootdev labels
` [PATCH v2 57/71] bootstd: Use hunters when scanning for bootflows
` [PATCH v2 58/71] bootstd: Allow hunting for bootdevs of a given priority
` [PATCH v2 59/71] bootstd: Add a new pre-scan priority for bootdevs
` [PATCH v2 60/71] bootstd: Allow hunting for a bootdev by label
` [PATCH v2 61/71] bootstd: Allow iterating to the next label in a list
` [PATCH v2 63/71] extension: Refactor to allow non-command usage
` [PATCH v2 64/71] bootstd: Add a hunter for the extension feature
` [PATCH v2 65/71] bootstd: Switch bootdev scanning to use labels
` [PATCH v2 66/71] bootstd: Allow scanning a single bootdev label
` [PATCH v2 67/71] bootstd: Drop the old bootflow_scan_first()
` [PATCH v2 68/71] bootstd: Record the bootdevs used during scanning
` [PATCH v2 69/71] bootstd: Add a little more logging of bootflows
` [PATCH v2 70/71] bootstd: Update documentation for new features
` [PATCH v2 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot

[PATCH v2 03/14] tpm: Add a proper Kconfig option for crc8 in SPL
 2023-01-08  2:40 UTC  (3+ messages)
` [PATCH v2 13/14] rockchip: Enable bootstage on rockpro64

[PATCH 14/14] Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
 2023-01-08  2:39 UTC  (9+ messages)
` [PATCH 00/14] fdt: Improvements for fdt and tracing
  ` [PATCH 11/14] trace: Update trace-format generator for newer version
  ` [PATCH 10/14] trace: Adjust flags in proftool
  ` [PATCH 09/14] mkimage: Add a few more messages for FIT failures
  ` [PATCH 08/14] trace: Move trace pointer to data section
  ` [PATCH 02/14] arm: Support trace on armv8
  ` [PATCH 01/14] trace: Use notrace for short

[PATCH 1/1] doc: building documentation
 2023-01-08  2:37 UTC  (12+ messages)

[u-boot][master][PATCH 1/3] pico-imx7d: add support for 2GB memory SoMs
 2023-01-07 18:40 UTC  (6+ messages)

[PATCH] efi_loader: fix description of memory functions
 2023-01-08  0:00 UTC 

[PATCH 1/1] doc: fix description of u16_strcasecmp()
 2023-01-07 23:25 UTC 

[PATCH] pylibfdt: Allow version normalization to fail
 2023-01-07 23:04 UTC 

[PATCH] board: sifive: unmatched: enable booting on a second NVME device
 2023-01-07 23:02 UTC  (2+ messages)

Pull request efi-2023-01-rc5-4
 2023-01-07 23:01 UTC  (2+ messages)

[PATCH v3 00/25] bootstd: Add a boot menu
 2023-01-07 22:54 UTC  (10+ messages)
` [PATCH v3 02/25] cli: Move readline character-processing to a state machine
` [PATCH v3 03/25] bootmenu: Add a few comments

[PATCH v4 0/9] Add video damage tracking
 2023-01-07 22:40 UTC  (17+ messages)
` [PATCH v4 1/9] dm: video: Add damage tracking API
` [PATCH v4 2/9] dm: video: Add damage notification on display clear
` [PATCH v4 3/9] vidconsole: Add damage notifications to all vidconsole drivers
` [PATCH v4 4/9] video: Add damage notification on bmp display
` [PATCH v4 7/9] video: Use VIDEO_DAMAGE for VIDEO_COPY
` [PATCH v4 8/9] video: Always compile cache flushing code
` [PATCH v4 9/9] video: Enable VIDEO_DAMAGE for drivers that need it

[PATCH v8 00/13] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-07 21:58 UTC  (16+ messages)
` [PATCH v8 06/13] binman: Support new op-tee binary format
` [PATCH v8 09/13] rockchip: Use multiple-images for rk3399

[PATCH] Revert "common/memsize.c: Fix get_effective_memsize() to check for overflow"
 2023-01-07 21:58 UTC  (16+ messages)

[PATCH] common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xx
 2023-01-07 21:55 UTC 

Broken powerpc compilation since commit 141659187667 ("pylibfdt: Fix disable version normalization")
 2023-01-07 21:51 UTC  (9+ messages)

[PATCH v9 00/14] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2023-01-07 21:07 UTC  (15+ messages)
` [PATCH v9 01/14] binman: Allow writing section contents to a file
` [PATCH v9 02/14] binman: Tidy up comment in fit _gen_node
` [PATCH v9 03/14] binman: Update entry docs
` [PATCH v9 04/14] binman: Use a reference for binman symbols docs
` [PATCH v9 05/14] binman: Support optional entries
` [PATCH v9 06/14] binman: Add a way to check for a valid ELF file
` [PATCH v9 07/14] binman: Support new op-tee binary format
` [PATCH v9 08/14] binman: Support optional external blobs
` [PATCH v9 09/14] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v9 10/14] rockchip: Use multiple-images for rk3399
` [PATCH v9 11/14] rockchip: Support building the all output files in binman
` [PATCH v9 12/14] rockchip: Convert all boards to use binman
` [PATCH v9 13/14] rockchip: Drop the FIT generator script
` [PATCH v9 14/14] treewide: Disable USE_SPL_FIT_GENERATOR by default

Pull request for u-boot-nand-20230104
 2023-01-07 18:46 UTC  (8+ messages)

[PATCH v2 1/2] lib: zstd: update to latest Linux zstd 1.5.2
 2023-01-07 17:38 UTC  (6+ messages)

[regression] 2023.01 breaks u-boot-initial-env for aarch64
 2023-01-07 17:29 UTC  (6+ messages)

[PATCH v3] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-07 16:48 UTC 

[PATCH v2] usb: gadget: fastboot: detach usb just before rebooting
 2023-01-07 16:45 UTC  (7+ messages)

Is it possiable to run dm test in local u-boot console?
 2023-01-07 15:52 UTC  (2+ messages)

Applying DTB Overlays from ATF on RZ/G2
 2023-01-07 12:01 UTC  (6+ messages)

[PULL next] u-boot-at91-2023.04-a
 2023-01-07  2:04 UTC  (2+ messages)

[PATCH] net: ipv6: Fix IPv6 netmask parsing
 2023-01-06 22:22 UTC 

[PATCH v3 0/7] Add video damage tracking
 2023-01-07  0:13 UTC  (5+ messages)
` [PATCH v3 6/7] video: Only dcache flush damaged lines

[PATCH v2] cmd: mmc: Expand bkops handling
 2023-01-07  0:13 UTC  (2+ messages)

[PATCH u-boot 2/2] Makefile: Build working u-boot-dtb.bin target also for mpc85xx
 2023-01-07  0:13 UTC  (12+ messages)

[PATCH] common: bouncebuf: Use dma-mapping for cache ops
 2023-01-07  0:13 UTC  (2+ messages)

[PATCH v2 0/3] efi_loader: consider EFI memory map
 2023-01-06 23:22 UTC  (5+ messages)
` [PATCH v2 2/3] efi_loader: carve out efi_get_memory_map_alloc()
` [PATCH v2 3/3] lmb: consider EFI memory map

linksys wrt1900acs v2 boot problem
 2023-01-06 23:06 UTC  (3+ messages)

kwboot : bug when board stops acking
 2023-01-06 21:53 UTC  (3+ messages)

[PATCH 0/4] Enable gigadevice and add new part #s
 2023-01-06 19:53 UTC  (7+ messages)

[PATCH v2] ARM: omap3: evm: Name this directory omap3evm
 2023-01-06 19:05 UTC 

[PATCH] ARM: omap3: evm: Name this directory omap3
 2023-01-06 18:29 UTC  (4+ messages)

Netgear RN102 U-Boot Nand Driver Modification
 2023-01-06 17:46 UTC  (2+ messages)

[PATCH] arm: stm32mp: Fix board_get_usable_ram_top() again
 2023-01-06 16:56 UTC  (2+ messages)

[PULL] Pull request for u-boot master / v2023.01 = u-boot-stm32-20230106
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] arm: rmobile: rzg2_beacon: Enable alternative Ethernet PHY
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] arm: dts: rz-g2-beacon-u-boot: Fix QSPI Regression
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] pylibfdt: Fix disable version normalization
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] rockchip: Fix the broken Video out for rk3288 boards
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH] imx7d-pico: Fix the name of the u-boot.dtsi file
 2023-01-06 16:52 UTC  (2+ messages)

[PATCH 10/14] trace: Adjust flags in proftool
 2022-12-21 23:08 UTC 

[PATCH 09/14] mkimage: Add a few more messages for FIT failures
 2022-12-21 23:08 UTC 

[PATCH 11/14] trace: Update trace-format generator for newer version
 2022-12-21 23:08 UTC 

[PATCH 08/14] trace: Move trace pointer to data section
 2022-12-21 23:08 UTC 

[PATCH 01/14] trace: Use notrace for short
 2022-12-21 23:08 UTC 

[PATCH 02/14] arm: Support trace on armv8
 2022-12-21 23:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).