u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-23 04:57:35 to 2022-09-26 06:54:40 UTC [more...]

[PATCH 00/45] vbe: Implement the full firmware flow
 2022-09-26  6:54 UTC  (53+ messages)
` [PATCH 01/45] Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
` [PATCH 02/45] disk: Drop debug messages in part_efi
` [PATCH 03/45] bloblist: Drop debugging
` [PATCH 04/45] rsa: Avoid warning in padding_pss_verify()
` [PATCH 05/45] spl: Use binman suffix allow symbols of any SPL etype
` [PATCH 06/45] spl: Split up the board_init_r() function
` [PATCH 07/45] spl: Refactor controls for console output
` [PATCH 08/45] spl: Add a separate silence option for SPL
` [PATCH 09/45] CI: Install pyelftools for builds
` [PATCH 10/45] binman: Allow obtaining a symbol value
` [PATCH 11/45] binman: Split out looking up a symbol into a function
` [PATCH 12/45] binman: Handle writing ELF symbols in the Entry class
` [PATCH 13/45] binman: Support writing symbols into ELF files
` [PATCH 14/45] dm: blk: Add udevice functions
` [PATCH 15/45] dm: usb: Update the test to cover reading and writing
` [PATCH 16/45] dm: blk: mmc: Tidy up some Makefile rules for SPL
` [PATCH 17/45] dm: mmc: Allow sandbox emulator to build without writes
` [PATCH 18/45] sandbox: Drop message about writing sandbox state
` [PATCH 19/45] sandbox: Generalise SPL booting
` [PATCH 20/45] sandbox: Add a way to specify the sandbox executable
` [PATCH 21/45] bootstd: Add a way to set up a bootflow
` [PATCH 22/45] image: Move comment for fit_conf_find_compat()
` [PATCH 23/45] test: Report skippped tests
` [PATCH 24/45] test: Update tests to use the skip feature
` [PATCH 25/45] test: Support tests which can only be run manually
` [PATCH 26/45] image: Add the concept of a phase to FIT
` [PATCH 27/45] image: Allow loading a FIT config for a particular phase
` [PATCH 28/45] image: Correct strncpy() warning with image_set_name()
` [PATCH 29/45] vbe: Rename vbe_fixup to vbe_request
` [PATCH 30/45] vbe: Use a warning for a failed requests
` [PATCH 31/45] spl: Allow multiple loaders of the same type
` [PATCH 32/45] sandbox: Support obtaining the next phase from an image
` [PATCH 33/45] vbe: Support selecting operations by SPL phase
` [PATCH 34/45] vbe: Support reading the next SPL phase via VBE
` [PATCH 35/45] vbe: Move OS implementation into a separate file
` [PATCH 36/45] vbe: Drop the U-Boot prefix from the version
` [PATCH 37/45] vbe: Add Kconfig options for VPL
` [PATCH 38/45] vbe: Add info about the VBE device to the fwupd node
` [PATCH 39/45] sandbox: Add a binman image for VPL
` [PATCH 40/45] vbe: Correct pylint warnings in test_vbe
` [PATCH 41/45] vbe: Use a manual test
` [PATCH 42/45] vbe: Record which phases loaded using VBE
` [PATCH 43/45] vbe: Add docs and a test for the VBE command
` [PATCH 44/45] vbe: Add a subcommand to show the VBE state
` [PATCH 45/45] vbe: Add a test for the VBE flow into U-Boot proper

[PATCH v2 0/8] Use logging feature instead of FPGA_DEBUG
 2022-09-26  6:14 UTC  (7+ messages)
` [PATCH v2 1/8] dm: fpga: Introduce new uclass

[PATCH v2] liteeth: LiteX Ethernet device
 2022-09-26  6:05 UTC 

[PATCH 0/2] efi_loader: provide media ID
 2022-09-26  6:06 UTC  (7+ messages)
