public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-07-23 21:36:39 to 2023-07-24 18:50:15 UTC [more...]

[PATCH v4 00/83] buildman: Refactor code and correct some pylint warnings
 2023-07-24 18:45 UTC  (55+ messages)
` [PATCH v4 56/83] buildman: Convert to argparse
` [PATCH v4 57/83] buildman: Convert camel case in bsettings.py
` [PATCH v4 58/83] buildman: Convert camel case in builder.py
` [PATCH v4 59/83] buildman: Split parser creation in two
` [PATCH v4 60/83] buildman: Convert camel case in builderthread.py
` [PATCH v4 61/83] buildman: Correct most pylint warnings in builderthread
` [PATCH v4 62/83] buildman: Export _get_output_dir() to avoid warnings
` [PATCH v4 64/83] buildman: Drop unnecessary assignment of config_out
` [PATCH v4 65/83] buildman: Start a function to set up the make arguments
` [PATCH v4 66/83] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH v4 67/83] buildman: Move more things into _build_args()
` [PATCH v4 68/83] buildman: Convert config_out to string IO
` [PATCH v4 69/83] buildman: Move reconfigure code into its own function
` [PATCH v4 70/83] buildman: Move bulid "
` [PATCH v4 71/83] buildman: Move reading of the done file into a function
` [PATCH v4 72/83] buildman: Move code to remove old outputs
` [PATCH v4 73/83] buildman: Move code to decide output dirs
` [PATCH v4 74/83] buildman: Move checkout code to a separate function
` [PATCH v4 75/83] buildman: Create a function to handle config and build
` [PATCH v4 76/83] buildman: Avoid passing result into _read_done_file()
` [PATCH v4 77/83] buildman: Tidy up reporting of a toolchain error
` [PATCH v4 78/83] buildman: Tidy up some comments in builderthread
` [PATCH v4 79/83] buildman: Move copy_files() out ot BuilderThread class
` [PATCH v4 80/83] buildman: Add a way to print the architecture for a board
` [PATCH v4 81/83] buildman: Use -D for --debug
` [PATCH v4 82/83] buildman: Add an option to check maintainers and targets
` [PATCH v4 83/83] buildman: Enable test coverage

[PATCH 1/4] binman: Tidy up tests for pre-load entry type
 2023-07-24 18:44 UTC  (8+ messages)
` [PATCH 2/4] binman: Renumber 277_rockchip and 278_mkimage test files
` [PATCH 3/4] binman: Renumber 277...289 TI "
` [PATCH 4/4] binman: Add missing ssl documentation

Please pull u-boot-dm
 2023-07-24 18:31 UTC 

[PATCH v14 11/11] arm_ffa: efi: corstone1000: enable MM communication
 2023-07-24 18:29 UTC  (3+ messages)
` [PATCH v15 00/10] introduce Arm FF-A support

[PATCH v2 1/4] cmd: bind: Add unbind command with driver filter
 2023-07-24 18:13 UTC  (4+ messages)

[PATCH 00/18] video: bochs: Remove the x86 limitation
 2023-07-24 18:11 UTC  (36+ 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 11/18] console: kconfig: Drop the redundant VIDEO dependency
` [PATCH 12/18] console: Make stdio_print_current_devices() static
` [PATCH 14/18] console: Print out complete stdio device list
` [PATCH 18/18] riscv: qemu: Enable usb keyboard as an input device

[PATCH v4.1 10/9] spl: Convert NVMe to spl_load
 2023-07-24 18:09 UTC 

[PATCH] clk: also return NULL for -ENOENT in devm_clk_get_optional functions
 2023-07-24 17:57 UTC  (3+ messages)

[PATCH v2 1/1] spl: initialize PCI before booting from MMC
 2023-07-24 17:52 UTC  (4+ messages)

[PATCH] spl: CONFIG_SPL_PCI_PNP should depend on CONFIG_SPL_PCI
 2023-07-24 17:52 UTC  (6+ messages)

[PATCH 1/1] spl: add FIT support to semihosting boot method
 2023-07-24 17:41 UTC  (3+ messages)

[PATCH v4 0/9] spl: Use common function for loading/parsing images
 2023-07-24 17:12 UTC  (10+ messages)
` [PATCH v4 1/9] spl: Add generic spl_load function
` [PATCH v4 2/9] spl: Convert ext to use spl_load
` [PATCH v4 3/9] spl: Convert fat to spl_load
` [PATCH v4 4/9] spl: Convert mmc "
` [PATCH v4 5/9] spl: Convert net "
` [PATCH v4 6/9] spl: Convert nor "
` [PATCH v4 7/9] spl: Convert semihosting "
` [PATCH v4 8/9] spl: Convert spi "
` [PATCH v4 9/9] spl: spi: Consolidate spi_load_image_os into spl_spi_load_image

bootstd regression from distro_bootcmd for removable EFI boot and weird return codes for fs
 2023-07-24 16:48 UTC  (3+ messages)

[PULL] u-boot-at91-fixes-2023.10-a
 2023-07-24 16:41 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2023-07-24 16:41 UTC  (2+ messages)

[PATCH 0/2] net: add support for HiSilicon Fast Ethernet Controller driver
 2023-07-24 16:20 UTC  (3+ messages)
` [PATCH 1/2] net: add hifemac Ethernet driver for HiSilicon platform
` [PATCH 2/2] net: add hifemac_mdio MDIO bus "

[PATCH 1/1] dm: adc: imx93-adc depends on ADC (fix boot)
 2023-07-24 15:19 UTC  (2+ messages)

[PATCH 00/18] K3 HS Support along with fixes
 2023-07-24 14:57 UTC  (3+ messages)
` [PATCH 01/18] arch: mach-k3: security: fix the check for authentication

[PATCH v8 00/23] Migration to using binman for bootloader
 2023-07-24 14:57 UTC  (3+ messages)
` [PATCH v8 01/23] binman: ti-board-config: Add support for TI board config binaries

[PATCH] dm: core: Deal with __symbols__ in devicetree
 2023-07-24 14:53 UTC  (2+ messages)

Strange construct in binman description
 2023-07-24 14:53 UTC  (2+ messages)

[PATCH 1/1] doc: describe QEMU emulation of block devices
 2023-07-24 14:53 UTC  (2+ messages)

[PATCH 1/1] doc: fix typo device_compat/.h
 2023-07-24 14:53 UTC  (2+ messages)

[PATCH 1/1] spl: initialize PCI before booting from SATA
 2023-07-24 14:53 UTC  (4+ messages)

[PATCH 0/9] x86: Fixes for distro booting
 2023-07-24 14:52 UTC  (10+ messages)
` [PATCH 1/9] x86: spl: Drop unwanted debug()
` [PATCH 2/9] video: Tidy up Makefile rule for video
` [PATCH 3/9] x86: Run QEMU machine setup in SPL
` [PATCH 4/9] Revert "x86: Switch QEMU over to use the bochs driver"
` [PATCH 5/9] board_f: Fix corruption of relocaddr
` [PATCH 6/9] x86: Correct copying of BIOS mode information
` [PATCH 7/9] video: Add a Kconfig option for SPL video handoff
` [PATCH 8/9] x86: Enable useful options for qemu-86
` [PATCH 9/9] x86: Update qemu documentation

[PATCH v4 0/2] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
 2023-07-24 13:57 UTC  (3+ messages)
` [PATCH v4 1/2] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node
` [PATCH v4 2/2] fixup! arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1

[PATCH 1/1] test: avoid function name 'setup'
 2023-07-24 13:58 UTC  (4+ messages)

[PATCH v3 0/3] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
 2023-07-24 13:54 UTC  (5+ messages)
` [PATCH v3 1/3] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node
` [PATCH v3 2/3] fixup! arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1
` [PATCH v3 3/3] fixup! net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node

[PATCH v2] board: at91: sama5d29_curiosity: add initial support for sama5d29_curiosity
 2023-07-24 11:35 UTC 

[PATCH v2] atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE
 2023-07-24 11:31 UTC  (2+ messages)

[PATCH] configs: sama5d2: enable CONFIG_LTO
 2023-07-24 11:24 UTC  (4+ messages)

[PATCH] configs: at91: sama5d2_icp_mmc: Enable CONFIG_LTO
 2023-07-24 11:15 UTC  (3+ messages)

[PATCH 00/20] sunxi: Allwinner T113s support
 2023-07-24 10:54 UTC  (3+ messages)
` [PATCH 16/20] sunxi: add Allwinner R528/T113 SoC support

[PATCH v3] xilinx: zynqmp: Extract aes operation into new file
 2023-07-24 10:39 UTC  (2+ messages)

[PATCH v4 0/7] Add support for PMICs used on Tegra 3 devices
 2023-07-24 10:22 UTC  (8+ messages)
` [PATCH v4 1/7] power: pmic: palmas: support TI TPS65913 PMIC
` [PATCH v4 2/7] power: pmic: add the base MAX77663 PMIC support
` [PATCH v4 3/7] power: regulator: max77663: add regulator support
` [PATCH v4 4/7] power: pmic: add the base TPS80031 PMIC support
` [PATCH v4 5/7] power: regulator: tps80031: add regulator support
` [PATCH v4 6/7] power: pmic: tps65910: add TPS65911 PMIC support
` [PATCH v4 7/7] power: regulator: tps65911: add regulator support

[PATCH 1/1] spl: initialize PCI before booting from MMC
 2023-07-24 10:21 UTC  (2+ messages)

[PATCH v2] efi_loader: make efi_delete_handle() follow the EFI spec
 2023-07-24 10:17 UTC 

[PATCH v2 0/3] net: ti: am65-cpsw-nuss: Fix DT binding handling of pinctrl
 2023-07-24 10:17 UTC  (9+ 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

[u-boot][PATCH] board: at91: sama5d29_curiosity: add initial support for sama5d29_curiosity
 2023-07-24  8:52 UTC  (4+ messages)

[PATCH v2 0/4] net: ti: am65-cpsw-nuss: Drop custom properties
 2023-07-24  8:29 UTC  (2+ messages)

[PATCH 1/1] spl: initialize PCI before booting from USB
 2023-07-24  8:08 UTC 

nand flash driver
 2023-07-24  7:52 UTC 

[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  (3+ messages)
` [PATCH v4 5/6] mips: ls1c300: add watchdog support

[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  (5+ messages)
` [PATCH v2 1/5] drivers: watchdog: add mcf watchdog support
` [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  (5+ 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  (13+ 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 7/7] power: regulator: tps65911: "

[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 1/1] spl: spl_legacy: simplify spl_parse_legacy_validate
 2023-07-23 16:06 UTC  (4+ messages)


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