public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-09-29 12:55:43 to 2023-10-02 01:38:23 UTC [more...]

[PATCHv10 00/15] net/lwip: add lwip library for the network stack
 2023-10-02  1:17 UTC  (3+ messages)
` [PATCHv10 13/15] net/lwip: connection between cmd and lwip apps

[PATCH] Revert "fs: ext4: check the minimal partition size to mount"
 2023-10-02  1:17 UTC  (2+ messages)

[PATCH 00/15] blk: sandbox: Support binding a device with a given logical block size
 2023-10-02  1:17 UTC  (11+ messages)
` [PATCH 07/15] blk: blkmap: Make bind/unbind routines static
` [PATCH 08/15] cmd: blkmap: Make map_handlers[] and its .fn static
` [PATCH 11/15] dm: blk: Rename get_desc() and make it externally visible
` [PATCH 13/15] dm: blk: Drop blk_{read,write}_devnum()
` [PATCH 15/15] disk: part: Handle blkmap device in print_part_header()

[PATCH 1/5] core: fix doc comments of dev_read_addr*() and related functions
 2023-10-02  1:16 UTC  (2+ messages)

[PATCH] mkimage: allow internalization of data-position
 2023-10-02  1:17 UTC  (2+ messages)

[PATCH v3 0/4] malloc: Reduce size by initializing data at runtime
 2023-10-02  1:16 UTC  (2+ messages)

[PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings
 2023-10-02  1:15 UTC  (35+ messages)
` [PATCH 01/34] test: Run tests that don't need devices
` [PATCH 02/34] test: Add a new suite for commands
` [PATCH 03/34] test: Add helper to skip to partial console line
` [PATCH 04/34] test: Make UT_LIB_ASN1 depend on sandbox
` [PATCH 05/34] test: Run bootstd tests only "
` [PATCH 06/34] test: Handle use of stack pointer in bdinfo
` [PATCH 07/34] test: bdinfo: Add missing asserts
` [PATCH 08/34] test: fdt: Add a special case for real boards
` [PATCH 09/34] test: font: Add dependencies on fonts
` [PATCH 10/34] test: event: Only run test_event_probe() on sandbox
` [PATCH 11/34] test: lmb: Move tests into the lib suite
` [PATCH 12/34] test: print: Skip test on x86
` [PATCH 13/34] video: Add a function to clear the display
` [PATCH 14/34] sandbox: Add a dummy booti command
` [PATCH 15/34] bootstd: Add a menu option to bootflow scan
` [PATCH 16/34] video: Add a dark-grey console colour
` [PATCH 17/34] video: Avoid starting a new line to close to the bottom
` [PATCH 18/34] expo: Place menu items to the right of all labels
` [PATCH 19/34] expo: Set the initial next_id to 1
` [PATCH 20/34] expo: Use standard numbering for save and discard
` [PATCH 21/34] expo: Allow menu items to have values
` [PATCH 22/34] expo: Add a little more cedit CMOS logging
` [PATCH 23/34] expo: Support menu-item values in cedit
` [PATCH 24/34] expo: Drop unneceesary calls to expo_str()
` [PATCH 25/34] expo: Drop scene_title_set()
` [PATCH 26/34] expo: Add forward declaration for udevice to cedit
` [PATCH 27/34] x86: coreboot: Enable unit tests
` [PATCH 28/34] x86: CI: Update coreboot
` [PATCH 29/34] x86: coreboot: Add a test for cbsysinfo command
` [PATCH 30/34] x86: coreboot: Show the option table
` [PATCH 31/34] x86: coreboot: Enable support for the configuration editor
` [PATCH 32/34] x86: coreboot: Add a command to check and update CMOS RAM
` [PATCH 33/34] x86: coreboot: Allow building an expo for editing CMOS config
` [PATCH 34/34] x86: Enable RTC command by default

[PATCH v3 00/12] Resolve issues with booting distros on x86
 2023-10-02  1:14 UTC  (13+ 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 08/12] video: Drop unnecessary truetype operations from SPL
` [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 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  (4+ 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  (3+ messages)
` [PATCH 1/3] mtd: spi-nor: Add spi flash lock config option


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox