messages from 2023-09-28 21:56:52 to 2023-10-02 01:30:45 UTC [more...]
[PATCH v3 00/12] Resolve issues with booting distros on x86
2023-10-02 1:14 UTC (12+ messages)
` [PATCH v3 01/12] efi: Correct handling of frame buffer
` [PATCH v3 02/12] bootstd: Refactor mmc prep to allow a different scan
` [PATCH v3 03/12] bootstd: Add a return code to bootflow menu
` [PATCH v3 04/12] x86: coreboot: Add a boot script
` [PATCH v3 05/12] usb: Avoid unbinding devices in use by bootflows
` [PATCH v3 06/12] expo: Correct background colour
` [PATCH v3 07/12] video: Correct setting of cursor position
` [PATCH v3 09/12] x86: Enable SSE in 64-bit mode
` [PATCH v3 10/12] x86: coreboot: Enable truetype fonts
` [PATCH v3 11/12] x86: qemu: Expand ROM size
` [PATCH v3 12/12] x86: qemu: Enable truetype fonts
[PATCH v2 00/36] expo: Support editing lines of text
2023-10-02 1:13 UTC (37+ messages)
` [PATCH v2 01/36] cli: Move simple readline into a function
` [PATCH v2 02/36] cli: Add a command to show cmdline history
` [PATCH v2 03/36] cli: Drop some #ifdefs in cli_readline
` [PATCH v2 04/36] cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE "
` [PATCH v2 05/36] cli: Implement delete-word in cread_line()
` [PATCH v2 06/36] cli: Use unsigned int instead of unsigned long
` [PATCH v2 07/36] cli: Convert cread_line() to use a struct for the main vars
` [PATCH v2 08/36] cli: Unindent some code in cread_line()
` [PATCH v2 09/36] cli: Create a function to process characters
` [PATCH v2 10/36] cli: Terminate the string in cread_line_process_ch()
` [PATCH v2 11/36] cli: Allow history to be disabled
` [PATCH v2 12/36] cli: Allow command completion "
` [PATCH v2 13/36] cli: Add a function to set up a new cread
` [PATCH v2 14/36] video: Allow obtaining the nominal size of a string size
` [PATCH v2 15/36] video: Allow saving and restoring text-entry state
` [PATCH v2 16/36] video: Export vidconsole_entry_start()
` [PATCH v2 17/36] video: Support showing a cursor
` [PATCH v2 18/36] expo: Add better error reporting
` [PATCH v2 19/36] expo: Fix up comments for get_cur_menuitem_text() et al
` [PATCH v2 20/36] expo: Use switch statements more for object types
` [PATCH v2 21/36] expo: Correct some swallowed errors in scene
` [PATCH v2 22/36] expo: Correct the logic for duplicate-ID detection
` [PATCH v2 23/36] expo: Allow highlighting other scene-object types
` [PATCH v2 24/36] expo: Add a function to write a property to a devicetree
` [PATCH v2 25/36] expo: Make calculation of an object bounding box generic
` [PATCH v2 26/36] expo: Allow rendering the background of any object
` [PATCH v2 27/36] expo: Add some scene fields needed for text entry
` [PATCH v2 28/36] expo: Add basic support for textline objects
` [PATCH v2 29/36] expo: Support opening a textline
` [PATCH v2 30/36] expo: Plumb in textlines to a scene
` [PATCH v2 31/36] video: Mark truetype_measure() static
` [PATCH v2 32/36] expo: Support handling any key in cedit
` [PATCH v2 33/36] expo: Plumb in textline to cedit
` [PATCH v2 34/36] expo: Support building an expo with a textline
` [PATCH v2 35/36] expo: Update tests to include textline
` [PATCH v2 36/36] expo: Update documentation "
[PATCH] ARM: psci: move GIC address override to Kconfig
2023-10-01 22:52 UTC
SSE instructions
2023-10-01 21:08 UTC (5+ messages)
[PATCH v2 0/7] rockchip: Add GMAC support for RK3568 and RK3588
2023-10-01 20:04 UTC (9+ messages)
` [PATCH v2 1/7] net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv
` [PATCH v2 2/7] net: dwc_eth_qos: Return error code when start fails
` [PATCH v2 3/7] net: dwc_eth_qos: Stop spam of RX packet not available message
` [PATCH v2 4/7] net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
` [PATCH v2 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588
` [PATCH v2 6/7] configs: rockchip: Enable ethernet driver on RK356x boards
` [PATCH v2 7/7] configs: rockchip: Enable ethernet driver on RK3588 boards
[PATCH] test: Fix SPL tests not being run
2023-10-01 19:36 UTC (3+ messages)
[PATCH 0/7] rockchip: Add GMAC support for RK3568 and RK3588
2023-10-01 19:26 UTC (7+ messages)
` [PATCH 4/7] net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
` [PATCH 5/7] net: dwc_eth_qos_rockchip: Add support for RK3588
[PATCH v2 0/7] rockchip: rk3568: Fix use of PCIe bifurcation
2023-10-01 19:11 UTC (5+ messages)
[PATCH 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
2023-10-01 17:07 UTC (2+ messages)
[PATCH v4 00/16] Introduce initial TI's J784S4 and AM69 support
2023-10-01 16:55 UTC (14+ messages)
` [PATCH v4 02/16] arm: mach-k3: Add basic support for J784S4 SoC definition
` [PATCH v4 03/16] arm: mach-k3: Sort SoC JTAG_ID entries
` [PATCH v4 04/16] soc: ti: k3-socinfo: Add entry for J784S4 SoC
` [PATCH v4 05/16] arm: mach-k3: j784s4: Add clk and power support
` [PATCH v4 06/16] drivers: dma: Add support for J784S4 SoC
` [PATCH v4 07/16] remoteproc: k3-r5: Extend support for R5F clusters on J784S4 SoCs
` [PATCH v4 08/16] remoteproc: k3-dsp: Extend support for C71x DSPs "
` [PATCH v4 11/16] arm: dts: Introduce am69-sk dts from linux kernel
` [PATCH v4 12/16] board: ti: j784s4: Update env to use am69-sk dtb
` [PATCH v4 13/16] arm: dts: Introduce am69-sk u-boot dts files
` [PATCH v4 14/16] configs: j784s4_evm: Add defconfig for j784s4 evm board
` [PATCH v4 15/16] configs: Add am69_sk_* defconfig fragments
` [PATCH v4 16/16] doc: board: ti: k3: Add J784S4 EVM and AM69 SK documentation
[PATCH 0/1] Fix for U-Boot SPL hang on sunxi H6 due to incorrect ram size detection
2023-10-01 16:13 UTC (2+ messages)
` [PATCH 1/1] sunxi: dram: Fix incorrect ram size detection for some H6 boards
[PATCH] board: rockchip: add Pine64 QuartzPro64 RK3588 board
2023-10-01 14:18 UTC
[PATCH] cmd: xxd: move xxd into shell commands
2023-10-01 15:55 UTC (2+ messages)
[PATCH v2] Convert CFG_SYS_UBOOT_START to Kconfig
2023-10-01 15:55 UTC (2+ messages)
[PATCH v2] CI: allow jobs to be run in merge requests
2023-10-01 15:55 UTC (2+ messages)
[PATCH 1/1] test: build dependency for event unit tests
2023-10-01 15:55 UTC (2+ messages)
[PATCH] Adjust gitignore for /build
2023-10-01 15:55 UTC (2+ messages)
[PATCH] test: fix comment indentation on tpm tests
2023-10-01 15:55 UTC (2+ messages)
[PATCH 2/2] configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig
2023-10-01 14:15 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
2023-10-01 13:28 UTC (5+ messages)
` [PATCH v2] dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation : regression
[PATCH v4 0/8] Port gen_compile_commands.py from Linux to U-Boot
2023-10-01 10:00 UTC (9+ messages)
` [PATCH v4 1/8] scripts: Port Linux's gen_compile_commands.py "
` [PATCH v4 2/8] scripts/gen_compile_commands.py: adapt _LINE_PATTERN
` [PATCH v4 3/8] scripts/gen_compile_commands.py: fix docstring
` [PATCH v4 4/8] scripts/gen_compile_commands.py: add acknowledgments
` [PATCH v4 5/8] .gitignore: add compile_commands.json
` [PATCH v4 6/8] doc: add documentation for gen_compile_commands.py
` [PATCH v4 7/8] doc: add ide_integration.rst to doc/develop
` [PATCH v4 8/8] scripts/gen_compile_commands: fix usage message
[PATCH 1/1] configs: sifive: enable poweroff command on Unmatched
2023-10-01 5:40 UTC
[PATCH 0/6] cmd mac: separate implementations
2023-09-30 23:05 UTC (8+ messages)
` [PATCH 1/6] cmd: move mac command
` [PATCH 2/6] freescale: fix long help handling in "
` [PATCH 3/6] eeprom: SiFive Unmatched: re-implement "
` [PATCH 4/6] eeprom: starfive: "
` [PATCH 5/6] eeprom: starfive: raw dump if unsupported data version
` [PATCH 6/6] eeprom: starfive: add 'mac raw' command
[PATCH] misc: fs_loader: Fix alignment of fs_loader driver
2023-09-30 23:01 UTC (2+ messages)
[PATCH v2 01/17] dm: usb: udc: Factor out plain udevice handler functions
2023-09-30 21:11 UTC (4+ messages)
[PATCH 2/2] board: dh_stm32mp1: Only print board code with CONFIG_SPL_DISPLAY_PRINT
2023-09-30 21:02 UTC (2+ messages)
[PATCH] Revert "fs: ext4: check the minimal partition size to mount"
2023-09-30 20:42 UTC
[PATCH v3 0/4] Allwinner R528/T113s PSCI
2023-09-30 18:34 UTC (5+ messages)
` [PATCH v3 1/4] sunxi: psci: clean away preprocessor macros
` [PATCH v3 2/4] sunxi: psci: refactor register access to separate functions
` [PATCH v3 3/4] sunxi: psci: stop modeling register layout with C structs
` [PATCH v3 4/4] sunxi: psci: implement PSCI on R528
github dependabot alert on py / pytest
2023-09-30 15:48 UTC (4+ messages)
` Aw: "
` "
[PATCH] linker_list: Fix ll_entry_get alignment
2023-09-30 15:22 UTC (2+ messages)
[PATCH] pinctrl: Check pinconfig nodes pre-reloc status recursively
2023-09-30 10:25 UTC (5+ messages)
[RFC] mmc: Remove alignment hole for cmdidx in struct mmc_cmd
2023-09-30 9:20 UTC (2+ messages)
[PATCH v5 39/43] command: Include a required header in command.h
2023-09-30 8:41 UTC (2+ messages)
[PATCH] rockchip: rk3399: nanopc-t4: use 1600MHz sdram config
2023-09-30 8:30 UTC (2+ messages)
` "
[RFC PATCH v2 0/3] thermal: Integrate VTM and AVS driver
2023-09-30 6:41 UTC (2+ messages)
[PATCH] board/km/cent2: Fix buffer overflow when fixing MAC address
2023-09-29 14:11 UTC
[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
2023-09-29 16:02 UTC (14+ messages)
[PULL] u-boot-at91-fixes-2023.10-b
2023-09-29 15:01 UTC (2+ messages)
[PATCH] spl: Jump to image at end of board_init_r
2023-09-29 14:29 UTC (10+ messages)
[PATCH] clk: at91: Fix initializing arrays
2023-09-29 13:56 UTC (2+ messages)
[RESEND PATCH 0/6] arm: dts: k3-am64 / k3-am62: Fix boot
2023-09-29 13:46 UTC (7+ messages)
` [PATCH 1/6] arm: dts: k3-am64-evm: "
` [PATCH 2/6] arm: dts: k3-am64-evm: Mark dependent nodes for pre-relocation phase
` [PATCH 3/6] arm: dts: k3-am642-sk: Fix boot
` [PATCH 4/6] arm: dts: k3-am642-sk: Mark dependent nodes for pre-relocation phase
` [PATCH 5/6] arm: dts: k3-am625-sk: Fix boot
` [PATCH 6/6] arm: dts: k3-am625-sk: Mark dependent nodes for pre-relocation phase
[PATCH 01/19] ARM: dts: renesas: Synchronize R-Car R8A7790 H2 DTs with Linux 6.5.3
2023-09-29 13:46 UTC (3+ messages)
` [PATCH 15/19] ARM: dts: renesas: Synchronize RZ R8A774A1 RZ/G2M "
[PATCH] configs: iot2050: Disable CONFIG_CONSOLE_MUX
2023-09-29 13:21 UTC (2+ messages)
[PATCH] smegw01: Fix inverted CONFIG_SYS_BOOT_LOCKED logic
2023-09-29 13:21 UTC (2+ messages)
[PATCH v3] env: ti: ti_common.env: Fix get_overlaystring for FIT Image
2023-09-29 13:21 UTC (2+ messages)
[PATCH 0/4] mkimage: also honour -B even without external data
2023-09-29 13:16 UTC (5+ messages)
` [PATCH 1/4] "
[PATCH 0/3] Add spi flash lock option
2023-09-29 12:55 UTC (5+ messages)
` [PATCH 1/3] mtd: spi-nor: Add spi flash lock config option
` [PATCH 2/3] arm64: versal: Disable the lock option for mini ospi and qspi
[PATCH v5 0/7] Add EFI HTTP boot support
2023-09-29 12:42 UTC (8+ messages)
` [PATCH v5 4/7] efi_loader: support boot from URI device path
` [PATCH v5 5/7] cmd: efidebug: add uri "
Please pull u-boot-dm/next
2023-09-29 11:44 UTC (4+ messages)
[PATCH] clk: stm32mp1: Add support for USART1 clock
2023-09-29 11:34 UTC
[PATCH v4] imx: imx8mm: Add support for Mettler-Toledo snowflake board
2023-09-29 9:07 UTC (2+ messages)
` [PATCH v5] "
[PATCH v4 0/8] Add EFI HTTP boot support
2023-09-29 7:43 UTC (9+ messages)
` [PATCH v4 4/8] efi_loader: support boot from URI device path
[PATCH v2] riscv: andesv5: Prefer using the generic RISC-V timer driver in S-mode
2023-09-29 4:03 UTC
[PATCH] riscv: andesv5: Prefer using the generic RISC-V timer driver in S-mode
2023-09-29 3:48 UTC (3+ messages)
[PATCH 0/2] stdio: fix stdio_deregister_dev()
2023-09-29 0:47 UTC (3+ messages)
` [PATCH 1/2] dm: serial: fix serial_post_probe()
` [PATCH 2/2] stdio: fix stdio_deregister_dev()
[PATCH v2 00/22] sunxi: Allwinner T113s support
2023-09-28 21:54 UTC (20+ messages)
` [PATCH v2 04/22] pinctrl: sunxi: move pinctrl code
` [PATCH v2 05/22] pinctrl: sunxi: add GPIO in/out wrappers
` [PATCH v2 06/22] pinctrl: sunxi: remove struct sunxi_gpio
` [PATCH v2 07/22] pinctrl: sunxi: remove GPIO_EXTRA_HEADER
` [PATCH v2 08/22] pinctrl: sunxi: move PIO_BASE into sunxi_gpio.h
` [PATCH v2 09/22] pinctrl: sunxi: add new D1 pinctrl support
` [PATCH v2 10/22] sunxi: introduce NCAT2 generation model
` [PATCH v2 11/22] pinctrl: sunxi: add Allwinner D1 pinctrl description
` [PATCH v2 12/22] clk: sunxi: Add support for the D1 CCU
` [PATCH v2 13/22] sunxi: clock: D1/R528: Enable PLL LDO during PLL1 setup
` [PATCH v2 14/22] sunxi: clock: support D1/R528 PLL6 clock
` [PATCH v2 15/22] Kconfig: sunxi: prepare for using drivers/ram/sunxi
` [PATCH v2 16/22] sunxi: add R528/T113-s3/D1(s) DRAM initialisation code
` [PATCH v2 17/22] sunxi: add Allwinner R528/T113 SoC support
` [PATCH v2 18/22] sunxi: R528: add SMHC2 pin pull ups support
` [PATCH v2 19/22] sunxi: refactor serial base addresses to avoid asm/arch/cpu.h
` [PATCH v2 20/22] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v2 21/22] ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
` [PATCH v2 22/22] sunxi: add MangoPi MQ-R board support
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