u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 13:31:04 to 2022-09-25 15:07:58 UTC [more...]

[PATCH 00/45] vbe: Implement the full firmware flow
 2022-09-25 15:02 UTC  (26+ messages)
` [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 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 25/45] test: Support tests which can only be run manually
` [PATCH 26/45] image: Add the concept of a phase to FIT
` [PATCH 30/45] vbe: Use a warning for a failed requests
` [PATCH 31/45] spl: Allow multiple loaders of the same type

[PATCH v3] dm: core: Do not stop uclass iteration on error
 2022-09-25 14:15 UTC  (35+ 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 v2 0/8] Use logging feature instead of FPGA_DEBUG
 2022-09-25 14:15 UTC  (6+ messages)
` [PATCH v2 1/8] dm: fpga: Introduce new uclass

[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  (3+ messages)
` [PATCH v3 2/2] gpio: Get rid of gpio_hog_probe_all()
` [PATCH v3 1/2] dm: fix probing of all devices that have u-boot,dm-pre-reloc in SPL/TPL

[PATCH 0/2] efi_loader: provide media ID
 2022-09-25 14:15 UTC  (4+ messages)
` [PATCH 2/2] efi_loader: fill media_id from block device descriptor

[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  (3+ 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] configs: rockchip: Drop TPL_MAX_SIZE definition
 2022-09-24 13:44 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 v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-23  6:16 UTC  (5+ messages)
` [PATCH v10 06/15] FWU: Add helper functions for accessing FWU metadata

[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  (7+ messages)

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

[PATCH v5 0/5] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-23  1:31 UTC  (6+ messages)
` [PATCH v5 1/5] net: mvneta: Add support for AlleyCat5
` [PATCH v5 2/5] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
` [PATCH v5 3/5] pinctrl: mvebu: Add AlleyCat5 support
` [PATCH v5 4/5] arm: mvebu: Support for 98DX25xx/98DX35xx SoC
` [PATCH v5 5/5] arm: mvebu: Add RD-AC5X board

[PATCH v4 0/5] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-23  1:27 UTC  (7+ messages)
` [PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
    ` [PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell, ac5-ehci
` [PATCH v4 5/5] arm: mvebu: Add RD-AC5X board

[PATCH v2 4/5] verdin-imx8mm: various config additions and improvements
 2022-09-22 21:30 UTC  (5+ messages)

[PATCH v3 0/3] verdin-imx8mm: verdin-imx8mp: various additions and improvements
 2022-09-22 21:28 UTC  (4+ messages)
` [PATCH v3 1/3] verdin-imx8mm: verdin-imx8mp: update env memory layout (again)
` [PATCH v3 2/3] verdin-imx8mm: various config additions and improvements
` [PATCH v3 3/3] verdin-imx8mp: "

[PATCH v4 0/6] cmd/fru: move FRU handling support to common region
 2022-09-22 16:22 UTC  (11+ messages)
` [PATCH v4 1/6] xilinx: common: refactor FRU handling support
` [PATCH v4 4/6] cmd: fru: add product info area parsing support

[PATCH v2] gpio: Get rid of gpio_hog_probe_all()
 2022-09-22 16:00 UTC  (4+ messages)

[PATCH] dm: automatically set DM_FLAG_PRE_RELOC based on device-tree property
 2022-09-22 15:55 UTC  (3+ messages)

[PATCH] gpio: Get rid of gpio_hog_probe_all()
 2022-09-22 14:28 UTC  (3+ messages)

[RFC][PATCH] spl: Turn spl_board_init() into weak symbol
 2022-09-22 13:55 UTC  (8+ messages)

[PATCH] cmd: nand: Extend nand info to print ecc information
 2022-09-22 13:43 UTC  (2+ messages)

[PATCH] arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsi
 2022-09-22 13:33 UTC  (2+ messages)

[PATCH] mx8m: csf.sh: Fix the calculation of fit_block_size
 2022-09-22 13:33 UTC  (2+ messages)

[PATCH] arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsi
 2022-09-22 13:33 UTC  (2+ messages)

[PATCH] kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected
 2022-09-22 13:33 UTC  (2+ messages)

[PATCH v2] ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock
 2022-09-22 13:33 UTC  (2+ messages)


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