u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-31 23:35:17 to 2022-09-02 08:47:50 UTC [more...]

[PATCH] spl: introduce SPL_XIP to config
 2022-09-02  8:47 UTC  (5+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] RockPi4: Add UEFI capsule update support
 2022-09-02  7:52 UTC  (5+ messages)

[PATCH v2 0/8] Enable CONFIG_TIMER for all Kirkwood / MVEBU boards
 2022-09-02  7:45 UTC  (11+ messages)
` [PATCH v2 1/8] timer: orion-timer: Use timer_conv_64() to fix timer wrap around
` [PATCH v2 2/8] timer: orion-timer: Add support for other Armada SoC's
` [PATCH v2 3/8] timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support
` [PATCH v2 4/8] arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms
` [PATCH v2 5/8] arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate step
` [PATCH v2 6/8] arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1
` [PATCH v2 7/8] arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to timer DT node
` [PATCH v2 8/8] kirkwood: lsxl: Sync defconfigs

[RFC PATCH 0/8] Migrate watchdog reset to cyclic infrastructure
 2022-09-02  7:44 UTC  (6+ messages)
` [RFC PATCH 8/8] WIP: .azure-pipelines.yml: Remove evb-ast2600

[PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment
 2022-09-02  7:40 UTC 

[PATCH] fdt_support: add optional board_rng_seed() hook
 2022-09-02  7:00 UTC  (9+ messages)

[PATCH v3] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-02  6:51 UTC 

[PATCH] misc: fs_loader: Add QSPI RAW partition loading support
 2022-09-02  6:43 UTC 

[PATCH v2 00/28] ARM: Add Rockchip RV1126 support
 2022-09-02  6:43 UTC  (7+ messages)
` [PATCH v2 03/28] tools: rkcommon: Correct SPL size for px30
` [PATCH v2 20/28] ARM: dts: rockchip: Add Rockchip RV1126 SoC

[PATCH v2] net: enetc: Fix use after free issue in fsl_enetc.c
 2022-09-02  6:35 UTC 

[PATCH 0/6] Enable CONFIG_TIMER for all Kirwood / MVEBU boards
 2022-09-02  5:38 UTC  (25+ 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-02  5:34 UTC  (7+ messages)

[PATCH 1/1] efi_loader: compliance Simple Text Input Ex Protocol
 2022-09-02  4:28 UTC  (4+ messages)

[PATCH 1/1] efi_selftest: on sandbox use host specific assembly
 2022-09-02  4:27 UTC  (2+ messages)

[PATCH v2 1/1] efi_loader: support CTRL+\ - CTRL+_
 2022-09-02  4:24 UTC  (2+ messages)

[PATCH] Kconfig: distro: Use imply instead of select for CMD_FAT
 2022-09-02  3:28 UTC 

[PATCH] arm: socfpga: Ensure the DTS QSPI clock is set correctly
 2022-09-02  3:23 UTC 

[PATCH] arm: socfpga: soc64: Enable ARM SMCCC
 2022-09-02  2:51 UTC 

[PATCH 0/2] *** SUBJECT HERE ***
 2022-09-02  1:58 UTC  (3+ messages)
` [PATCH 1/2] arch: arm: mach-socfpga: Use custom header target buffer in SPL
` [PATCH 2/2] arch: arm: mach-socfpga: Add SPL fitImage config match

[PATCH] driver: fpga: Add support for loading FPGA bitstream from RAW partition
 2022-09-02  1:52 UTC 

[PATCH] reset: socfpga: release more A10 peripherals out of reset
 2022-09-02  1:09 UTC 

[PATCH 1/1] efi_loader: printing UEFI revision in helloworld.efi
 2022-09-02  1:09 UTC  (3+ messages)

[PATCH 1/1] efi_loader: support CTRL+\ - CTRL+_
 2022-09-02  0:33 UTC  (3+ messages)

[PATCH 1/1] sandbox: unblock signal before calling execv()
 2022-09-02  0:32 UTC 

[PATCH] board_init: Convert CONFIG_MALLOC_F_ADDR to Kconfig
 2022-09-01 21:18 UTC  (2+ messages)

[PATCH] arch: arm: dts: socfpga: Add dts support for QSPI Arria 10 SoCDK
 2022-09-01 19:20 UTC 

[PATCH] board: altera: arria10: Add default kernel fitImage for Arria10 QSPI SoCDK
 2022-09-01 19:18 UTC 

[PATCH] board: altera: arria10: Add default U-Boot fitImage for Arria10 SoCDK
 2022-09-01 19:14 UTC 

[PATCH 0/4] Align sama5 and sama7 DT's with Linux
 2022-09-01 14:22 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: at91: sama5: Align with Linux Devicetree
` [PATCH 2/4] ARM: dts: at91: sama7: "
` [PATCH 3/4] pinctrl: at91-pio4: Bind GPIO driver to the pinctrl DT node
` [PATCH 4/4] pinctrl: at91-pio4: Add support for pinctrl config subnodes

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

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

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

[PATCH v2] binman: bintool: remove btool_ prefix from btool names
 2022-09-01 14:43 UTC 

[PATCH 00/12] Puma RK3399 migration to TPL and numerous fixes
 2022-09-01 13:13 UTC  (22+ 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 v1 2/3] arm: dts: rockchip: update cpu and gpu nodes
 2022-09-01 13:07 UTC  (4+ messages)
` [PATCH v1 3/3] arm: dts: rockchip: rk3288: partial sync from Linux

[PATCH v1 1/3] arm: dts: rockchip: rk3288: move thermal sub nodes to dtsi
 2022-09-01 13:06 UTC  (2+ messages)

[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  (13+ messages)
` [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/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  (3+ messages)
` [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 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  (6+ messages)
` [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  (45+ messages)
` [PATCH v2 01/32] arm: mediatek: add support for MediaTek MT7986 SoC
` [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 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 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 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 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  (3+ messages)
` [PATCH 2/2] i2c: fix stack buffer overflow vulnerability in i2c md command


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).