public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-04-11 19:08:52 to 2021-04-13 13:17:02 UTC [more...]

[ANN] U-Boot v2021.04 released
 2021-04-13 13:17 UTC  (2+ messages)

[PATCH 00/11] Enable DM_ETH for DPAA1 PowerPC T-series boards
 2021-04-13  9:48 UTC  (3+ messages)
` [PATCH 01/11] powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodes

[RFC PATCH v5 0/2] arch: riscv: cpu: Add callback to init each core
 2021-04-13  9:31 UTC  (3+ messages)
` [RFC PATCH v5 1/2] "
` [RFC PATCH v5 2/2] board: sifive: unmatched: clear feature disable CSR

Getting rid of falcon mode
 2021-04-13  8:56 UTC  (3+ messages)

[RFC PATCH v4 0/2] arch: riscv: cpu: Add callback to init each core
 2021-04-13  8:47 UTC  (17+ messages)
` [RFC PATCH v4 1/2] "

[u-boot-fslc] enable d-cache in SPL for i.MX6
 2021-04-13  8:06 UTC 

[PATCH] configs: ls1046afrwy: Add secure boot config
 2021-04-13  7:08 UTC 

[PATCH 0/3] Improvements to FIT hashing
 2021-04-13  2:30 UTC  (6+ messages)
` [PATCH 2/3] fit: Use hash.c to call SHA code

[PATCH 1/1] cmd/exception: support ebreak exception on RISC-V
 2021-04-13  2:09 UTC  (3+ messages)

[PATCH] checkpatch: Ignore ENOSYS warnings
 2021-04-12 23:31 UTC  (3+ messages)

[PATCH 0/5] Fix i.MXRT1050 hang on lcdif init and improve DT for mxsfb
 2021-04-12 23:05 UTC  (7+ messages)
` [PATCH 1/5] video: mxsfb: add enabling of "axi" clock other than "per" clock
` [PATCH 2/5] video: mxsfb: add enabling of "disp_axi" clock
` [PATCH 3/5] clk: imx: clk-imxrt1050: introduce LCDIF_PIX and rename LCDIF to LCDIF_APB
` [PATCH 4/5] ARM: dts: imxrt1050: move lcdif assigned clock to dtsi
` [PATCH 5/5] ARM: dts: imxrt1050: set lcdif clocks according to mxsfb driver

[PATCH v2 1/3] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-04-12 22:53 UTC  (3+ messages)
` [PATCH v2 2/3] part: Fix bogus return from part_get_info_by_dev_and_name
` [PATCH v2 3/3] test: Add test for partitions

[PATCH 0/5] common: Introduce crypt-style password support
 2021-04-12 22:15 UTC  (6+ messages)
` [PATCH 1/5] lib: add crypt subsystem
` [PATCH 2/5] common: integrate crypt-based passwords
` [PATCH 3/5] common: Rename macro appropriately
` [PATCH 4/5] cmd: allow disabling of timeout for password entry
` [PATCH 5/5] configs: add new values to bcm963158 defconfig

[PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions
 2021-04-12 22:02 UTC  (3+ messages)

[PATCH] Revert "spl: Drop bd_info in the data section"
 2021-04-12 18:44 UTC  (16+ messages)

[PATCH v3 0/2] dm: core: Add size operations on device tree references
 2021-04-12 18:04 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] test: dm: add test item for ofnode_get_addr() and ofnode_get_size()

[PATCH v2] arm: dts: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems
 2021-04-12 15:40 UTC 

[PATCH] arm: dts: k3-j721e-main: Update the speed modes supported and their itap delay values for MMCSD subsystems
 2021-04-12 15:33 UTC  (2+ messages)

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-04-12 15:16 UTC  (5+ messages)

[PATCH v2 0/4] Add support for embedding public key in platform's dtb
 2021-04-12 15:05 UTC  (5+ messages)
` [PATCH v2 1/4] efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable
` [PATCH v2 2/4] efi_loader: Kconfig: Add symbols for embedding the public key into the platform's dtb
` [PATCH v2 3/4] efi_capsule: Add a function to get the public key needed for capsule authentication
` [PATCH v2 4/4] Makefile: Add provision for embedding public key in platform's dtb

[PATCH v2 1/2] arm: dts: bcm283x: Add minimal smbios information
 2021-04-12 13:38 UTC  (2+ messages)
` [PATCH v2 2/2] configs: rpi: Enable SMBIOS sysinfo driver

[PATCH 1/2] arm: dts: bcm283x: Add minimal smbios information
 2021-04-12 13:33 UTC  (3+ messages)

Weird issue when trying to access to uboot environment from Linux
 2021-04-12 12:24 UTC 

[PATCH 00/37] imx: add i.MX8ULP support
 2021-04-12 12:13 UTC  (38+ messages)
` [PATCH 01/37] arm: imx: add i.MX8ULP basic Kconfig option
` [PATCH 02/37] arm: imx: add i.MX8ULP cpu type and helper
` [PATCH 03/37] arm: imx: sys_proto: move boot mode define to common header
` [PATCH 04/37] arm: imx8ulp: support print cpu info
` [PATCH 05/37] imx: imx8ulp: add get reset cause
` [PATCH 06/37] arm: imx: basic i.MX8ULP support
` [PATCH 07/37] arm: imx8: Move container parser and image to mach-imx common folder
` [PATCH 08/37] arm: imx8: Move container image header file to mach-imx
` [PATCH 09/37] arm: imx: parse-container: guard included header files
` [PATCH 10/37] arm: imx8ulp: add container support
` [PATCH 11/37] arm: imx: move container Kconfig under mach-imx
` [PATCH 12/37] driver: misc: Add MU and S400 API to communicate with Sentinel
` [PATCH 13/37] net: fec_mxc: support i.MX8ULP
` [PATCH 14/37] pinctrl: Add pinctrl driver for imx8ulp
` [PATCH 15/37] driver: serial: fsl_lpuart: support i.MX8ULP
` [PATCH 16/37] arm: imx8ulp: add clock support
` [PATCH 17/37] drivers: mmc: fsl_esdhc_imx: support i.MX8ULP
` [PATCH 18/37] arm: imx8ulp: soc: Change to use CMC1 to get bootcfg
` [PATCH 19/37] arm: imx8ulp: Enable full L2 cache in SPL
` [PATCH 20/37] arm: imx8ulp: disable wdog3
` [PATCH 21/37] arm: imx8ulp: Update the reset vector in u-boot
` [PATCH 22/37] drivers: misc: s400_api: Update S400_SUCCESS_IND to 0xd6
` [PATCH 23/37] drivers: misc: imx8ulp: Add S400 API for image authentication
` [PATCH 24/37] drivers: misc: imx8ulp: Update S400 API for release RDC
` [PATCH 25/37] drivers: misc: s400_api: Update API for fuse read and write
` [PATCH 26/37] arm: imx8ulp: release and configure XRDC at early phase
` [PATCH 27/37] arm: imx8ulp: add xrdc support
` [PATCH 28/37] arm: imx8ulp: add trdc release request
` [PATCH 29/37] arm: imx8ulp: release trdc and assign lpav from RTD to APD
` [PATCH 30/37] arm: imx8ulp: Probe the S400 MU device in arch init
` [PATCH 31/37] arm: iMX8ULP: Add boot device relevant functions
` [PATCH 32/37] arm: imx8ulp: Allocate DCNANO and MIPI_DSI to AD domain
` [PATCH 33/37] arm: imx8ulp: add dummy imx_get_mac_from_fuse
` [PATCH 34/37] arm: imx8ulp: add iomuxc support
` [PATCH 35/37] driver: misc: imx8ulp: Add fuse driver for imx8ulp
` [PATCH 36/37] arm: dts: add i.MX8ULP dtsi
` [PATCH 37/37] arm: imx: add i.MX8ULP EVK support

[PATCH] imx: cmd: use struct cmd_tbl
 2021-04-12 12:12 UTC 

[RFC PATCH] watchdog: base rate-limiting on get_ticks() rather than get_timer()
 2021-04-12  8:57 UTC  (5+ messages)
` [PATCH] powerpc, wdt: disable ratelimiting when disabling interrupts

[PATCH 1/2] driver: watchdog: reset watchdog in designware_wdt_stop() function
 2021-04-12  8:32 UTC  (2+ messages)
` [PATCH 2/2] driver: watchdog: enable wdt command by default

[PATCH] pwm: sifive: make set_config() and set_enable() work properly
 2021-04-12  6:59 UTC 

[PATCH v4 00/12] Add support for pinmux status command on beaglebone
 2021-04-12  6:18 UTC  (2+ messages)

[PATCH V2 0/3] arm: omap3: Make functions static when possible
 2021-04-12  5:46 UTC  (2+ messages)

[PATCH 00/11] clk: k210: Rewrite K210 clock without CCF
 2021-04-12  3:58 UTC  (12+ messages)
` [PATCH 01/11] clk: Allow force setting clock defaults before relocation
` [PATCH 02/11] clk: k210: Rewrite to remove CCF
` [PATCH 03/11] clk: k210: Move pll into the rest of the driver
` [PATCH 04/11] clk: k210: Implement soc_clk_dump
` [PATCH 05/11] clk: k210: Re-add support for setting rate
` [PATCH 06/11] clk: k210: Don't set PLL rates if we are already at the correct rate
` [PATCH 07/11] clk: k210: Remove bypass driver
` [PATCH 08/11] clk: k210: Move k210 clock out of its own subdirectory
` [PATCH 09/11] k210: dts: Set PLL1 to the same rate as PLL0
` [PATCH 10/11] k210: Don't imply CCF
` [PATCH 11/11] test: Add K210 PLL tests to sandbox defconfigs

[PATCH 1/2] net: fec: Don't use disabled phys
 2021-04-12  3:57 UTC  (4+ messages)
` [PATCH 2/2] net: fec: Only unregister MII bus if we registered it

[PATCH V2 01/24] phy: nop-phy: Add standard usb-nop-xceiv compat string
 2021-04-12  2:02 UTC  (5+ messages)
  ` [PATCH V2 08/24] imx: power-domain: Add fsl, imx8mm-gpc compatible string
  ` [PATCH V2 09/24] imx: power-domain: Add fsl, imx8mn-gpc "

[PATCH 0/6] highbank: Update to driver model
 2021-04-12  0:29 UTC  (8+ messages)
` [PATCH 1/6] arm: highbank: Limit FDT and initrd load addresses
` [PATCH 2/6] arm: highbank: Enable OF_CONTROL
` [PATCH 3/6] net: calxedagmac: Convert to DM_ETH
` [PATCH 4/6] arm: highbank: Remove artificial SDRAM size
` [PATCH 5/6] arm: highbank: Do DRAM init from DT
` [PATCH 6/6] arm: highbank: Update maintainership

[PATCH 00/57] Enforce DM_MMC migration and remove platforms
 2021-04-12  0:29 UTC  (77+ messages)
` [PATCH 01/57] arm: Remove xfi3 board
` [PATCH 03/57] arm: Remove SANSA_FUZE_PLUS board
` [PATCH 04/57] arm: Remove sc_sps_1 board
` [PATCH 05/57] arm: Remove ts4600 board
` [PATCH 06/57] arm: Remove apf27 board
` [PATCH 10/57] arm: Remove vexpress_ca15_tc2 board
` [PATCH 11/57] arm: Remove secomx6quq7 board
` [PATCH 12/57] arm: Remove s32v234evb board
` [PATCH 13/57] arm: Remove bcm958712k board
` [PATCH 14/57] arm: Remove wb45n board
` [PATCH 15/57] arm: Remove wb50n board
` [PATCH 16/57] arm: Remove picosam9g45 board
` [PATCH 17/57] arm: Remove bcm28155_ap board
` [PATCH 18/57] arm: Remove bcm23550_w1d board
` [PATCH 20/57] arm: Remove Broadcom Cygnus boards
` [PATCH 21/57] arm: Remove platinum_picon board
` [PATCH 24/57] arm: Remove tricorder board
` [PATCH 25/57] arm: Remove omap3_ha board
` [PATCH 26/57] arm: Remove am3517_crane board
` [PATCH 27/57] arm: Remove kc1 board
` [PATCH 29/57] arm: Remove xpress board
` [PATCH 31/57] arm: Remove zc5202 and zc5601 boards
` [PATCH 32/57] arm: Remove pfla02 board
` [PATCH 34/57] arm: Remove mx53evk board
` [PATCH 36/57] arm: Remove ts4800 board
` [PATCH 37/57] arm: Remove titanium board
` [PATCH 38/57] arm: Remove cgtqmx6eval board
` [PATCH 39/57] arm: Remove mx6dlarm2 board
` [PATCH 41/57] arm: Remove tqma6s_wru4_mmc config
` [PATCH 43/57] ppc: Remove TARGET_T1040QDS references
` [PATCH 44/57] ppc: Remove T2081QDS board and ARCH_T2081 support
` [PATCH 45/57] ppc: Remove MPC8308RDB board
` [PATCH 46/57] ppc: Remove gdsys strider boards
` [PATCH 47/57] ppc: Remove gdsys hrcon boards
` [PATCH 48/57] ppc: Remove controlcenterd boards
` [PATCH 49/57] ppc: Remove ARCH_P1022 support
` [PATCH 53/57] ppc: Remove Cyrus_P5020 and P5040 boards
` [PATCH 54/57] ppc: Remove MPC837XEMDS board

[PATCH 01/16] ls1012aqds_tfa_SECURE_BOOT: Remove unused CONFIG_SCSI_AHCI
 2021-04-12  0:25 UTC  (14+ messages)
` [PATCH 02/16] am57xx_hs_evm_usb: Enable AHCI and BLK
` [PATCH 03/16] ata: DWC_AHSATA depends on BLK
` [PATCH 06/16] arm: Remove dms-ba16 board
` [PATCH 07/16] arm: Remove ot1200 board
` [PATCH 09/16] ppc: Remove MPC8349ITX board
` [PATCH 15/16] drivers: ata: Remove mvsata_ide driver

[BUG][Cyrus BOARD] out of bound access in board/varisys/common/sys_eeprom.c
 2021-04-11 22:40 UTC  (2+ messages)

[PATCH v2] power: regulator: Add support for regulator-force-boot-off
 2021-04-11 22:06 UTC  (2+ messages)

[PATCH 0/2] net: jr2: Fix for jr2 switch
 2021-04-11 21:26 UTC  (2+ messages)

[patch v4 0/9] rk3399 (Pinebook pro) EDP support
 2021-04-11 19:20 UTC  (2+ messages)

[PATCH v3 1/2] video: backlight: Support PWMs without a known period_ns
 2021-04-11 19:16 UTC  (4+ messages)
` [PATCH v3 2/2] pwm: Add a driver for Chrome OS EC PWM

[PATCH] video: SIMPLE_PANEL depends on DM_GPIO
 2021-04-11 19:13 UTC  (2+ messages)

[PATCH] finish removing mb862xx video driver
 2021-04-11 19:11 UTC  (2+ messages)

[PATCH] board_f: cosmetic: change the debug trace to KB in reserve_video
 2021-04-11 19:10 UTC  (2+ messages)

[RFC 1/1] tegra: video: fix tegra_dc_sor_config_panel()
 2021-04-11 19:09 UTC  (2+ messages)

[PATCH] video: Fix line padding calculation for 16 and 24 BPP bitmaps
 2021-04-11 19:08 UTC  (2+ messages)


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