public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2022-04-05 13:16:38 to 2022-04-06 18:31:47 UTC [more...]

[PATCH 0/8] Fix misc ASAN reports
 2022-04-06 18:31 UTC  (2+ messages)

[PATCH v1 0/6] Add Nuvoton NPCM750 support
 2022-04-06 18:19 UTC  (11+ messages)
` [PATCH v1 1/6] ARM: configs: Add defconfig for Nuvoton NPCM750
` [PATCH v1 2/6] ARM: dts: Add Nuvoton NPCM750 device tree
` [PATCH v1 3/6] timer: npcm: Add NPCM timer support
` [PATCH v1 4/6] serial: npcm: Add support for Nuvoton NPCM SoCs
` [PATCH v1 5/6] clk: nuvoton: Add support for NPCM750
` [PATCH v1 6/6] arm: nuvoton: Add support for Nuvoton NPCM750 BMC

[PATCH] clk: imx8mp: Add ECSPI clocks
 2022-04-06 18:13 UTC  (2+ messages)

[RFC PATCH v2] mips: dts: add initial support for ls1c300 SoC
 2022-04-06 18:06 UTC  (2+ messages)

[RFC PATCH] mips: dts: add initial support for ls1c300 SoC
 2022-04-06 17:05 UTC  (6+ messages)
  `  "

[PULL] u-boot-riscv/master
 2022-04-06 15:55 UTC  (2+ messages)

[PATCH] Makefile: add endian link flag to u-boot-elf.o
 2022-04-06 15:55 UTC  (2+ messages)

[PATCH] tools: mkimage: No need to verify_header for header_v2
 2022-04-06 15:55 UTC  (2+ messages)

[PATCH 1/1] dm: fix function documentation in include/dm/ofnode.h
 2022-04-06 15:55 UTC  (2+ messages)

[PATCH] mkimage: Call verify_header after writing image to disk
 2022-04-06 15:55 UTC  (3+ messages)
` [PATCH v2] tools: "

[PATCH v2 1/3] power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217
 2022-04-06 15:54 UTC  (4+ messages)
` [PATCH v2 2/3] power: pmic: Provide DM_PMIC support for tps65217 driver

[PATCH 0/6] introduce Arm FF-A support
 2022-04-06 15:51 UTC  (2+ messages)

[PATCH] driver: gpio: fix gpio glitch for output-high gpio-hog
 2022-04-06 15:32 UTC  (4+ messages)

[PATCH v4 00/12] Prepare RK3066 U-boot support
 2022-04-06 15:29 UTC  (26+ messages)
` [PATCH v4 01/12] rockchip: move ROCKCHIP_STIMER_BASE to Kconfig
` [PATCH v4 02/12] rockchip: spl: change call condition rockchip_stimer_init()
` [PATCH v4 03/12] rockchip: tpl: "
` [PATCH v4 04/12] rockchip: spl: replace ifdef by IS_ENABLED for timer_init() call condition
` [PATCH v4 05/12] rockchip: tpl: use "
` [PATCH v4 06/12] rockchip: timer: add OF_PLATDATA support for dw-apb-timer
` [PATCH v4 07/12] rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure
` [PATCH v4 08/12] rockchip: mmc: rockchip_dw_mmc: fix ciu clock index
` [PATCH v4 09/12] rockchip: mmc: rockchip_dw_mmc: add rk3066/rk3188 support
` [PATCH v4 10/12] rockchip: serial: restyle the serial_rockchip.c driver
` [PATCH v4 11/12] rockchip: serial: move driver alias to serial_rockchip.c
` [PATCH v4 12/12] rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL

[PATCH] dt-bindings: nvmem: u-boot, env: add Broadcom's variant binding
 2022-04-06 15:25 UTC 

[PATCH] pci: Do not enable PCIe ASMedia ASM2824 workaround by default
 2022-04-06 15:09 UTC 

[PATCH 1/9] net: gmac_rockchip: Fix misuse of GENMASK macro
 2022-04-06 15:08 UTC  (2+ messages)

[PATCH v9 00/16] Add Rikomagic MK808 board
 2022-04-06 15:01 UTC  (3+ messages)
` [PATCH v9 01/16] rockchip: rk3066-power: sync power domain dt-binding header from Linux

[PATCH] doc: distro: Update list of all support boot types
 2022-04-06 14:52 UTC  (2+ messages)

[PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig
 2022-04-06 14:33 UTC 

[PATCH 1/2] mtd: call of_platform_populate() for MTD partitions
 2022-04-06 14:32 UTC  (2+ messages)
` [PATCH 2/2] nvmem: add driver handling U-Boot environment variables

[PATCH u-boot-marvell] arm: mvebu: Do not define or overwrite vectors in SPL build
 2022-04-06 14:20 UTC  (4+ messages)
` [PATCH u-boot-marvell v2 1/3] arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option
  ` [PATCH u-boot-marvell v2 2/3] arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled
  ` [PATCH u-boot-marvell v2 3/3] arm: mvebu: Enable CONFIG_SPL_SYS_NO_VECTOR_TABLE for 32-bit mvebu

[PATCH 00/11] virtio: Harden and test vring
 2022-04-06 14:18 UTC  (3+ messages)
` [PATCH 10/11] virtio: rng: Check length before copying

[PATCH u-boot-net v3 00/14] u-boot-net refactors, fixes, cleanups
 2022-04-06 14:03 UTC  (19+ messages)
` [PATCH u-boot-net v3 01/14] net: mdio-uclass: fix type for phy_mode_str and phy_handle_str
` [PATCH u-boot-net v3 02/14] net: mdio-uclass: use ARRAY_SIZE()
` [PATCH u-boot-net v3 04/14] net: mdio-uclass: add wrappers for read/write/reset operations
` [PATCH u-boot-net v3 05/14] treewide: use dm_mdio_read/write/reset() wrappers
` [PATCH u-boot-net v3 06/14] net: phy: fix parsing wrong property
` [PATCH u-boot-net v3 07/14] net: introduce helpers to get PHY interface mode from a device/ofnode
` [PATCH u-boot-net v3 08/14] treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX
` [PATCH u-boot-net v3 09/14] treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
` [PATCH u-boot-net v3 14/14] net: phy: don't require PHY interface mode during PHY creation

[RFC PATCH] RFC: Replace CONFIG_SYS_BAUDRATE_TABLE by board and UART driver rounding functions
 2022-04-06 13:32 UTC  (5+ messages)

[PATCH] armv8: sec_firmware: drop unneeded ARMV8_SEC_FIRMWARE_SUPPORT check
 2022-04-06 13:26 UTC  (4+ messages)

[PATCH] arm: mvebu: turris_omnia: Enable CONFIG_CMD_FUSE
 2022-04-06 13:26 UTC 

[PATCH] nds32: Remove the architecture
 2022-04-06 13:21 UTC 

[RESEND, RFC 0/8] Integration of sysfw and tispl with U-Boot
 2022-04-06 12:29 UTC  (9+ messages)
` [RESEND, RFC 1/8] tools: config: yaml: Add board config class to generate config binaries
` [RESEND, RFC 2/8] binman: etype: sysfw: Add entry type for sysfw
` [RESEND, RFC 3/8] schema: yaml: Add board config schema
` [RESEND, RFC 4/8] config: yaml: j721e_evm: Add board config for J721E EVM
` [RESEND, RFC 5/8] binman: sysfw: Add support for packaging tiboot3.bin and sysfw.itb
` [RESEND, RFC 6/8] binman: dtsi: sysfw: j721e: Use binman to package sysfw.itb
` [RESEND, RFC 7/8] binman: etype: dm: Add entry type for TI DM
` [RESEND, RFC 8/8] binman: dtsi: tispl: j721e: Use binman to package tispl.bin

[PATCH] tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_END
 2022-04-06 13:18 UTC 

[PATCH] imx: add i.MX8MN DDR3L evk board support
 2022-04-06 13:14 UTC  (2+ messages)

[PATCH 1/3] imx: power-domain: Descend into pgc subnode if present
 2022-04-06 13:13 UTC  (12+ messages)
` [PATCH 3/3] imx: power-domain: Get rid of SMCCC dependency

[PATCH v1 0/2] imx6 ddr initialization fixes
 2022-04-06 12:57 UTC  (5+ messages)
` [PATCH v1 1/2] mx6: ddr: Restore ralat/walat in write level calibration
` [PATCH v1 2/2] mx6: ddr: Wait before issuing the first MRS cmd

[PATCH] arm: mvebu: Add support for reading LD0 and LD1 eFuse
 2022-04-06 12:18 UTC 

[PATCH 1/2] ram: k3-ddrss: Fix register name and explain its usage
 2022-04-06  9:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/5] arm: mvebu: turris_omnia: Fix RESET button message
 2022-04-06  9:39 UTC  (5+ messages)
` [PATCH 2/5] arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV
` [PATCH 3/5] arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets
` [PATCH 4/5] arm: mvebu: turris_omnia: Add NVMe to "
` [PATCH 5/5] arm: mvebu: turris_mox: Add NVMe and SCSI "

[PATCH] video: stm32: stm32_ltdc: support several hardware versions
 2022-04-06  8:41 UTC 

[PATCH] video: stm32: stm32_ltdc: fix data enable polarity
 2022-04-06  8:37 UTC 

[PATCH v5 0/9] imx8mm: add pwm-imx backlight support
 2022-04-06  8:04 UTC  (2+ messages)

[PATCH V2 00/26] imx: imx8ulp: misc update from downstream
 2022-04-06  6:30 UTC  (27+ messages)
` [PATCH V2 01/26] imx: imx8ulp: Set COUNTER_FREQUENCY to 1Mhz
` [PATCH V2 02/26] imx: imx8ulp: include pcc/cgc header in clock header
` [PATCH V2 03/26] imx: imx8ulp: Add M33 handshake functions
` [PATCH V2 04/26] imx: imx8ulp: clock: Add clock support for i3c controller
` [PATCH V2 05/26] imx: imx8ulp: add CAAM clock entry
` [PATCH V2 06/26] imx: imx8ulp_evk: Remove PMIC Bucks PWM mode settings
` [PATCH V2 07/26] imx: imx8ulp: add ND/LD clock
` [PATCH V2 08/26] imx: imx8ulp_evk: Skip init DDR for reboot in dual boot mode
` [PATCH V2 09/26] imx: imx8ulp: cgc: Switch to NICLPAV to FRO192 before PLL4 init
` [PATCH V2 10/26] imx: imx8ulp: enable MU0_B clk by default
` [PATCH V2 11/26] misc: imx8ulp: Add OEM SRK Hash fuse support
` [PATCH V2 12/26] imx: imx8ulp: Change LPAV assignment for dual boot
` [PATCH V2 13/26] imx: imx8ulp: Load the lposc fuse "
` [PATCH V2 14/26] misc: S400_API: add ahab_release_caam
` [PATCH V2 15/26] misc: S400_API: Update S400 API for buffer dump
` [PATCH V2 16/26] imx: imx8ulp: release CAAM for the Cortex-A35
` [PATCH V2 17/26] imx: imx8ulp_evk: Update LPDDR4 PHY settings
` [PATCH V2 18/26] imx: imx8ulp_evk: call the handshake with M33
` [PATCH V2 19/26] imx: imx8ulp_evk: Power down the domains may used in u-boot
` [PATCH V2 20/26] imx: dynamic setting mmcdev and mmcroot
` [PATCH V2 21/26] imx: imx8ulp_evk: Enable SD/MMC port auto detect
` [PATCH V2 22/26] imx: imx8ulp: enable wdog_ad interrupt in CMC1
` [PATCH V2 23/26] imx: imx8ulp: reserve tee memory
` [PATCH V2 24/26] imx: imx8ulp_evk: enlarge CONFIG_NR_DRAM_BANKS
` [PATCH V2 25/26] imx: imx8ulp_evk: Enable multiple env storage devices
` [PATCH V2 26/26] misc: imx8ulp: Update fuse driver

[RFC PATCH 0/7] spl: Use common function for loading/parsing images
 2022-04-06  5:33 UTC  (16+ messages)
` [RFC PATCH 1/7] spl: Add generic spl_load function
` [RFC PATCH 2/7] spl: Convert ext to use spl_load
` [RFC PATCH 3/7] spl: Convert fat to spl_load
` [RFC PATCH 4/7] spl: Convert mmc "
` [RFC PATCH 5/7] spl: Convert net "
` [RFC PATCH 6/7] spl: Convert nor "
` [RFC PATCH 7/7] spl: Convert spi "

[PATCH] cmd: bootefi: restore ability to boot arbitrary blob
 2022-04-06  5:04 UTC 

[PATCH v2 1/1] riscv: alloc space exhausted
 2022-04-06  0:51 UTC  (3+ messages)

[PATCH 1/3] env: Implement lower priority arch_env_get_location()
 2022-04-06  0:21 UTC  (3+ messages)
` [PATCH 2/3] armv8: layerscape: env: Switch to arch_env_get_location()
` [PATCH 3/3] ARM: imx: imx8m: "

ELDK for Armv8.2
 2022-04-06  0:15 UTC 

TFTP hangs with fragmented IP packets
 2022-04-05 23:11 UTC  (4+ messages)

[PATCH 0/4] sunxi: Fixes for DM I2C drivers
 2022-04-05 22:57 UTC  (2+ messages)

[PATCH 0/3] sunxi: H6/H616: PRCM updates
 2022-04-05 22:42 UTC  (2+ messages)

[PATCH 1/2] sunxi: add H2+ config option
 2022-04-05 22:37 UTC  (3+ messages)
` [PATCH 2/2] sunxi: fix non working console on uart2

[RESEND PATCH v2 0/3] sunxi: Improve automatic eMMC boot partition support
 2022-04-05 22:59 UTC  (2+ messages)

[PATCH v5 0/3] sunxi: TOC0 image type support
 2022-04-05 22:57 UTC  (2+ messages)

[PATCH v2 0/4] mkimage: sunxi_egon: add riscv support
 2022-04-05 22:41 UTC  (2+ messages)

[PATCH v4 0/6] imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards
 2022-04-05 22:46 UTC  (3+ messages)

[PATCH 0/3] Introduce new sign binman's option
 2022-04-05 18:54 UTC  (3+ messages)
` [PATCH 1/3] binman: add sign option for binman

[PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code
 2022-04-05 18:10 UTC  (5+ messages)
` [PATCH 7/8] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values

[PATCH 1/2] ram: k3-am654: Write all configuration values
 2022-04-05 18:02 UTC  (4+ messages)
` [PATCH 2/2] ram: k3-am654: Make VTT regulator optional

[PATCH 0/8] ram: k3-ddrss: Enable DDRSS ECC for full DDR Space
 2022-04-05 18:02 UTC  (17+ messages)
` [PATCH 1/8] arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-spl
` [PATCH 2/8] board: ti: am64x: Use fdt functions for ram and bank init
` [PATCH 3/8] dt-bindings: memory-controller: Add information about ECC bindings
` [PATCH 4/8] ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regs
` [PATCH 5/8] ram: k3-ddrss: Introduce ECC Functionality for full memory space
` [PATCH 6/8] board: ti: am64x: Account for DDR size fixups if ECC is enabled
` [PATCH 7/8] arm: dts: k3-am64-ddr: Add ss_cfg reg entry
` [PATCH 8/8] configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig

[PATCH v2 0/2] AM64: Tick timer fixes
 2022-04-05 18:01 UTC  (5+ messages)
` [PATCH v2 1/2] configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider
` [PATCH v2 2/2] ARM: dts: k3-am642: Correct timer frequency

[PATCH v3 0/4] Add ESM driver support for AM64x R5 SPL/U-boot
 2022-04-05 18:01 UTC  (9+ messages)
` [PATCH v3 1/4] misc: k3_esm: Add functionality to set and route error events within K3SoC
` [PATCH v3 2/4] arm: dts: k3-am64: Add support for ESM device nodes
` [PATCH v3 3/4] arch: arm: mach-k3: am642_init: Probe ESM nodes
` [PATCH v3 4/4] configs: am64x_evm_r5_defconfig: Add support for ESM

[PATCH] qemu-arm: Enable NVMe for distro boot
 2022-04-05 18:00 UTC  (2+ messages)

[PATCH 0/3] save prev bootloader data, when u-boot chainloaded
 2022-04-05 18:00 UTC  (7+ messages)
` [PATCH 1/3 v3] arm: init: save previous bootloader data
` [PATCH 2/3 v4] board: starqltechn: get board usable - add bootcmd and docs
` [PATCH 3/3 v2] board: axy17lte: "

[GIT PULL] xilinx patches for v2022.07-rc1 v2
 2022-04-05 18:00 UTC  (2+ messages)

Pull request: u-boot-sunxi/master for v2022.07
 2022-04-05 15:27 UTC  (2+ messages)

[PATCH 1/1] doc: debug UART for RISC-V QEMU virt machine
 2022-04-05 14:19 UTC 

[PATCH 1/1] riscv: alloc space exhausted
 2022-04-05 14:15 UTC  (3+ messages)

[PATCH] misc: atsha204a: Add support for atsha204 chip
 2022-04-05 14:10 UTC  (5+ messages)

[PATCH] dtoc: Update fdt tests to use test_util
 2022-04-05 13:49 UTC  (2+ messages)

[PATCH] fs: Allow to compile CMD_UBIFS when SPL is enabled
 2022-04-05 13:49 UTC 

[PATCH] fs: Allow to compile FS_FAT only for proper U-Boot
 2022-04-05 13:48 UTC 

[PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
 2022-04-05 13:40 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] board: freescale: p1_p2_rdb_pc: Calculate offsets for "


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