public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-08-31 11:01:07 to 2022-09-01 13:06:45 UTC [more...]

[PATCH 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-09-01 13:06 UTC  (21+ messages)
` [PATCH 02/12] rockchip: puma-rk3399: use gpio-hog instead of fixed-regulator for enabling eMMC/SPI-NOR
` [PATCH 03/12] rockchip: puma-rk3399: allow non-SD-Card-loaded SPL to load U-Boot proper from SD-Card
` [PATCH 04/12] rockchip: puma-rk3399: remove unused default ENV_OFFSET for SPI flashes
` [PATCH 05/12] rockchip: puma-rk3399: load environment from same MMC as used for loading U-Boot proper
` [PATCH 06/12] rockchip: puma-rk3399: allow loading environment from SPI-NOR flash
` [PATCH 07/12] rockchip: puma-rk3399: load environment from same medium as one used to load U-Boot proper
` [PATCH 08/12] rockchip: puma-rk3399: remove useless CONFIG_SYS_SPI_U_BOOT_OFFS
` [PATCH 09/12] rockchip: puma-rk3399: migrate to TPL
` [PATCH 10/12] rockchip: puma-rk3399: migrate to u-boot-rockchip.bin
` [PATCH 12/12] rockchip: puma-rk3399: migrate to u-boot-rockchip-spi.bin

[PATCH v2 1/2] spl: enable regulator-boot-on and disable regulator-force-boot-off
 2022-09-01 12:49 UTC  (3+ messages)

[PATCH v3 1/2] rockchip: rk3399: fix incorrect ifdef check on SPL_DM_REGULATOR
 2022-09-01 12:19 UTC  (4+ messages)
` [PATCH v3 2/2] rockchip: rk3399: fix incorrect ifdef check on SPL_GPIO

[PATCH v3 0/4] mtd: spi: spi-nor: rk3399: rock-pi-4: u-boot/next Support SPI NOR Flash in Rock Pi 4 (XTX xt25f32b)
 2022-09-01 12:17 UTC  (3+ messages)
` [PATCH v3 3/4] spi-nor: Adapt soft reset to XTX25F32B in Rock Pi 4 rev 1.4

[PATCH] arm: rockchip: rk3399: Program PLL clock for DDR at 50 MHz in documented range
 2022-09-01 12:12 UTC  (2+ messages)

[PATCH v5 0/8] migrate u-boot-rockchip.bin to binman and generate an image for SPI
 2022-09-01 12:08 UTC  (23+ messages)
` [PATCH v5 1/8] binman: add support for skipping file concatenation for mkimage
` [PATCH v5 3/8] rockchip: remove binman temporary files when cleaning
` [PATCH v5 4/8] rockchip: generate idbloader.img content for u-boot-rockchip.bin with binman for ARM
` [PATCH v5 5/8] rockchip: generate u-boot-rockchip.bin with binman for ARM64 boards
` [PATCH v5 6/8] rockchip: simplify binman image dependencies addition to INPUTS
` [PATCH v5 7/8] rockchip: allow to build SPI images even without HAS_ROM option
` [PATCH v5 8/8] rockchip: add u-boot-rockchip-spi.bin image for booting from SPI-NOR flash

How can I change the LPDDR4x configuration on U-boot
 2022-09-01  1:39 UTC 

[PATCH 0/6] Enable CONFIG_TIMER for all Kirwood / MVEBU boards
 2022-09-01 11:52 UTC  (20+ messages)
` [PATCH 2/6] timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support

[PATCH] arm: orion5: Completely remove Orion5 platform support
 2022-09-01  9:06 UTC  (5+ messages)

[PATCH 0/5] FWU: Add support for mtd backed feature on DeveloperBox
 2022-09-01  7:22 UTC  (9+ messages)
  ` [PATCH 2/5] FWU: Add FWU metadata access driver for MTD storage regions
  ` [PATCH 3/5] FWU: mtd: Add helper functions for accessing FWU metadata
  ` [PATCH 5/5] fwu: DeveloperBox: add support for FWU

[PATCH 00/21] dm: core: Support multiple device trees in ofnode
 2022-09-01  7:07 UTC  (5+ messages)
` [PATCH 02/21] treewide: Drop bootm_headers_t typedef
` [PATCH 04/21] treewide: Drop image_header_t typedef
` [PATCH 08/21] dm: core: Allow adding ofnode subnodes

[PATCH v3 6/8] RAM: Add changes for i.MXRT11xx series
 2022-09-01  6:24 UTC 

[PATCH v2 1/7] binman: bintool: move version check implementation into bintool class
 2022-09-01  6:20 UTC  (16+ messages)
` [PATCH v2 2/7] binman: btool: lz4: use Bintool.version
` [PATCH v2 3/7] binman: btool: mkimage: "
` [PATCH v2 4/7] binman: bintool: parametrize parameter to pass to binary for returning version
` [PATCH v2 5/7] binman: btool: fiptool: use Bintool.version
` [PATCH v2 6/7] binman: btool: futility: "
` [PATCH v2 7/7] binman: bintool: bzip2: fix version function on non-Debian-based systems

[PATCH] binman: btool: gzip: fix packer name so that binary can be found
 2022-09-01  6:12 UTC  (3+ messages)

[PATCH 0/4] mtd: spi-nor-core: Track flash's internal address mode in s25hx-t
 2022-09-01  6:05 UTC  (5+ messages)
` [PATCH 1/4] mtd: spi-nor-core: Default to addr_width of 3 for configurable widths
` [PATCH 2/4] mtd: spi-nor-core: Track flash's internal address mode
` [PATCH 3/4] mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytes
` [PATCH 4/4] mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal address mode

[PATCH v2 0/9] Add DM support for atmel NAND driver
 2022-09-01  5:57 UTC  (12+ messages)
` [PATCH v2 5/9] mfd: syscon: atmel-smc: Add driver for atmel SMC
` [PATCH v2 8/9] ARM: dts: at91: sam9x60ek: Enable NAND support

[PATCH] HSD #2205749969: board: altera: Add fitImage to support S10 secure boot for both U-Boot and kernel
 2022-09-01  5:54 UTC 

[PATCH] arm: socfpga: stratix10: Enable CONFIG_FPGA_INTEL_PR
 2022-09-01  5:26 UTC 

[PATCH] driver: fpga: Adding Freeze Bridge for PR console support
 2022-09-01  3:10 UTC 

[PATCH v2 00/32] Add support for MediaTek MT7981/MT7986 SoCs - v2
 2022-09-01  3:00 UTC  (60+ messages)
` [PATCH v2 01/32] arm: mediatek: add support for MediaTek MT7986 SoC
` [PATCH v2 02/32] arm: mediatek: add support for MediaTek MT7981 SoC
` [PATCH v2 03/32] board: mediatek: add MT7986 reference boards
` [PATCH v2 04/32] board: mediatek: add MT7981 "
` [PATCH v2 05/32] mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCs
` [PATCH v2 06/32] net: mediatek: use a struct to cover variations of all SoCs
` [PATCH v2 07/32] net: mediatek: stop using bitfileds for DMA descriptors
` [PATCH v2 08/32] net: mediatek: add support for PDMA v2
` [PATCH v2 09/32] net: mediatek: add support for MediaTek MT7981/MT7986
` [PATCH v2 10/32] serial: mtk: add support for using dynamic baud clock souce
` [PATCH v2 11/32] arm: dts: mt7622: force high-speed mode for uart
` [PATCH v2 12/32] pwm: mtk: add support for MediaTek MT7986 SoC
` [PATCH v2 13/32] pwm: mtk: add support for MediaTek MT7981 SoC
` [PATCH v2 14/32] timer: mtk: add support for MediaTek MT7981/MT7986 SoCs
` [PATCH v2 15/32] watchdog: mediatek: add support for MediaTek MT7986 SoC
` [PATCH v2 16/32] spi: add support for MediaTek spi-mem controller
` [PATCH v2 17/32] i2c: add support for MediaTek I2C interface
` [PATCH v2 18/32] arm: dts: mt7622: add i2c support
` [PATCH v2 19/32] dt-bindings: pinctrl: mediatek: add a header for common pinconf parameters
` [PATCH v2 20/32] pinctrl: mediatek: add pinctrl driver for MT7981 SoC
` [PATCH v2 21/32] pinctrl: mediatek: add pinctrl driver for MT7986 SoC
` [PATCH v2 22/32] clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock parent of xtal clock
` [PATCH v2 23/32] clk: mediatek: add support to configure clock driver parent
` [PATCH v2 24/32] clk: mediatek: add infrasys clock mux support
` [PATCH v2 25/32] clk: mediatek: add CLK_XTAL support for clock driver
` [PATCH v2 26/32] clk: mediatek: add clock driver support for MediaTek MT7986 SoC
` [PATCH v2 27/32] clk: mediatek: add clock driver support for MediaTek MT7981 SoC
` [PATCH v2 28/32] cpu: add basic cpu driver for MediaTek ARM chips
` [PATCH v2 29/32] tools: mtk_image: split gfh header verification into a new function
` [PATCH v2 30/32] tools: mtk_image: split the code of generating NAND header into a new file
` [PATCH v2 31/32] tools: mtk_image: add support for nand headers used by newer chips
` [PATCH v2 32/32] MAINTAINERS: update maintainer for MediaTek ARM platform

[PATCH v2 00/17] IPv6 support
 2022-09-01  2:27 UTC  (34+ messages)
` [PATCH 01/17] net: ipv6: Add IPv6 basic primitives
` [PATCH 02/17] net: ipv6: Add IPv6 build options
` [PATCH 03/17] net: ipv6: Add callbacks declarations to get access to IPv6 variables
` [PATCH 04/17] net: ipv6: Add Neighbor Discovery Protocol (NDP)
` [PATCH 05/17] net: ipv6: Add string_to_ip6 converter
` [PATCH 06/17] net: ipv6: Enable IPv6 typeconversion specifier
` [PATCH 07/17] net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks
` [PATCH 08/17] net: ipv6: Add implementation of main IPv6 functions
` [PATCH 10/17] net: tftp: Add IPv6 support for tftpboot
` [PATCH 11/17] net: ping6: Add ping6 command
` [PATCH 12/17] test: dm: eth: Add string_to_ip6 test
` [PATCH 13/17] test: dm: eth: Add csum_ipv6_magic test
` [PATCH 14/17] test: dm: eth: Add ip6_addr_in_subnet test
` [PATCH 15/17] test: dm: eth: Add ip6_make_snma test
` [PATCH 16/17] test: dm: eth: Add ip6_make_lladdr test
` [PATCH 17/17] test/py: add a ping6 test

[PATCH v3 1/2] Makefile: Allow LTO to be disabled for a build
 2022-09-01  2:26 UTC  (2+ messages)

[PATCH] arm: smh: Fix uninitialized parameters with newer GCCs
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH v2] tools: mkimage: fix build with recent LibreSSL
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH] bootm: Fix upper bound of FDT overlap checks
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH v2] image-fit: don't set compression if it can't be read
 2022-08-31 23:34 UTC  (5+ messages)
` [PATCH v4 1/2] bootm: fix typo imape_comp -> image_comp
` [PATCH v4 2/2] image-fit: don't set compression if it can't be read

[PATCH 1/2] Revert "i2c: fix stack buffer overflow vulnerability in i2c md command"
 2022-08-31 23:34 UTC  (4+ messages)
` [PATCH 2/2] i2c: fix stack buffer overflow vulnerability in i2c md command

[PATCH] corenet_ds.h: Remove
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH] spl: ahci: Fix dependency for SPL_AHCI_PCI
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH v2] fs: fix comment typo
 2022-08-31 23:34 UTC  (2+ messages)

[PATCH] kbuild: add KBUILD_HOSTLDFLAGS to cmd_host-csingle
 2022-08-31 23:33 UTC  (2+ messages)

[PATCH] board: ti: common: board_detect: Fix EEPROM read quirk
 2022-08-31 23:33 UTC  (2+ messages)

[PATCH] gitlab-ci: Update comment about the Dockerfile
 2022-08-31 23:33 UTC  (2+ messages)

[PATCH] common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables
 2022-08-31 23:33 UTC  (3+ messages)
` [PATCH] common/console.c: prevent pre-console buffer contents from being added to itself

[PATCH v2 1/1] lib: rsa: fix padding_pss_verify
 2022-08-31 19:23 UTC  (2+ messages)

[PATCH 1/1] lib: rsa: fix padding_pss_verify
 2022-08-31 19:03 UTC  (3+ messages)

[PATCH v2] dm: core: Do not stop uclass iteration on error
 2022-08-31 17:44 UTC  (9+ messages)
` [PATCH v3] "

[PATCH] powerpc: Add support for CZ.NIC Turris 1.x routers
 2022-08-31 16:48 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/1] efi_loader: ensure all block devices are probed
 2022-08-31 15:35 UTC 

[PATCH 0/3] *** SUBJECT HERE ***
 2022-08-31 15:18 UTC  (4+ messages)
` [PATCH 1/3] arch: arm: mach-socfpga: Add a backup copy of .data section for SoC64 SPL
` [PATCH 2/3] configs: socfpga: Specify new linker script specific to "
` [PATCH 3/3] arch: arm: mach-socfpga: Reload SoC64 SPL state after warm reset

[PATCH] binman: bintool: bzip2: fix version function on non-Debian-based systems
 2022-08-31 14:44 UTC  (2+ messages)

imx_bootaux lto issue
 2022-08-31 14:38 UTC  (2+ messages)

binman warning/failure when blobs are missing
 2022-08-31 14:17 UTC  (11+ messages)

[PATCH v2 2/6] console: Implement flush() function
 2022-08-31 13:55 UTC  (13+ messages)

[PATCH] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-08-31 13:47 UTC  (2+ messages)

[PATCH] board: bsh: Update imx8mn ddr3l timing according to BSH hw team
 2022-08-31 12:13 UTC  (4+ messages)

[PATCH 1/2] Makefile: Fix dependency for u-boot-with-dtb.bin
 2022-08-31 12:12 UTC  (3+ messages)

[PATCH 1/3] board: freescale: p1_p2_rdb_pc: Add workaround for board reset reboot loop
 2022-08-31 12:04 UTC  (4+ messages)
` [PATCH v2 1/4] "

[PATCH 0/2] *** SUBJECT HERE ***
 2022-08-31 11:20 UTC  (3+ messages)
` [PATCH 1/2] arm: socfpga: soc64: Enable L2 reset on S10
` [PATCH 2/2] arm: socfpga: soc64: Perform warm reset after L2 reset in SPL "


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