` [PATCH 2/2] efi_loader: fill media_id from block device descriptor

[PATCH 1/1] usb: request only 8 bytes for USB_SPEED_FULL bMaxPacketSize0 discovery
 2022-09-26  5:42 UTC  (3+ messages)

[PATCH v2 1/1] usb: storage: continue probe on "Invalid device"
 2022-09-26  5:07 UTC  (2+ messages)

[PATCH] configs: rockchip: Drop TPL_MAX_SIZE definition
 2022-09-26  3:55 UTC  (3+ messages)

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-26  2:59 UTC  (13+ messages)
` [PATCH v10 02/15] FWU: Add FWU metadata structure and driver for accessing metadata
` [PATCH v10 03/15] FWU: Add FWU metadata access driver for GPT partitioned block devices
` [PATCH v10 06/15] FWU: Add helper functions for accessing FWU metadata
` [PATCH v10 09/15] FWU: Add boot time checks as highlighted by the FWU specification
` [PATCH v10 10/15] FWU: Add support for the FWU Multi Bank Update feature

[PULL] u-boot-usb/master
 2022-09-26  1:39 UTC 

Please pull u-boot-dm/next
 2022-09-26  1:10 UTC  (2+ messages)

[PATCH] Fix out of bound access of ep array
 2022-09-25 23:50 UTC  (2+ messages)

[PATCH] usb: common: Detect USB storage media with "miscellaneous" USB devices
 2022-09-25 23:45 UTC  (2+ messages)

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-09-25 16:38 UTC  (36+ messages)
                ` [PATCH v4 00/21] "
                  ` [PATCH v4 01/21] dm: pci: Fix doc typo first -> next
                  ` [PATCH v4 02/21] dm: core: Add note about device_probe idempotence
                  ` [PATCH v4 03/21] dm: core: Document return value of device bind functions
                  ` [PATCH v4 04/21] dm: blk: Add probe in blk_first_device/blk_next_device
                  ` [PATCH v4 05/21] dm: core: Fix uclass_probe_all to really probe all devices
                  ` [PATCH v4 06/21] dm: treewide: Do not opencode uclass_probe_all()
                  ` [PATCH v4 07/21] dm: pci: Fix device PCI iteration
                  ` [PATCH v4 08/21] bootstd: Fix listing boot devices
                  ` [PATCH v4 09/21] usb: ether: Fix error handling in usb_ether_init
                  ` [PATCH v4 10/21] stdio: Fix class iteration in stdio_add_devices()
                  ` [PATCH v4 11/21] video: ipuv3: Fix error handling when getting the display
                  ` [PATCH v4 12/21] w1: Fix bus counting in w1_get_bus
                  ` [PATCH v4 13/21] w1: Clean up device iteration in w1_bus_find_dev
                  ` [PATCH v4 14/21] dma: Eliminate unused variable in dma_get_cfg()
                  ` [PATCH v4 15/21] cmd: List all uclass devices regardless of probe error
                  ` [PATCH v4 16/21] dm: treewide: Use uclass_first_device_err when accessing one device
                  ` [PATCH v4 17/21] dm: treewide: Use uclass_next_device_err when accessing second device
                  ` [PATCH v4 18/21] dm: blk: Do not use uclass_next_device_err
                  ` [PATCH v4 19/21] dm: treewide: Do not use the return value of simple uclass iterator
                  ` [PATCH v4 20/21] dm: core: Switch uclass_*_device_err to use uclass_*_device_check
                    ` [PATCH] fixup: "
                  ` [PATCH v4 21/21] dm: core: Do not stop uclass iteration on error

[PATCH] ARM: socfpga: Ensure FPGA in user mode before enabling the bridges
 2022-09-25 14:46 UTC 

[PATCH] configs: socfpga: Add CONFIG_NET_RANDOM_ETHADDR=y to SOCFPGA defconfig
 2022-09-25 14:37 UTC 

[PATCH 00/10] bootstage: Migrate from timer_get_boot_us() to timer_get_us()
 2022-09-25 14:15 UTC  (15+ messages)
` [PATCH 01/10] arm: arch_timer: Add timer_early functions
` [PATCH 02/10] arm: imx: syscounter: "
` [PATCH 03/10] arm: armv8: generic_timer: "
` [PATCH 04/10] timer: cadence-ttc: "
` [PATCH 06/10] timer: rockchip_timer: "
` [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER
` [PATCH 10/10] bootstage/timer: Treewide remove timer_get_boot_us()

