public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-01-30 22:12:10 to 2023-01-31 16:54:15 UTC [more...]

[PATCH 03/10] arm: imx: Drop custom lowlevel_init
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 05/10] arm: imx: imx8m: Only use ROM pointers if not PSCI provider
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 02/10] arm: psci: Fix RESET2 hook
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 10/10] arm: imx: imx8m: Add basic PSCI provider implementation
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH v1] board: apalis-imx8: add 2nd ethernet address
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH v3] imx6q-sabrelite: Re-add mmc aliases
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 04/10] arm: dts: imx8m: Require ATF BL31 blob only if not PSCI provider
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 07/10] arm: imx: imx8m: Map RAM as NS if PSCI provider
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 01/10] arm: psci: Add PSCI v1.1 macro
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH] include/configs: mx6/mx7: drop dangling comments
 2023-01-31 16:52 UTC  (2+ messages)

[PATCH 00/32] RFC: Migrate to split config
 2023-01-31 15:27 UTC  (33+ messages)
` [PATCH 01/32] fixup: Bugfix for moveconfig
` [PATCH 02/32] event: Add Kconfig options for SPL
` [PATCH 03/32] bootstd: "
` [PATCH 04/32] cmd: Add an SPL Kconfig for CMDLINE and HUSH
` [PATCH 05/32] boot: Add a Kconfig for SPL_QCOM_PMIC_GPIO
` [PATCH 06/32] cros_ec: Add SPL Kconfigs for cros_ec features
` [PATCH 07/32] boot: Add a Kconfig for SPL_UT_COMPRESSION
` [PATCH 08/32] env: Avoid checking ENV_IS_IN when env disabled
` [PATCH 09/32] boot: Add a Kconfig for SPL_AVB_VERIFY
` [PATCH 10/32] env: Allow VPL environment to be nowhere
` [PATCH 11/32] lib: Add VPL options for SHA1 and SHA256
` [PATCH 12/32] sandbox: Tidy up RTC options
` [PATCH 13/32] sandbox: Use the generic VPL option to enable VPL
` [PATCH 14/32] sandbox: Tidy up I2C options
` [PATCH 15/32] fixdep: Add support for VPL
` [PATCH 16/32] fixdep: Refactor to make testing easier
` [PATCH 17/32] fixdep: Add some tests for parse_config_line()
` [PATCH 18/32] test: Add SPL versions of the TEST_KCONFIG options
` [PATCH 19/32] kconfig: Add configuration files for noproper and nospl
` [PATCH 20/32] kconfig: Refactor code into separate writer functions
` [PATCH 21/32] kconfig: Support writing separate SPL files
` [PATCH 22/32] Makefile: Include the config for the phase being built
` [PATCH 23/32] kconfig: Update CONFIG_IS_ENABLED() for split files
` [PATCH 24/32] Makefile: Use empty SPL_ and SPL_TPL_ vars
` [PATCH 25/32] Drop use of CONFIG_IS_ENABLED()
` [PATCH 26/32] kconfig: Adjust the meaning "
` [PATCH 27/32] kconfig: Drop CONFIG_IF_ENABLED_INT()
` [PATCH 28/32] kconfig: Drop CONFIG_IS_ENABLED()
` [PATCH 29/32] kconfig: drop config_opt_enabled()
` [PATCH 30/32] kconfig: Drop CONFIG_VAL()
` [PATCH 31/32] kconfig: Move closer to the Linux version
` [PATCH 32/32] Makefile: Drop SPL_ and SPL_TPL_ macros

[PATCH 000/171] Kconfig: More cleanup of CONFIG options
 2023-01-31 14:16 UTC  (10+ messages)
` [PATCH 014/171] lib: Add a Kconfig for SPL_ERRNO_STR
` [PATCH 096/171] Correct SPL use of FS_EROFS
` [PATCH 100/171] Correct SPL uses of HW_WATCHDOG

[PATCH v7 0/3] Timer support for ARM Tegra
 2023-01-31 15:26 UTC  (7+ messages)

[PATCH 1/2] ARM: tegra: Enable poweroff command on Jetson TX1 and Jetson Nano
 2023-01-31 15:11 UTC  (2+ messages)
` [PATCH 2/2] ARM: tegra: Enable poweroff command on Jetson TX2

[PATCH 1/1] efi_loader: stop watchdogs in ExitBootServices()
 2023-01-31 15:07 UTC  (7+ messages)

[tom.rini@gmail.com: Fwd: New Defects reported by Coverity Scan for Das U-Boot]
 2023-01-31 15:02 UTC 

[PATCH 101/171] Correct SPL uses of I8259_PIC
 2023-01-31 15:00 UTC  (13+ messages)
` [PATCH 103/171] Correct SPL use of IMX8MN_BEACON_2GB_LPDDR
` [PATCH 117/171] Correct SPL uses of OF_BOARD
` [PATCH 158/171] Correct SPL use of UDP_FUNCTION_FASTBOOT
` [PATCH 160/171] Correct SPL uses of USB_DWC3_MESON_GXL
` [PATCH 161/171] Correct SPL use of USB_FUNCTION_FASTBOOT
` [PATCH 162/171] Correct SPL uses of USB_GADGET_DWC2_OTG

[PATCH v3 2/2] riscv: memcpy: check src and dst before copy
 2023-01-31 15:00 UTC  (2+ messages)

[PATCH v3 1/2] riscv: ax25: bypass malloc when spl fit boots from ram
 2023-01-31 14:59 UTC  (2+ messages)

[PATCH v2] riscv: ae350: Enable CCTL_SUEN
 2023-01-31 14:57 UTC  (2+ messages)

[PATCH v2 0/7] Add u-boot splash screen support for AM62x
 2023-01-31 14:16 UTC  (10+ messages)
` [PATCH v2 1/7] drivers: core: ofnode: Add panel timing decode
` [PATCH v2 2/7] test: dm: test-fdt: Add decode_panel_timing test
` [PATCH v2 3/7] drivers: video: simple_panel: make simple panel independent of backlight
` [PATCH v2 4/7] drivers: video: tidss: TIDSS video driver support for AM62x
` [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables
` [PATCH v2 6/7] board: ti: am62x: evm: Add splash screen support
` [PATCH v2 7/7] tools: logos: Add TI logo files

CONFIG_IS_ENABLED vs IS_ENABLED
 2023-01-31 14:16 UTC  (8+ messages)

[PATCH v2 00/87] Clean up of bad Kconfig options
 2023-01-31 14:16 UTC  (6+ messages)
` [PATCH v2 09/87] Rename ARCH_NPCM7xx

[PATCH 00/13] bootstd: Update ARM QEMU for standard boot and environment
 2023-01-31 14:16 UTC  (3+ messages)

[PATCH 1/1] cmd: improve coninfo output formatting
 2023-01-31 14:16 UTC  (4+ messages)

[PATCH 03/11] imx: mx6ulz: select DM_SERIAL
 2023-01-31 13:16 UTC  (2+ messages)

[PATCH 02/11] imx: mx6ull_14x14_evk: select DM_SERIAL
 2023-01-31 13:15 UTC  (2+ messages)

[PATCH 10/11] imx: mx6sabreauto_defconfig: select DM_SERIAL
 2023-01-31 13:15 UTC  (2+ messages)

[PATCH 06/11] imx: mx6sllevk: select DM_SERIAL
 2023-01-31 13:15 UTC  (2+ messages)

[PATCH 07/11] imx: mx6slevk: select DM_SERIAL
 2023-01-31 13:16 UTC  (2+ messages)

[PATCH 08/11] imx: mx6ul_evk: select DM_SERIAL
 2023-01-31 13:16 UTC  (2+ messages)

[PATCH 04/11] imx: mx6ull/z_14x14_evk: clean up UART iomux
 2023-01-31 13:16 UTC  (2+ messages)

[PATCH 05/11] imx: mx6sllevk: correct pmic name
 2023-01-31 13:15 UTC  (2+ messages)

[PATCH 11/11] imx: mx6sabresd: select DM_SERIAL
 2023-01-31 13:15 UTC  (2+ messages)

[PATCH 09/11] imx: mx6sxsabreauto: select DM_SERIAL
 2023-01-31 13:15 UTC  (2+ messages)

[0/4] Add eMMC 5.1 support for Versal NET
 2023-01-31 13:07 UTC  (12+ messages)
` [1/4] mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
` [2/4] mmc: sdhci: Check and call config_dll callback functions
` [3/4] mmc: sdhci: Enable HS400 support if available in caps
` [4/4] mmc: zynq_sdhci: Add support and quirk for HS400

[PATCH v2] cmd: mmc: Expand bkops handling
 2023-01-31 12:59 UTC  (2+ messages)

[PATCH 00/88] Clean up of bad Kconfig options
 2023-01-31 12:54 UTC  (17+ messages)
` [PATCH 03/88] power: Drop fg_max77693
` [PATCH 05/88] power: Drop pmic_max77693.c
` [PATCH 56/88] power: Drop unused bat_trats driver and battery code
` [PATCH 57/88] power: Drop unused fg_max17042 driver and fuel gauge code
` [PATCH 58/88] power: Drop unused muic_max77693 driver and mfd code
` [PATCH 59/88] power: Drop unused muic_max8997 driver
` [PATCH 68/88] arm: Rename STM32MP13x
` [PATCH 69/88] arm: Rename STM32MP15x

[PATCH] power: act8846_pmic: fix number of registers
 2023-01-31 12:48 UTC  (2+ messages)

[PATCH] mmc: rockchip_dw_mmc: fix DDR52 8-bit mode handling
 2023-01-31 12:44 UTC  (2+ messages)

[PATCH v2 00/17] Support android boot image v3/v4
 2023-01-31 12:34 UTC  (6+ messages)
` [PATCH v2 17/17] test/py: android: extend abootimg test

[PATCH 00/11] imx: convert to DM_SERIAL
 2023-01-31 11:10 UTC  (4+ messages)
` [PATCH 01/11] imx: implement get_effective_memsize

[PATCH] Revert "rockchip: Only call binman when TPL available"
 2023-01-31 10:54 UTC  (4+ messages)

[PATCH] imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND read access
 2023-01-31 10:16 UTC  (3+ messages)

[PATCH 1/3] pico-imx7d: Convert to CONFIG_DM_SERIAL
 2023-01-31 10:00 UTC  (2+ messages)

[PATCH] mx53loco: Select CONFIG_CMD_EXT4
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 2/2] ARM: imx: bootaux: Fix LTO -Wlto-type-mismatch
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH v4 1/2] serial: mxc: Wait for TX completion before reset
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 2/2] arm64: imx8mp: Enable SMSC LAN87xx PHY driver on i.MX8MP DHCOM
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] ARM: imx: Factor common code out of Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH v3] imx8mm-phg: Add board support
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/2] ARM: imx: bootaux: Fix macro misuse
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/2] arm64: imx8mp: Disable Atheros PHY driver on i.MX8MP DHCOM
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v4 2/2] serial: mxc: Speed-up character transmission
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/2] pmic: pca9450: Make warm reset on WDOG_B assertion
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] tools: imx8mimage: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] ARM: imx: Drop board side icache enable on Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v4 1/2] dts: imx8mp: assign binman_configuration label to config-SEQ
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] pico-imx7d: Add support for the 2GB variant
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mm-kontron: Add RTC aliases
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] ARM: imx: Reinstate decode ECSPI env location from i.MX8M ROMAPI tables
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 2/3] mx7: clock: Use 60MHz for the I2C clocks
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] imx6qdl-sabresd: Pass mmc alias
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] tools: imx8image: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] ARM: imx: Enable LTO for Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH] tools: imximage: Fix check array index
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH 3/3] pico-imx7d: Convert to DM_I2C and DM_PMIC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 2/2] ARM: imx: Remove PMIC reset configuration from board files
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 2/2] configs: verdin-imx8mm: Add bootaux command
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v2] riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init()
 2023-01-31  9:40 UTC 

[GIT PULL] Please pull u-boot-amlogic-20230131
 2023-01-31  8:48 UTC 

[PATCH 00/23] Add i.MX8ULP A1 revision support
 2023-01-31  8:42 UTC  (24+ messages)
` [PATCH 01/23] imx: imx8ulp: Fix MU device probe failure
` [PATCH 02/23] imx: imx8ulp: Get chip revision from Sentinel
` [PATCH 03/23] imx: imx8ulp: Limit the eMMC ROM API workaround to A0.1 part
` [PATCH 04/23] imx: imx8ulp: Set XRDC MRC4/5 for access DDR from APD
` [PATCH 05/23] imx: imx8ulp: Remove the TRDC configure from A35
` [PATCH 06/23] imx: imx8ulp: Adjust handshake to sync TRDC and XRDC completion
` [PATCH 07/23] imx: imx8ulp: configure XRDC for DRAM access from S400
` [PATCH 08/23] ddr: imx8ulp: Change DRAM timing save area to 0x20055000
` [PATCH 09/23] imx: imx8ulp: Reconfigure MRC3 for SRAM0 access
` [PATCH 10/23] imx: imx8ulp: Clear dividers in PLL3DIV_PFD registers
` [PATCH 11/23] imx: imx8ulp: upower: replace magic number with macro
` [PATCH 12/23] imx: imx8ulp: upower: make code cleaner
` [PATCH 13/23] imx: imx8ulp: Configure XRDC PDAC and MSC for DBD owner=S400 only
` [PATCH 14/23] imx: imx8ulp: Update clocks to meet max rate restrictions
` [PATCH 15/23] imx: sentinel: Update S400 API get info message structure
` [PATCH 16/23] misc: fuse: Update fuse mapping for 8ULP S400 API
` [PATCH 17/23] misc: fuse: Lock 8ULP ECC-protected fuse when programming
` [PATCH 18/23] ddr: imx: Update the ddr init flow on imx8ulp
` [PATCH 19/23] imx8ulp_evk: Update the DDR timing
` [PATCH 20/23] imx8ulp_evk: Change to use DDR driver
` [PATCH 21/23] imx8ulp_evk: Update DDR ports arbitration for DCNANO underrun
` [PATCH 22/23] imx8ulp_evk: disable overflow of port0 for LPAV
` [PATCH 23/23] imx8ulp_evk: Clear data at fdt_addr_r before booting kernel

[PATCH 0/5] usb: dwc3-uniphier: Replace the driver to use dwc3-generic
 2023-01-31  8:11 UTC  (15+ messages)
` [PATCH 3/5] usb: dwc3-generic: Add dependency on SIMPLE_BUS

[PATCH 00/11] cache operation cleanups for Andes AE350 platform
 2023-01-31 15:49 UTC  (24+ messages)
` [PATCH 01/11] riscv: global_data.h: Correct the comment for PLICSW
` [PATCH 02/11] riscv: Remove redundant Kconfig "RISCV_NDS_CACHE"
` [PATCH 03/11] board: AndesTech: ax25-ae350.c: Enable v5l2-cache in spl_board_init()
` [PATCH 04/11] driver: cache: cache-v5l2: Update memory-mapped scheme to support Gen2 platform
` [PATCH 05/11] riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init()
` [PATCH 06/11] riscv: ae350: dts: Update L2 cache compatible string
` [PATCH 07/11] riscv: ax25: cache.c: Cleanups to L1/L2 cache function used in SPL
` [PATCH 08/11] configs: ae350: Enable v5l2 cache for AE350 platforms
` [PATCH 09/11] configs: ae350: Increase maximum retry count "
` [PATCH 10/11] configs: ae350: Display CPU and board info "
` [PATCH 11/11] driver: cache-v5l2: Fix type casting warning on RV32

U-Boot support for M68K removal
 2023-01-31  7:25 UTC  (11+ messages)

[PATCH] watchdog: ulp_wdog: only compile the code of DM driver when CONFIG_WDT=y
 2023-01-31  7:24 UTC  (2+ messages)

[PATCH 1/9] clk: imx8mp: Add EQoS MAC clock
 2023-01-31  7:16 UTC  (2+ messages)

[PATCH] env: mmc: Fix offset issue for env save
 2023-01-31  6:41 UTC 

[ANN] U-Boot v2023.04-rc1 released
 2023-01-31  3:00 UTC  (2+ messages)

[PATCH 1/1] common: remove "impossible condition #876" message
 2023-01-31  1:50 UTC  (3+ messages)

[PATCH v2] configs: imx8mn_bsh_smm_s2: remove console from bootargs
 2023-01-30 22:43 UTC 

[PATCH v3 05/20] apalis-imx8: set bootdelay
 2023-01-30 22:08 UTC  (2+ messages)

[PATCH v3 11/20] apalis-imx8: introduce setup setting setupargs
 2023-01-30 22:09 UTC  (2+ messages)

[PATCH v3 12/20] apalis-imx8: drop obsolete environment variables
 2023-01-30 22:09 UTC  (2+ messages)

[PATCH v3 02/20] apalis-imx8: turn off lcd backlight before os handover
 2023-01-30 22:09 UTC  (2+ messages)

[PATCH v3 20/20] apalis-imx8: add emmc/mmc card pinctrl's for different speeds
 2023-01-30 22:09 UTC  (2+ messages)

[PATCH v3 18/20] apalis-imx8: set bootaux memory base and size
 2023-01-30 22:09 UTC  (2+ messages)

[PATCH v3 01/20] apalis-imx8: implement pcb version and soc variant handling
 2023-01-30 22:08 UTC  (2+ messages)

[PATCH v3 03/20] apalis-imx8: display build info
 2023-01-30 22: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