messages from 2023-07-22 19:32:37 to 2023-07-24 08:50:01 UTC [more...]
[u-boot][PATCH] board: at91: sama5d29_curiosity: add initial support for sama5d29_curiosity
2023-07-24 8:49 UTC (3+ messages)
[PATCH 1/1] spl: initialize PCI before booting from SATA
2023-07-24 8:50 UTC (3+ messages)
[PATCH v2 0/3] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
2023-07-24 8:39 UTC (7+ messages)
` [PATCH v2 1/3] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node
` [PATCH v2 3/3] fixup! arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1
[PATCH v2 0/4] net: ti: am65-cpsw-nuss: Drop custom properties
2023-07-24 8:29 UTC (4+ messages)
` [RFC PATCH v2 3/4] arm: dts: k3-am625-sk-u-boot.dtsi: drop mac_efuse
` [RFC PATCH v2 4/4] arm: dts: k3-am625-sk-u-boot.dtsi: drop cpsw-phy-sel property
[PATCH 1/1] spl: initialize PCI before booting from USB
2023-07-24 8:08 UTC
[PULL] u-boot-riscv/master
2023-07-24 8:01 UTC
nand flash driver
2023-07-24 7:52 UTC
[PATCH] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
2023-07-24 7:51 UTC (2+ messages)
[PATCH v3 0/5] m68k: add ColdFire watchdog driver
2023-07-24 7:42 UTC (11+ messages)
` [PATCH v3 1/5] drivers: watchdog: add mcf watchdog support
` [PATCH v3 2/5] m68k: move watchdog functions in mcf_wdt driver
` [PATCH v3 3/5] m68k: dts: add watchdog node
` [PATCH v3 4/5] configs: m68k: add watchdog driver
` [PATCH v3 5/5] MAINTAINERS: add myself as mcf_wdt.c maintainer
[PATCH v2] cyclic: Add rate limiting in schedule() via CYCLIC_RATELIMIT_US
2023-07-24 6:58 UTC
[PATCH v5] event: Add fpga load event
2023-07-24 6:56 UTC (2+ messages)
[PATCH v7 0/3] binman: Add support for externally encrypted blobs
2023-07-24 6:53 UTC (4+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] binman: Allow cipher node as special section
` [PATCH v7 3/3] binman: Add tests for etype encrypted
[PATCH v4 0/6] add loongson mips ls1c300 initial support
2023-07-24 6:36 UTC (8+ messages)
` [PATCH v4 1/6] mips: initial build infrastructure for loongson SoCs
` [PATCH v4 2/6] mips: ls1c300: add base support
` [PATCH v4 3/6] mips: add a ls1c300 based board
` [PATCH v4 4/6] mips: ls1c300: add clock driver
` [PATCH v4 5/6] mips: ls1c300: add watchdog support
` [PATCH v4 6/6] mips: ls1c300: add reset support based on watchdog driver
[PATCH] arm: mvebu: x240: Use i2c-gpio instead of built in controller
2023-07-24 6:26 UTC (3+ messages)
[PATCH v2 0/5] m68k: add ColdFire watchdog driver
2023-07-24 6:25 UTC (8+ messages)
` [PATCH v2 1/5] drivers: watchdog: add mcf watchdog support
` [PATCH v2 2/5] m68k: move watchdog functions in mcf_wdt driver
` [PATCH v2 3/5] m68k: dts: add watchdog node
` [PATCH v2 4/5] configs: m68k: add watchdog driver
` [PATCH v2 5/5] MAINTAINERS: add myself as mcf_wdt.c maintainer
[PATCH v1 0/5] Make the clock dt-bindings and DT nodes consistent with Linux
2023-07-24 5:16 UTC (11+ messages)
` [PATCH v1 1/5] clk: starfive: jh7110: Separate the PLL driver
` [PATCH v1 2/5] riscv: dts: jh7110: Add PLL clock controller node
` [PATCH v1 3/5] riscv: dts: jh7110: Add clock source from PLL
` [PATCH v1 4/5] dt-bindings: clock: jh7110: Modify clock id to be same with Linux
` [PATCH v1 5/5] clk: starfive: jh7110: Add of_xlate ops and macros for clock id conversion
[RESEND PATCH v2] riscv: setup per-hart stack earlier
2023-07-24 3:07 UTC (2+ messages)
[PATCH v2 0/9] Add support for PMICs used on Tegra 3 devices
2023-07-24 2:28 UTC (6+ messages)
` [PATCH v2 2/9] cmd: boot: implement PMIC based poweroff
[PATCH v4 0/9] rockchip: Fix PCIe and NVMe support on RK3568
2023-07-24 2:28 UTC (3+ messages)
` [PATCH v4 1/9] core: read: add dev_read_addr_size_index_ptr function
[PATCH v3 0/7] Add support for PMICs used on Tegra 3 devices
2023-07-24 2:28 UTC (14+ messages)
` [PATCH v3 1/7] power: pmic: palmas: support TI TPS65913 PMIC
` [PATCH v3 2/7] power: pmic: add the base MAX77663 PMIC support
` [PATCH v3 3/7] power: regulator: max77663: add regulator support
` [PATCH v3 4/7] power: pmic: add the base TPS80031 PMIC support
` [PATCH v3 5/7] power: regulator: tps80031: add regulator support
` [PATCH v3 6/7] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v3 7/7] power: regulator: tps65911: add regulator support
[PATCH 00/18] video: bochs: Remove the x86 limitation
2023-07-24 2:08 UTC (42+ messages)
` [PATCH 01/18] dm: video: Cosmetic style fix
` [PATCH 02/18] video: bochs: Drop inclusion of <asm/mtrr.h>
` [PATCH 03/18] video: bochs: Drop the useless argument of bochs_vga_write()
` [PATCH 04/18] video: bochs: Avoid using IO instructions to access VGA IO port
` [PATCH 05/18] video: bochs: Remove the x86 dependency
` [PATCH 06/18] video: kconfig: Fix wrong text for the PCI default FB size
` [PATCH 07/18] video: kconfig: Drop the superfluous dependency
` [PATCH 08/18] video: kconfig: Set default FB size for Bochs
` [PATCH 09/18] video: bochs: Set the frame buffer size per configuration
` [PATCH 10/18] riscv: qemu: Enable Bochs video support
` [PATCH 11/18] console: kconfig: Drop the redundant VIDEO dependency
` [PATCH 12/18] console: Make stdio_print_current_devices() static
` [PATCH 13/18] console: Refactor stdio_print_current_devices() a little bit
` [PATCH 14/18] console: Print out complete stdio device list
` [PATCH 15/18] riscv: qemu: Enable PRE_CONSOLE_BUFFER
` [PATCH 16/18] riscv: define a cache line size for the generic CPU
` [PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling
` [PATCH 18/18] riscv: qemu: Enable usb keyboard as an input device
[PATCH v2 0/4] Fix rtl8169 compile warning and add a new device ID
2023-07-24 2:07 UTC (9+ messages)
` [PATCH v2 1/4] net: rtl8169: Fix compile warning in rtl8169
` [PATCH v2 2/4] net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V
` [PATCH v2 3/4] net: rtl8169: Add one device ID 0x8161
` [PATCH v2 4/4] configs: starfive-jh7110: Add CONFIG_RTL8169
[PATCH 0/2] add a trailing space to prompt for visionfive2 board
2023-07-24 1:03 UTC (5+ messages)
` [PATCH 2/2] doc: visionfive2: apply a trailing space to the prompt
` [PATCH 1/2] configs: visionfive2: add a trailing space to prompt
[PATCH] board: rockchip: Add Radxa E25 Carrier Board
2023-07-23 22:25 UTC
[PATCH 1/5] x86: fsp: Use mtrr_set_next_var() for graphics memory
2023-07-23 22:13 UTC (4+ messages)
[PATCH v3 0/5] Introduce the sysinfo command
2023-07-23 22:09 UTC (9+ messages)
` [PATCH v3 4/6] sysinfo: Add documentation
` [PATCH v3 5/6] sysinfo: rcar3: Use int instead of char for revision
[PATCH] board: m68k add missing maintainer
2023-07-23 22:02 UTC
[PATCH v2 1/4] cmd: bind: Add unbind command with driver filter
2023-07-23 21:45 UTC (3+ messages)
[PATCH 1/1] spl: spl_legacy: simplify spl_parse_legacy_validate
2023-07-23 16:06 UTC (4+ messages)
[PATCH 0/2] clk: fix a bug in CCF which results in a clock being enabled twice
2023-07-23 21:16 UTC (3+ messages)
` [PATCH 1/2] clk: move clk_get_ops() to a common header
` [PATCH 2/2] clk: ccf: invoke ops provided by clk directly
[PATCH 0/2] Fix network commands w/ USB Eth gadget
2023-07-23 20:24 UTC (4+ messages)
[PATCH 0/5] board: rockchip: Add Pine64 Quartz64 and SOQuartz boards
2023-07-23 15:10 UTC (11+ messages)
` [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board
` [PATCH 2/5] board: rockchip: Add Pine64 Quartz64-B Board
` [PATCH 3/5] board: rockchip: Add Pine64 SOQuartz on Model A
` [PATCH 4/5] board: rockchip: Add Pine64 SOQuartz on Blade
` [PATCH 5/5] board: rockchip: Add Pine64 SOQuartz on CM4-IO
[PATCH] dm: core: of_access: fix return value in of_property_match_string
2023-07-23 13:23 UTC (2+ messages)
[PATCH] core: read: fix dev_read_addr_size()
2023-07-23 13:23 UTC (3+ messages)
[PATCH v2] sandbox: fix a compilation error
2023-07-23 13:23 UTC (6+ messages)
[PATCH v5 00/20] binman: Simple templating feature and mkimage conversion
2023-07-23 13:23 UTC (42+ messages)
` [PATCH v5 02/20] binman: Init align_default in entry_Section
` [PATCH v5 03/20] binman: Use GetEntries() to obtain section contents
` [PATCH v5 04/20] binman: Read _multiple_data_files in the correct place
` [PATCH v5 05/20] binman: Allow disabling symbol writing
` [PATCH v5 06/20] stm32mp15: Avoid writing symbols in SPL
` [PATCH v5 07/20] binman: Update elf to return number of written symbols
` [PATCH v5 08/20] binman: Add more detail on how ObtainContents() works
` [PATCH v5 09/20] binman: Convert mkimage to Entry_section
` [PATCH v5 10/20] binman: Provide a way to specify the fdt-list directly
` [PATCH v5 11/20] binman: Drop __bss_size variable in bss_data.c
` [PATCH v5 12/20] binman: Correct handling of zero bss size
` [PATCH v5 13/20] dtoc: Support copying the contents of a node into another
` [PATCH v5 14/20] dtoc: Allow inserting a list of nodes "
` [PATCH v5 15/20] binman: Support simple templates
` [PATCH v5 16/20] binman: Support templating with multiple images
` [PATCH v5 17/20] binman: Add a test for templating in a FIT
` [PATCH v5 18/20] binman: Support templates at any level
` [PATCH v5 19/20] binman: Support writing symbols inside a mkimage image
` [PATCH v5 20/20] binman: Reduce state.SetInt and bintool cmd to debug level
[PATCH 1/1] cmd: fix loads, saves on sandbox
2023-07-23 13:23 UTC (5+ messages)
[PATCH 1/2] tools: Fix README file in pyproject.toml of u_boot_pylib
2023-07-23 13:23 UTC (6+ messages)
` [PATCH 2/2] tools: Fix package discovery "
[PATCH] bootstd: USB devtype detection for script boot
2023-07-23 13:22 UTC (4+ messages)
[PATCH v3] mips: dts: add initial support for ls1c300 SoC
2023-07-22 9:03 UTC
Strange construct in binman description
2023-07-23 9:00 UTC
[PATCH v2 1/6] net: split IP_TCP header into separate IP/IP6 and TCP headers
2023-07-23 3:48 UTC (13+ messages)
` [PATCH v2 2/6] net: prepare existing TCP stack to be reused by IP6
` [PATCH v2 3/6] net: introduce TCP/IP6 support
` [PATCH v2 4/6] net: add fastboot TCP6 support
` [PATCH v2 5/6] net: add fastboot TCP documentation and IP6-only mode
` [PATCH v2 6/6] net: update net_ip6 from link_local address when eth device is changed
[PATCH 1/1] efi_loader: simplify dp_fill()
2023-07-23 3:48 UTC (2+ messages)
[PATCH v8 00/23] Migration to using binman for bootloader
2023-07-23 3:48 UTC (3+ messages)
` [PATCH v8 21/23] binman: Overwrite symlink if it already exists
[PATCH] board_f: Cosmetic style fix
2023-07-23 3:48 UTC (2+ messages)
[PATCH 1/1] spl: blk: partition numbers are hexadecimal
2023-07-23 3:48 UTC (2+ messages)
[PATCH] rockchip: veyron: Enable Winbond SPI flash
2023-07-23 3:48 UTC (2+ messages)
[PATCH v2 0/7] General regulator and pmic uclass improvements
2023-07-23 3:48 UTC (5+ messages)
` [PATCH v2 1/7] power: regulator: expand basic reference counter onto all uclass
[PATCH v3 00/11] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
2023-07-23 3:48 UTC (3+ messages)
[PATCH 1/1] doc: update coc/sphinx/requirements.txt
2023-07-23 3:48 UTC (2+ messages)
Strange construct in binman description
2023-07-23 3:48 UTC
[PATCH v2 0/6] binman: Template fixes and improvements
2023-07-23 3:43 UTC (7+ messages)
` [PATCH v2 1/6] binman: Produce a template-file after processing
` [PATCH v2 2/6] dtoc: Make properties dirty when purging them
` [PATCH v2 3/6] dtoc: Add some debugging when copying nodes
` [PATCH v2 4/6] fdt: Allow copying phandles into templates
` [PATCH v2 5/6] binman: Remove templates after use
` [PATCH v2 6/6] binman: Support templates containing phandles
[PATCH 1/1] riscv: qemu: provide more SPL boot methods
2023-07-22 22:03 UTC (3+ 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