messages from 2024-06-18 06:41:49 to 2024-06-19 10:08:31 UTC [more...]
[PATCH v4 00/14] Introduce the lwIP network stack
2024-06-19 10:07 UTC (12+ messages)
` [PATCH v4 01/14] flash: prefix error codes with FL_
` [PATCH v4 02/14] net: introduce alternative implementation as net-lwip/
` [PATCH v4 05/14] net-lwip: add DHCP support and dhcp commmand
[PATCH] rockchip: puma-rk3399: increase Ethernet PHY timeout to 30s
2024-06-19 9:55 UTC
[PATCH v2 0/5] bootstd: Add Android support
2024-06-19 9:25 UTC (5+ messages)
[PATCH 00/20] New CI image and fixes
2024-06-19 8:21 UTC (13+ messages)
` [PATCH 12/20] cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000
[PATCH 0/4] Add mini configuration support for versal2
2024-06-19 7:17 UTC (5+ messages)
` [PATCH 1/4] arm64: versal2: Add support for mini configuration
` [PATCH 2/4] arm64: Add versal2 mini qspi support
` [PATCH 3/4] arm64: Add versal2 mini ospi support
` [PATCH 4/4] arm64: config: Add versal2 mini emmc defconfig
How to retrieve cpu info from u-boot fucntion?
2024-06-19 7:11 UTC
[PATCH] ARM: stm32: Fix TAMP_SMCR BKP..PROT fields on STM32MP15xx
2024-06-19 6:35 UTC (2+ messages)
[PATCH] cmd: Make use of U_BOOT_LONGHELP when missing
2024-06-19 6:15 UTC (2+ messages)
[RESEND PATCH] usb: dwc3: add newlines to dev_vdbg calls in ep0
2024-06-19 4:16 UTC (3+ messages)
[PATCH v4 1/1] usb: informative message if no controller
2024-06-19 4:15 UTC (2+ messages)
[PATCH v2 0/9] Bug-fixes for a few boards
2024-06-19 3:03 UTC (12+ messages)
` [PATCH v2 2/9] tpm: Avoid code bloat when not using EFI_TCG2_PROTOCOL
[RFC PATCH 04/31] lmb: remove local instances of the lmb structure variable
2024-06-19 3:03 UTC (18+ messages)
[PATCH 1/6] clk: renesas: Synchronize R-Car R8A77951 H3 clock tables with Linux 6.9.3
2024-06-18 22:54 UTC (6+ messages)
` [PATCH 2/6] clk: renesas: Synchronize R-Car R8A779A0 V3U "
` [PATCH 3/6] clk: renesas: Synchronize R-Car R8A779F0 S4 "
` [PATCH 4/6] clk: renesas: Synchronize R-Car R8A779G0 V4H "
` [PATCH 5/6] clk: renesas: Synchronize R-Car R8A779H0 V4M "
` [PATCH 6/6] pinctrl: renesas: Synchronize R-Car R8A779G0 V4H PFC "
[PATCH v2] fs: btrfs: fix out of bounds write
2024-06-18 22:21 UTC (2+ messages)
[PATCH v2 0/3] rockchip: rk3328: Add IO-domain driver and speed up boot
2024-06-18 21:55 UTC (4+ messages)
` [PATCH v2 2/3] rockchip: rk3328: Enable ARMv8 crypto extensions
[PATCH v7 0/4] automatically add /chosen/kaslr-seed and deduplicate code
2024-06-18 21:06 UTC (5+ messages)
` [PATCH v7 1/4] Add fdt_kaslrseed function to add kaslr-seed to chosen node
` [PATCH v7 2/4] fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabled
` [PATCH v7 3/4] use fdt_kaslrseed function to de-duplicate code
` [PATCH v7 4/4] test: cmd: fdt: fix chosen test for DM_RNG
[PATCH v6 0/4] automatically add /chosen/kaslr-seed and deduplicate code
2024-06-18 21:00 UTC (10+ messages)
` [PATCH v6 4/4] test: cmd: fdt: fix chosen test for DM_RNG
[PATCH v2 00/40] mmc: dw_mmc: Enable eMMC on E850-96 board
2024-06-18 20:56 UTC (2+ messages)
[PATCH] rockchip: include cru_rk3588.h and define rockchip_cru for RK3588
2024-06-18 20:39 UTC (3+ messages)
[PATCH] test/py/tests: Update some network dependencies
2024-06-18 20:23 UTC
[PATCH] efi_loader: adjust config options for capsule updates
2024-06-18 18:16 UTC (4+ messages)
[PATCH u-boot-marvell 00/16] Turris Omnia DDR training changes
2024-06-18 15:34 UTC (17+ messages)
` [PATCH u-boot-marvell 01/16] arm: mvebu: turris_omnia: Disable ext4 write support in defconfig
` [PATCH u-boot-marvell 02/16] ddr: marvell: a38x: debug: return from ddr3_tip_print_log() early if we won't print anything
` [PATCH u-boot-marvell 03/16] ddr: marvell: a38x: debug: Remove unused variables
` [PATCH u-boot-marvell 04/16] ddr: marvell: a38x: debug: Define DDR_VIEWER_TOOL variables only if needed, and make them static
` [PATCH u-boot-marvell 05/16] ddr: marvell: a38x: debug: Allow compiling with immutable debug settings to reduce binary size
` [PATCH u-boot-marvell 06/16] arm: mvebu: turris_omnia: Enable immutable debug settings in DDR3 training by default
` [PATCH u-boot-marvell 07/16] arm: mvebu: turris_omnia: Fix ethernet PHY reset gpio FDT fixup
` [PATCH u-boot-marvell 08/16] arm: mvebu: turris_omnia: Implement EEPROM layout for the 'eeprom' command
` [PATCH u-boot-marvell 09/16] arm: mvebu: turris_omnia: Enable "
` [PATCH u-boot-marvell 10/16] arm: mvebu: turris_omnia: Extend EEPROM info structure
` [PATCH u-boot-marvell 11/16] arm: mvebu: turris_omnia: Read DDR speed from EEPROM
` [PATCH u-boot-marvell 12/16] ddr: marvell: a38x: Import old DDR training code from 2017 version of U-Boot
` [PATCH u-boot-marvell 13/16] ddr: marvell: a38x: old: Fix some compiler warning of the old code
` [PATCH u-boot-marvell 14/16] ddr: marvell: a38x: old: Backport immutable debug settings
` [PATCH u-boot-marvell 15/16] arm: mvebu: a38x: Add optional support for using old DDR3 training code
` [PATCH u-boot-marvell 16/16] arm: mvebu: turris_omnia: Support old DDR3 training
[PATCH v7 00/24] EFI: ti: Enable EFI capsule updates
2024-06-18 18:57 UTC (3+ messages)
[PATCH v2] configs: j784s4: Enable basic EFI CMD support
2024-06-18 18:57 UTC (2+ messages)
[PATCH v2] configs: j784s4: Enable RTC emulation
2024-06-18 18:57 UTC (2+ messages)
[PATCH] smbios: only look for a SYSINFO udevice if SYSINFO support is enabled
2024-06-18 18:57 UTC (2+ messages)
[PATCH 00/13] *** Various fixes & improvements for phycore-AM6* SoMs ***
2024-06-18 18:57 UTC (2+ messages)
[PATCH 0/3] Add M4 remoteproc driver for TI K3 SoCs
2024-06-18 18:55 UTC (6+ messages)
` [PATCH 1/3] remoteproc: k3-m4: Introduce K3 remote proc driver for M4 subsystem
` [PATCH 2/3] configs: am62x_evm_a53_defconfig: Enable M4 remote proc driver
` [PATCH 3/3] board: ti: am62x: Add remote proc env variables
[PATCH v3 1/1] usb: informative message if no controller
2024-06-18 17:40 UTC (6+ messages)
[PATCH] configs: enable setvariable at runtime on sandbox
2024-06-18 17:28 UTC
[PATCH] cmd: make 'booti -h' not crash the board
2024-06-18 17:02 UTC (2+ messages)
Please pull u-boot-watchdog/master
2024-06-18 16:22 UTC (2+ messages)
[PATCH 1/1] efi_selftest: can't have measured device-tree with kaslr-seed
2024-06-18 15:54 UTC (2+ messages)
[PATCH v3] doc: describe UEFI measured boot
2024-06-18 15:51 UTC (3+ messages)
[PATCH 0/5] usb: meson: switch to set_mode callback and other cleanup
2024-06-18 14:56 UTC (8+ messages)
` [PATCH 1/5] phy: meson-gxl-usb2: add set_mode callback
` [PATCH 2/5] usb: dwc3: meson-gxl: switch to generic_phy_set_mode
` [PATCH 3/5] phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode
` [PATCH 4/5] usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static
` [PATCH 5/5] usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static
[PATCH v4 1/4] binman: Add nxp_imx8mcst etype for i.MX8M flash.bin signing
2024-06-18 14:26 UTC (5+ messages)
[PATCH] eth: asix88179: reset during probe
2024-06-18 14:57 UTC
[PATCH v4 0/2] introduce basic support for TI's am625-lp-sk
2024-06-18 14:53 UTC (2+ messages)
[PATCH 0/2] binman: am62a/62p: add support for signing TIFSStub
2024-06-18 14:53 UTC (2+ messages)
[PATCH v5] cmd: move ELF load and boot to lib/elf.c
2024-06-18 14:53 UTC (2+ messages)
[PATCH] fs/erofs: fix an overflow issue of unmapped extents
2024-06-18 14:53 UTC (2+ messages)
[PATCH v1] arm: dts: k3-am625-verdin: add combined binaries
2024-06-18 14:53 UTC (2+ messages)
[PATCH 0/3] arm: dts: am625/am62a7: Switch over to OF_UPSTREAM
2024-06-18 14:53 UTC (2+ messages)
[PATCH 1/3] efi_loader: select BLK not depends on BLK
2024-06-18 14:53 UTC (2+ messages)
[PATCH v3 0/9] binman: ti: create binman nodes for EFI capsules
2024-06-18 14:53 UTC (2+ messages)
[u-boot-test-hooks PATCH 0/4] QEMU Updates
2024-06-18 14:51 UTC (2+ messages)
[PATCH] amd: versal2: Use U_BOOT_LONGHELP macro
2024-06-18 14:29 UTC (4+ messages)
[PATCH 00/16] LoongArch initial support
2024-06-18 14:19 UTC (6+ messages)
` [PATCH 07/16] LoongArch: lib: General routines
[PATCH 1/5] Azure: Correct comment about the strategy in the world matrix build
2024-06-18 14:18 UTC (5+ messages)
` [PATCH 2/5] Azure: Rework how we define what to build in the world build
` [PATCH 3/5] Azure: Spell out the "everything" job
` [PATCH 4/5] Azure: Update some job breakdowns so we build the world again
` [PATCH 5/5] Azure: Count all of the machines we would build
[PATCH v1 0/1] Adjust Tegra boot order
2024-06-18 14:16 UTC (4+ messages)
` [PATCH v1 1/1] include: configs: tegra-common-post: make usb first boot target
[PATCH v3 00/12] xtensa: Enable qemu-xtensa board
2024-06-18 13:56 UTC (13+ messages)
` [PATCH v3 01/12] xtensa: Move dram_init to xtfpga board file
` [PATCH v3 02/12] xtensa: Correct define of _end symbol
` [PATCH v3 03/12] xtensa: Implement phys virt conversion for PTP_MMU
` [PATCH v3 04/12] xtensa: Define PLATFORM_ELFFLAGS
` [PATCH v3 05/12] xtensa: Bring in semihosting headers and config options
` [PATCH v3 06/12] drivers: serial: Add xtensa semihosting driver
` [PATCH v3 07/12] drivers: cpu: Add xtensa CPU driver
` [PATCH v3 08/12] dts/upsteam: Add Makefile for xtensa
` [PATCH v3 09/12] board: emulation: New board qemu-xtensa
` [PATCH v3 10/12] doc: New documentation for qemu-xtensa
` [PATCH v3 11/12] ci: Wire up qemu_xtensa_dc233c
` [PATCH NFC v3 12/12] : CI Changes
[PATCH] fs: btrfs: fix out of bounds write
2024-06-18 7:45 UTC (4+ messages)
[PATCH] arm64: versal2: Remove UARTLITE from defconfig
2024-06-18 13:20 UTC
[PATCH 1/1] cmd: link to doc/usage/fit/x86-fit-boot.rst
2024-06-18 12:43 UTC (2+ messages)
[PATCH 1/1] spl: correct link to FIT specification
2024-06-18 12:43 UTC (4+ messages)
[PATCH 1/1] cmd: correct kaslrseed description
2024-06-18 12:29 UTC
[PATCH v1 0/1] video: tegra: dc: improve DC id detection
2024-06-18 12:20 UTC (3+ messages)
` [PATCH v1 1/1] video: tegra20: dc: use nvidia, head property to identify DC controller
` [PATCH v1 1/1] video: tegra20: dc: use nvidia,head "
[PATCH v2 1/1] usb: informative message if no controller
2024-06-18 11:49 UTC (3+ messages)
[PATCH v2 0/4] Initial support for new Tegra 2/3 devices
2024-06-18 11:49 UTC (5+ messages)
` [PATCH v2 1/4] board: asus: transformer: add ASUS Transformer T20 family support
` [PATCH v2 2/4] board: wexler: qc750: add WEXLER Tab 7t support
` [PATCH v2 3/4] board: microsoft: surface-rt: add Microsoft Surface RT support
` [PATCH v2 4/4] board: lenovo: ideapad-yoga-11: Lenovo Ideapad Yoga 11
[PATCH next] power: rk8xx: fix display name for RK808
2024-06-18 9:59 UTC (4+ messages)
[PATCH 1/3] configs: rockchip: cosmetic changes for rk3308, rk3328, rk3399, rk3568, and rk3588
2024-06-18 9:56 UTC (3+ messages)
[PATCH v2 1/3] configs: rockchip: reduce diff for rk3308, rk3328, rk3399, rk3568, and rk3588
2024-06-18 9:53 UTC (3+ messages)
` [PATCH v2 2/3] configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for rk3308, rk3328, and rk3399
` [PATCH v2 3/3] configs: rockchip: imply OF_LIBFDT_OVERLAY for rk3308 and rk3328
[PATCH 1/1] doc: FIT links in develop/uefi/uefi.rst
2024-06-18 9:16 UTC (2+ messages)
[PATCH 00/11] usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclass
2024-06-18 7:46 UTC (22+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] usb: gadget: cdns3: Convert interrupt handling to usb_gadget_generic_ops
` [PATCH 03/11] usb: gadget: dwc2: "
` [PATCH 04/11] usb: gadget: dwc3: "
` [PATCH 05/11] usb: gadget: max3420: "
` [PATCH 06/11] usb: gadget: mtu3: "
` [PATCH 08/11] usb: gadget: musb: "
` [PATCH 09/11] usb: gadget: ux500: "
` [PATCH 10/11] usb: gadget: sandbox: Drop dm_usb_gadget_handle_interrupts()
` [PATCH 11/11] usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGET
[PATCH] usb: dwc3-generic: Fix build errors when USB_DWC3_GADGET is disabled
2024-06-18 7:15 UTC (12+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox