public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-10-13 00:54:50 to 2023-10-15 07:54:36 UTC [more...]

[PATCH v2 00/29] test: spl: Test some load methods
 2023-10-14 23:35 UTC  (37+ messages)
` [PATCH v2 01/29] spl: legacy: Fix referencing _image_binary_end
` [PATCH v2 02/29] spl: nor: Don't allocate header on stack
` [PATCH v2 03/29] spl: fit: Fix entry point for SPL_LOAD_FIT_FULL
` [PATCH v2 05/29] arm: imx: Add newlines after error messages
` [PATCH v2 06/29] arm: imx: Use log_err for errors in read_auth_container
` [PATCH v2 09/29] Move i.MX8 container image loading support to common/spl
` [PATCH v2 10/29] spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time
` [PATCH v2 11/29] lib: acpi: Fix linking SPL when ACPIGEN is enabled
` [PATCH v2 12/29] fs: Disable sandbox filesystem in SPL
` [PATCH v2 13/29] fs: ext4: Fix building ext4 in SPL if write is enabled
` [PATCH v2 14/29] fs: ext4: Add some defines for testing
` [PATCH v2 15/29] net: Fix compiling SPL when fastboot is enabled
` [PATCH v2 16/29] net: bootp: Move port numbers to header
` [PATCH v2 17/29] net: bootp: Fall back to BOOTP from DHCP when unit testing
` [PATCH v2 18/29] spl: Add callbacks to invalidate cached devices
` [PATCH v2 19/29] spl: Use map_sysmem where appropriate
` [PATCH v2 20/29] sandbox: Support -T in spl
` [PATCH v2 21/29] test: spl: Split tests up and use some configs
` [PATCH v2 22/29] test: spl: Fix spl_test_load not failing if fname doesn't exist
` [PATCH v2 23/29] test: spl: Add functions to create images
` [PATCH v2 24/29] test: spl: Add functions to create filesystems
` [PATCH v2 25/29] test: spl: Add a test for spl_blk_load_image
` [PATCH v2 26/29] test: spl: Add a test for the MMC load method
` [PATCH v2 27/29] test: spl: Add a test for the NET "
` [PATCH v2 28/29] test: spl: Add a test for the NOR "
` [PATCH v2 29/29] test: spl: Add a test for the SPI "

[PATCH v3 0/7] Add rkmtd command
 2023-10-14 18:20 UTC  (18+ messages)
` [PATCH v3 2/7] rockchip: dm: prepare rkmtd UCLASS
` [PATCH v3 3/7] rockchip: block: add rkmtd class and drivers
` [PATCH v3 4/7] rockchip: block: blk-uclass: disable bounce buffer support for rkmtd
` [PATCH v3 5/7] rockchip: cmd: add rkmtd command
` [PATCH v3 6/7] rockchip: test: dm: add rkmtd test
` [PATCH v3 7/7] rockchip: doc: add rkmtd.rst
` [PATCH v3] rockchip: configs: sandbox: enable rkmtd command

[PATCH 0/6] binman: Update CBFS implementation
 2023-10-14 20:40 UTC  (7+ messages)
` [PATCH 1/6] binman: Reset missing bintools after testing
` [PATCH 2/6] binman: Don't add compression attribute for uncompressed files
` [PATCH 3/6] binman: Ensure attributes always come last in the metadata
` [PATCH 4/6] binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4
` [PATCH 5/6] binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE
` [PATCH 6/6] binman: Move stage header into a CBFS attribute

[PATCH] firmware: scmi: Fix clearing variable
 2023-10-14 14:49 UTC  (2+ messages)

[PATCH v1] drivers: don't compile Secure Monitor UCLASS unconditionally
 2023-10-14 18:19 UTC  (2+ messages)

[PATCH v2] imx8mp-evk: Add USB0 OTG support
 2023-10-14 21:12 UTC 

[PATCH] sunxi: H616: DRAM: refactor mctl_phy_configure_odt()
 2023-10-14 17:24 UTC  (2+ messages)

[PATCH 0/3] Use FEAT_HAFDBS to track dirty pages
 2023-10-14 21:29 UTC  (5+ messages)
` [PATCH 1/3] arm64: Use FEAT_HAFDBS to track dirty pages when available

Please pull u-boot-dm
 2023-10-14 21:19 UTC  (2+ messages)

[PATCH v2 0/6] smbios: Deal with tables beyond 4GB
 2023-10-15  2:45 UTC  (7+ messages)
` [PATCH v2 1/6] smbios: Refactor 32-bit code into an else statement
` [PATCH v2 2/6] smbios: Move the rest of the SMBIOS2 code
` [PATCH v2 3/6] smbios: Use SMBIOS 3.0 to support an address above 4GB
` [PATCH v2 4/6] smbios: Correct gd_smbios_start()
` [PATCH v2 5/6] efi: Use the correct GUID for the SMBIOS table
` [PATCH v2 6/6] smbios: Require the caller to align "

[RESEND PATCH v3 0/3] rpi: Convert to standard boot
 2023-10-14 23:35 UTC  (7+ messages)

[PATCH v6 00/14] firmware: scmi: add SCMI base protocol support
 2023-10-14 14:49 UTC  (3+ messages)
` [PATCH v6 01/14] scmi: refactor the code to hide a channel from devices

[PATCH] mmc: sh_sdhi: Drop unused driver
 2023-10-14 21:27 UTC 

[PATCH v2 00/19] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-14 21:26 UTC  (25+ messages)
` [PATCH v2 06/19] arm: rmobile: Add basic R9A07G044L SoC support
` [PATCH v2 07/19] clk: renesas: Add RZ/G2L & RZ/G2LC CPG driver
` [PATCH v2 09/19] cmd: gpio: Skip output on -ENOENT
` [PATCH v2 10/19] pinctrl: renesas: Add RZ/G2L PFC driver
` [PATCH v2 11/19] serial: sh: Fix error handling
` [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support
` [PATCH v2 13/19] mmc: renesas-sdhi: Refactor probe function
` [PATCH v2 14/19] mmc: renesas-sdhi: Initialize module on RZ/G2L
` [PATCH v2 16/19] arm: rmobile: Add CPU detection for RZ/G2L
` [PATCH v2 17/19] arm: rmobile: Support RZ/G2L memory map
` [PATCH v2 19/19] board: rzg2l: Add RZ/G2L SMARC EVK board

[PATCH v2] doc: Migrate Renesas board docs to rst
 2023-10-14 20:05 UTC  (2+ messages)

[PATCH] imx8mp-evk: Add USB0 OTG support
 2023-10-14 19:07 UTC 

[PULL] u-boot-usb/master
 2023-10-14 14:49 UTC  (2+ messages)

[PATCH] mmc: tmio: Always check for errors after receiving an IRQ
 2023-10-14 21:56 UTC 

[PATCH 0/4] rockchip: rk3588: Sync pcie and usb3 nodes from linux
 2023-10-14 19:12 UTC  (4+ messages)
` [PATCH 3/4] rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patches

[PATCH 0/5] board: rockchip: Add Pine64 Quartz64 and SOQuartz boards
 2023-10-14 19:22 UTC  (9+ messages)
` [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

[PATCH 0/4] firmware: scmi: add SCMI power domain protocol support
 2023-10-14  1:20 UTC  (3+ messages)
` [PATCH 4/4] test: dm: add SCMI power domain protocol test

[PATCH v2 0/6] Support for dumping capsule headers and empty capsules
 2023-10-13 22:00 UTC  (17+ messages)
` [PATCH v2 1/6] tools: mkeficapsule: Add support to print capsule headers
` [PATCH v2 2/6] doc: capsule: Add documentation for the capsule dump feature
` [PATCH v2 3/6] binman: capsule: Remove superfluous [address, size]-cells properties
  ` [PATCH v2 3/6] binman: capsule: Remove superfluous [address,size]-cells properties
` [PATCH v2 4/6] binman: capsule: Use dumped capsule header contents for verification
` [PATCH v2 5/6] btool: mkeficapsule: Add support for EFI empty capsule generation
` [PATCH v2 6/6] binman: capsule: Add support for generating EFI empty capsules

[PATCH 1/5] core: fix doc comments of dev_read_addr*() and related functions
 2023-10-13 22:00 UTC  (15+ messages)
` [PATCH 2/5] core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors
` [PATCH 3/5] core: introduce dev_read_addr_name[_size]_ptr() functions
` [PATCH 4/5] pinctrl: single: fix compile warnings with PHYS_64BIT on 32bit
` [PATCH 5/5] treewide: use dev_read_addr_*_ptr() where appropriate

[PATCH] binman: bintool: Change make target arg type from string to list
 2023-10-13 22:00 UTC  (3+ messages)

[PATCH 1/1] sandbox: fix spl_board_init
 2023-10-13 22:00 UTC  (3+ messages)

[PATCH] bootstd: Scan all bootdevs in a boot_targets entry
 2023-10-13 22:00 UTC  (3+ messages)

[PATCH 1/7] checkpatch.pl: Make common.h check boarder
 2023-10-13 21:40 UTC  (19+ messages)
` [PATCH 2/7] include: Add <linux/types.h> in a few places
` [PATCH 3/7] arc: Remove common.h usage
` [PATCH 4/7] m68k: "
` [PATCH 5/7] microblaze: "
` [PATCH 7/7] riscv: "

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2023-10-13 21:09 UTC  (9+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH 00/26] test: spl: Test some load methods
 2023-10-13 19:44 UTC  (7+ messages)
` [PATCH 07/26] arm: imx: Check header before calling spl_load_imx_container
` [PATCH 20/26] test: spl: Add functions to create images
  ` [SPAM] "

[PATCH 0/4] mkimage: also honour -B even without external data
 2023-10-13 18:30 UTC  (6+ messages)
` [PATCH 5/4] mkimage: update man page and -h output

U-Boot 2023.10 does not boot from uSD on RPi4
 2023-10-13 17:48 UTC  (9+ messages)

[PATCH v12 0/8] tpm: Support boot measurements
 2023-10-13 17:22 UTC  (3+ messages)
` [PATCH v12 5/8] test: Add sandbox TPM boot measurement

[PATCH] .gitignore: ignore misc include, simple-bin, and tools/generated build artifacts
 2023-10-13 16:57 UTC  (2+ messages)

[PATCH] patman: Add a 'keep_change_id' setting
 2023-10-13 16:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] zynqmp: migrate gqspi debug to logging
 2023-10-13 12:37 UTC 

[PATCH] ls1088a: Move maintainership over to Udit Agarwal
 2023-10-13 16:56 UTC  (2+ messages)

Pull request efi-2024-01-rc1
 2023-10-13 16:53 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2024.01-rc1 v3
 2023-10-13 16:52 UTC  (2+ messages)

Pull request for u-boot-nand-20230417
 2023-10-13 16:52 UTC  (2+ messages)

[PATCH 00/11] Introduce basic support for TI's AM62Px SoC family
 2023-10-13 16:49 UTC  (9+ messages)
` [PATCH 04/11] arm: mach-k3: invert logic for split DM firmware config
` [PATCH 05/11] arch: mach-k3: introduce basic files to support the am62px SoC family
` [PATCH 06/11] board: ti: introduce basic board files for the am62px family
` [PATCH 09/11] arm: dts: introduce am62p5 uboot dts files

[PATCH v2 1/2] checkpatch.pl: Make common.h check boarder
 2023-10-13 16:45 UTC  (3+ messages)
` [PATCH v2 2/2] patman: Add a little documentation on the checkpatch tests

[PATCH v3 0/2] dfu: mtd: mark bad the MTD block on erase error
 2023-10-13 16:02 UTC  (5+ messages)
` [PATCH v3 1/2] dfu: mtd: fix the trace when limit is reached
` [PATCH v3 2/2] dfu: mtd: mark bad the MTD block on erase error

[PATCH v2] usb: xhci: Workaround to fix the USB halted endpoint issues
 2023-10-13 15:15 UTC  (4+ messages)

[PATCH v2] i2c: designware_i2c: adjust timing calculation
 2023-10-13 14:05 UTC  (2+ messages)

[PATCH] Makefile: remove misc include and simple-bin build artifacts on clean
 2023-10-13 13:23 UTC 

[PATCH 0/4] clk: imx: add i.MX93 CCF driver
 2023-10-13 13:04 UTC  (2+ messages)

[PATCH 0/2] bootcount: Replace I2C legacy implementation by driver model
 2023-10-13 12:58 UTC  (8+ messages)
` [PATCH 1/2] bootcount: Remove legacy I2C driver
` [PATCH 2/2] bootcount: Add driver model "

[PATCH v2 0/2] tegra_mmc: get tap and trim from dts
 2023-10-13 12:42 UTC  (2+ messages)

[PATCH v2 00/16] General tegra and board improvements
 2023-10-13 12:42 UTC  (2+ messages)

[PATCH] arm: dts: k3-j721e-mcu-wakeup: Add MCU domain ESM instance
 2023-10-13 11:05 UTC  (2+ messages)

[PATCH 1/1] i2c: designware_i2c: adjust timing calculation
 2023-10-13  9:12 UTC  (4+ messages)

[PATCH] test/py: net: Add a test for 'pxe get' command
 2023-10-13  9:00 UTC  (2+ messages)

[PATCH 1/1] riscv: enable CONFIG_DEBUG_UART by default
 2023-10-13  8:56 UTC  (2+ messages)

[PATCH 1/1] configs: sifive: enable poweroff command on Unmatched
 2023-10-13  8:49 UTC  (2+ messages)

[RESEND PATCH v2] rockchip: include: asm: fix entering download mode rk3066
 2023-10-13  8:01 UTC  (2+ messages)

[PATCH v2 0/5] clk : rockchip: update rk3568 and rk3588 clk driver
 2023-10-13  7:44 UTC  (11+ messages)
` [PATCH v2 1/5] clk: rockchip: rk3568: support dclk_vop select more parent clks
` [PATCH v2 2/5] clk: rk3588: Add 742.5M parameter for PLL
` [PATCH v2 3/5] clk: rockchip: rk3588: support aclk_top_root set 750M
` [PATCH v2 4/5] clk: rockchip: rk3588: Avoid re-setting the pll rate of dclk_vop's parent
` [PATCH v2 5/5] clk: rockchip: rk3588: fix up the frac pll calculation

[PATCH] rockchip: dts: rk3328: Sync rock64 device tree file from Linux
 2023-10-13  7:19 UTC  (2+ messages)

[PATCH v4 0/1] Empirical testing suggests that the rk3588 variants require additional spi detection handling based on iomux settings
 2023-10-13  7:16 UTC  (3+ messages)
` [PATCH v4 1/1] board: rockchip: add FriendlyElec NanoPC-T6 rk3588 board

[PATCH] arm: mvebu: AC5/AC5X: Disable SMBIOS
 2023-10-13  3:00 UTC 


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