[PATCH v3 1/2] dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL
 2022-09-25 14:15 UTC  (2+ messages)
` [PATCH v3 1/2] dm: fix probing of all devices that have u-boot,dm-pre-reloc "

[PATCH] power: fan53555: Fix missing newline in error message
 2022-09-25 13:43 UTC 

[PATCH] dm: doc: Fix serial howto u-boot,dm-pre-reloc typo
 2022-09-25 13:31 UTC  (2+ messages)

[PATCH 1/2] sandbox: Initialize sysreset before relocation
 2022-09-25 13:27 UTC  (2+ messages)
` [PATCH 2/2] common: board_f: Print information for all sysresets

[PATCH 1/4] ARM: imx8m: Deduplicate CAAM init with arch_misc_init() call
 2022-09-24 21:54 UTC  (11+ messages)
` [PATCH 4/4] ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support

[PATCH] gpio: turris_omnia_mcu: Fix registering gpios
 2022-09-24 18:01 UTC  (3+ messages)

[PATCH v3 0/6] console: Implement flush() function
 2022-09-24 18:00 UTC  (14+ messages)
` [PATCH v3 1/6] sandbox: Add function os_flush()

[PATCH 1/1] efi_selftest: prefix test functions with efi_st_
 2022-09-24 18:00 UTC  (2+ messages)

[PATCH v2 1/2] usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT
 2022-09-24 17:04 UTC  (4+ messages)

[PATCH] cmd: fdt: Add support for reading stringlist property values
 2022-09-24 14:01 UTC  (12+ messages)

[PATCH] rtc: Add fallbacks for dm functions
 2022-09-24 14:01 UTC  (2+ messages)

[PATCH v3 0/3] rockpi4: Add capsule update support
 2022-09-24  8:13 UTC  (7+ messages)
` [PATCH v3 1/3] rockchip: capsule: Add functions for supporting capsule updates
` [PATCH v3 2/3] rockpi4: board: Add firmware image information for "
` [PATCH v3 3/3] rockpi4: capsule: Enable UEFI capsule update on RockPi4 boards

[PATCH v3 1/5] rockchip: rk3128-cru: sync the clock dt-binding header from Linux
 2022-09-24  8:07 UTC  (2+ messages)

[PATCH] rockchip: enable fdt overlays for ROCK Pi 4 series
 2022-09-24  8:07 UTC  (2+ messages)

[PATCH] rockchip: px30: support debug uart on UART0
 2022-09-24  8:07 UTC  (2+ messages)

[PATCH] ram: rockchip: fix typo in KConfig option label
 2022-09-24  8:06 UTC  (2+ messages)

[PATCH 0/7] add support for Theobroma Systems PX30-µQ7 (Ringneck) with Haikou devkit
 2022-09-24  8:05 UTC  (15+ messages)
` [PATCH 1/7] rockchip: px30: fix CONFIG_IRAM_BASE
` [PATCH 2/7] rockchip: px30: list possible SPL boot devices
` [PATCH 3/7] rockchip: px30: insert u-boot, spl-boot-device into U-Boot device tree
  ` [PATCH 3/7] rockchip: px30: insert u-boot,spl-boot-device "
` [PATCH 4/7] arm64: dts: rockchip: sync px30 with linux-next
` [PATCH 5/7] include/dt-bindings: Sync linux-event-codes with Linux kernel
` [PATCH 6/7] Input: add `SW_BOOT_ALT`
` [PATCH 7/7] rockchip: add support for PX30 Ringneck SoM on Haikou Devkit

[PATCH] board_f: show_dram_config: Print also real DRAM size
 2022-09-23 22:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] display_options: print_size: Fix order overflow
 2022-09-23 22:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/9] Support for 4 GB DDR modules for 32-bit U-Boot builds
 2022-09-23 22:48 UTC  (3+ messages)
` [PATCH 1/9] common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_MEM_MAPPED

[PATCH] mmc: fsl_esdhc: fix problem when using clk driver
 2022-09-23 22:29 UTC 

[PATCH] configs: evb-px30_defconfig: Drop TPL_MAX_SIZE definition
 2022-09-23 21:01 UTC  (5+ messages)

[PATCH v3 00/32] Add support for MediaTek MT7981/MT7986 SoCs - v3
 2022-09-23 19:10 UTC  (2+ messages)

PX30 TPL max size
 2022-09-23 17:56 UTC  (4+ messages)

[PATCH] arm64: ls104x: Enable eDMA snooping
 2022-09-23 16:05 UTC 

[PATCH 1/2] board: verdin-imx8mm: add call to ft_common_board_setup
 2022-09-23 14:09 UTC  (4+ messages)
` [PATCH 2/2] board: verdin-imx8mp: "

Pull request: u-boot-imx u-boot-imx-20220919
 2022-09-23 12:46 UTC  (2+ messages)

[PATCH] ARM: dts: stm32mp15: update DDR node
 2022-09-23 12:35 UTC  (3+ messages)

[PATCH] configs: stm32mp1: cleanup config file
 2022-09-23 12:33 UTC  (3+ messages)

[PATCH 0/4] arm: stm32mp: adapt the command stm32key for STM32MP13x
 2022-09-23 12:32 UTC  (2+ messages)

[PATCH v2 1/3] net: emaclite: fix broken build
 2022-09-23 12:31 UTC  (3+ messages)
` [PATCH v2 2/3] net: emaclite: fix xemaclite_alignedread/write functions
` [PATCH v2 3/3] net: emaclite: fix handling for IP packets with specific lengths

[PATCH] board: st: stm32mp1: use of correct compatible string to add partitions
 2022-09-23 12:27 UTC  (3+ messages)

[PATCH] stm32mp: stm32prog: improve the partitioning trace
 2022-09-23 12:26 UTC  (3+ messages)
  ` [Uboot-stm32] "

[PATCH] ARM: dts: stm32mp: alignment with v6.0-rc3
 2022-09-23 12:24 UTC  (4+ messages)
    ` [Uboot-stm32] "

ASIX AX88179A USB Ethernet dongle
 2022-09-23  7:23 UTC 

[PATCH 1/4] stm32mp: stm32prog: support empty flashlayout
 2022-09-23 12:01 UTC  (2+ messages)

[PATCH] doc: Add documentation for CZ.NIC Turris routers
 2022-09-23 11:36 UTC 

[PATCH] ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards
 2022-09-23 11:20 UTC 

net: emaclite: Fixes, enable driver for other archs
 2022-09-23  9:36 UTC  (13+ messages)
` [PATCH 1/3] net: emaclite: fix broken build
` [PATCH 2/3] net: emaclite: fix xemaclite_alignedread/write functions

[PATCH] arm: amlogic: add setbrg op to serial device
 2022-09-23  8:26 UTC  (6+ messages)

[PATCH v5 0/3] Add riscv semihosting support in u-boot
 2022-09-23  7:03 UTC  (4+ messages)
` [PATCH v5 1/3] lib: Add common semihosting library
` [PATCH v5 2/3] arch/riscv: add semihosting support for RISC-V
` [PATCH v5 3/3] board: qemu-riscv: enable semihosting

[PATCH] ARM: dts: stm32: Remove buck3 regulator-always-on on AV96
 2022-09-23  6:13 UTC  (2+ messages)

[PATCH v4] tee: optee: rework TA bus scanning code
 2022-09-23  5:46 UTC  (4+ messages)

[PATCH v4 0/3] Add riscv semihosting support in u-boot
 2022-09-23  4:57 UTC  (4+ messages)
` [PATCH v4 2/3] arch/riscv: add semihosting support for RISC-V


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).