u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-09 20:42:02 to 2021-10-12 11:20:23 UTC [more...]

[PATCH] arm: a37xx: pci: Do not allow setting bars on PCI Bridge
 2021-10-12 11:19 UTC 

[PATCH 00/10] env_get_char() removal and env_get_f() refactor
 2021-10-12 11:05 UTC  (11+ messages)
` [PATCH 01/10] env: Drop env_get_char_spec() and old, unused .get_char() implementations
` [PATCH 02/10] examples: api: glue: Remove comment that does not apply anymore
` [PATCH 03/10] env: Change env_match() to static and remove from header
` [PATCH 04/10] env: Don't match empty variable name in env_match()
` [PATCH 05/10] env: Check for terminating null-byte "
` [PATCH 06/10] env: Inline env_get_char() into it's only user
` [PATCH 07/10] env: Early return from env_get_f() on NULL name
` [PATCH 08/10] env: Use strncpy() instead of ad-hoc code to copy variable value
` [PATCH 09/10] env: Use string pointer instead of indexes in env_get_f()
` [PATCH 10/10] env: Move non-cmd specific env functions to env/common.c

[PATCH v2 00/12] sunxi: Migrate to DM_I2C
 2021-10-12 10:49 UTC  (17+ messages)
` [PATCH v2 02/12] power: pmic: Consistently depend on SPL_DM_PMIC
` [PATCH v2 03/12] power: pmic: Add a driver for X-Powers AXP PMICs
` [PATCH v2 04/12] sunxi: Only initialize legacy I2C when enabled
` [PATCH v2 05/12] sunxi: Select SUN8I_RSB more carefully
` [PATCH v2 07/12] i2c: Add a DM_I2C driver for the sun6i P2WI controller
` [PATCH v2 08/12] i2c: Add a DM_I2C driver for the sun8i RSB controller
` [PATCH v2 09/12] sunxi: pmic_bus: Clean up preprocessor conditions
` [PATCH v2 10/12] sunxi: pmic_bus: Use the DM PMIC interface when possible

[PATCH] efi_loader: Fix loaded image alignment
 2021-10-12  9:45 UTC  (6+ messages)

[PATCH 1/3 v4] riscv: Remove OF_PRIOR_STAGE from RISC-V boards
 2021-10-12  9:17 UTC  (6+ messages)
` [PATCH 2/3] board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards
` [PATCH 3/3] treewide: Remove OF_PRIOR_STAGE

[PATCH] distro_boot: Fix bootfile env after calling boot_extlinux
 2021-10-12  8:55 UTC 

[PATCH v2] clk: rockchip: rk3568: update clks
 2021-10-12  8:43 UTC 

[resent RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-12  8:16 UTC  (3+ messages)
` [resent RFC 17/22] efi_loader: add efi_remove_handle()

[PATCH 1/9] cache: sifive: Fix -Wint-to-pointer-cast warning
 2021-10-12  7:43 UTC  (4+ messages)

[PATCH] video: move MXS to Kconfig
 2021-10-12  7:29 UTC  (2+ messages)

[PATCH] video: remove not used mx3fb driver
 2021-10-12  7:28 UTC  (2+ messages)

[PATCH] common: Kconfig: use 'vidconsole' name instead of old 'video'
 2021-10-12  7:27 UTC  (2+ messages)

[PATCH v2 0/4] 30bpp framebuffer support
 2021-10-12  7:24 UTC  (2+ messages)

[RFC 00/22] efi_loader: more tightly integrate UEFI disks to device model
 2021-10-12  6:42 UTC  (79+ messages)
` [RFC 01/22] part: call part_init() in blk_get_device_by_str() only for MMC
` [RFC 01/22] scsi: call device_probe() after scanning
` [RFC 03/22] mmc: "
` [RFC 03/22] usb: storage: "
` [RFC 05/22] nvme: "
` [RFC 06/22] sata: "
` [RFC 07/22] block: ide: "
` [RFC 07/22] dm: blk: add UCLASS_PARTITION
` [RFC 08/22] dm: blk: add a device-probe hook for scanning disk partitions
` [RFC 10/22] dm: blk: add read/write interfaces with udevice
` [RFC 11/22] efi_loader: disk: use udevice instead of blk_desc
` [RFC 12/22] dm: add a hidden link to efi object
` [RFC 13/22] efi_loader: remove !CONFIG_BLK code from efi_disk
` [RFC 14/22] dm: blk: call efi's device-probe hook
` [RFC 14/22] efi_loader: disk: a helper function to create efi_disk objects from udevice
` [RFC 16/22] efi_loader: cleanup after efi_disk-dm integration
` [RFC 17/22] efi_loader: add efi_remove_handle()
` [RFC 18/22] efi_loader: efi_disk: a helper function to delete efi_disk objects
` [RFC 19/22] dm: blk: call efi's device-removal hook
` [RFC 20/22] efi_driver: align with efi_disk-dm integration
` [RFC 21/22] efi_driver: cleanup after "

[PATCH v2] sandbox: Remove OF_HOSTFILE
 2021-10-11 21:01 UTC 

[PATCH 0/2] Updates for IOT2050 board
 2021-10-12  2:40 UTC  (5+ messages)
` [PATCH 1/2] board: siemens: iot2050: Adjust to changes in DT and configuration
` [PATCH 2/2] arm: dts: Update IOT2050 device tree files

[PATCH V2] ARM: omap3_logic: Cleanup usage of MUX_VAL
 2021-10-12  2:40 UTC  (2+ messages)

[PATCH 0/3] Add am33xx/am43xx spread spectrum clock support
 2021-10-12  2:40 UTC  (7+ messages)
` [PATCH 1/3] ARM: dts: am33xx-clocks: add spread spectrum support
` [PATCH 2/3] ARM: dts: am43xx-clocks: "
` [PATCH 3/3] clk: ti: add am33xx/am43xx spread spectrum clock support

[PATCH V2] configs: omap3x_logic: Enable LTO on more LogicPD OMAP3 boards
 2021-10-12  2:39 UTC  (2+ messages)

How to use the L1 D-Cache as RAM for p2020 board
 2021-10-12  2:27 UTC 

[PATCH v4 00/11] efi_loader: capsule: improve capsule authentication support
 2021-10-12  1:42 UTC  (10+ messages)
` [PATCH v4 01/11] Revert "Revert "mkeficapsule: Remove dtb related options""
` [PATCH v4 04/11] tools: add fdtsig.sh

IMX8M OP-TEE
 2021-10-11 23:32 UTC  (3+ messages)

[PATCH v2 0/7] Apple M1 Support
 2021-10-11 20:30 UTC  (22+ messages)
` [PATCH v2 1/7] iommu: Add IOMMU uclass
` [PATCH v2 2/7] test: Add tests for "
` [PATCH v2 3/7] arm: apple: Add initial support for Apple's M1 SoC
` [PATCH v2 4/7] serial: s5p: Add Apple M1 support
` [PATCH v2 5/7] iommu: Add Apple DART driver
` [PATCH v2 6/7] arm: dts: apple: Add preliminary device trees
` [PATCH v2 7/7] doc: board: apple: Add Apple M1 documentation

[PATCH 1/3 v3] riscv: Remove OF_PRIOR_STAGE from RISC-V boards
 2021-10-11 20:22 UTC  (4+ messages)

[PATCH] sandbox: Remove OF_HOSTFILE
 2021-10-11 20:16 UTC  (8+ messages)

[PATCH v3 0/7] Apple M1 Support
 2021-10-11 19:10 UTC  (11+ messages)
` [PATCH v3 1/7] iommu: Add IOMMU uclass
` [PATCH v3 2/7] test: Add tests for "
` [PATCH v3 3/7] arm: apple: Add initial support for Apple's M1 SoC
` [PATCH v3 4/7] serial: s5p: Add Apple M1 support
` [PATCH v3 5/7] iommu: Add Apple DART driver
` [PATCH v3 6/7] arm: dts: apple: Add preliminary device trees
` [PATCH v3 7/7] doc: board: apple: Add Apple M1 documentation

[PATCH v2 00/10] dra7: bring up and support IPU load/start
 2021-10-11 18:59 UTC  (3+ messages)
` [PATCH v2 07/10] dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodes

[PATCH v4] board: ea: mx7ulp_com: move setting CONFIG_BOOTCOMMAND to defconfig
 2021-10-11 17:17 UTC 

[PATCH v3] board: ea: mx7ulp_com: move setting CONFIG_BOOTCOMMAND to defconfig
 2021-10-11 17:13 UTC 

Broken build with disabling OpenSSL crypto
 2021-10-11 16:48 UTC  (6+ messages)
  `  "

[PATCH 1/2] arm: mvebu: Implement the mac command (Marvell hw_info)
 2021-10-11 16:16 UTC  (10+ messages)

A38x: Broken Linux kernel booting over UART
 2021-10-11 15:49 UTC  (7+ messages)

[PATCHv2] tools: Stop re-defining -std= when building tools
 2021-10-11 15:11 UTC 

[PATCH] tools: Stop re-defining -std= when building tools
 2021-10-11 15:11 UTC  (4+ messages)

[PATCH 1/1] doc: add python3-pkg-resources to build dependencies
 2021-10-11 14:54 UTC  (2+ messages)

[PATCH 1/2] arm64: Add missing GD_FLG_SKIP_RELOC handling
 2021-10-11 14:00 UTC  (3+ messages)
` [PATCH 2/2] arm64: lmb: Reserve U-Boot separately if relocation is disabled

[PATCH] configs: am335x_evm: enable CONFIG_CLK_TI_CTRL
 2021-10-11 12:27 UTC 

[PATCH] efi_loader: Handle GD_FLG_SKIP_RELOC
 2021-10-11 11:36 UTC  (2+ messages)

[PATCH 1/4] arm: stm32mp: bsec: Update OTP shadow registers in SPL
 2021-10-11  7:52 UTC  (4+ messages)
` [PATCH 2/4] stm32mp15: remove configs dependency on CONFIG_TFABOOT
` [PATCH 3/4] stm32mp15: replace CONFIG_TFABOOT when it is possible
` [PATCH 4/4] stm32mp15: tidy up #ifdefs in cpu.c

[PATCH v1] driver: spi: add bcm iproc qspi support
 2021-10-11  7:03 UTC  (3+ messages)

[PATCH v2] board: sifive: Fix a potential build warning in board_fdt_blob_setup()
 2021-10-11  3:13 UTC  (3+ messages)

[PATCH 1/2] sunxi: add H2+ config option
 2021-10-11  0:19 UTC  (5+ messages)
` [PATCH 2/2] sunxi: fix non working console on uart2

[PATCH] loads: Block writes into LMB reserved areas of U-Boot
 2021-10-10 21:52 UTC 

[PATCH] board_f: Copy GD to new GD even if relocation disabled
 2021-10-10 21:44 UTC 

Please pull u-boot-video
 2021-10-10 20:04 UTC  (2+ messages)

uboot FIT signature difference
 2021-10-10 17:51 UTC 

[PATCH v2 0/1] sunxi: Add support for FriendlyARM NanoPi R1S H5
 2021-10-10 17:29 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH] drivers: ddr: lc_common_dimm_params.c : Fix Divison by zero issue
 2021-10-10 16:12 UTC 

[PATCH 1/7] arm: mach-imx: Update MAC fuse for i.MX8MP
 2021-10-10  8:35 UTC  (2+ messages)

[PATCH 1/1] mmc: Fix mmc_switch excessive timeout
 2021-10-09 20:49 UTC 

[PATCH v6 00/11] board: toradex: verdin-imx8mm: target refresh
 2021-10-09 20:41 UTC  (11+ messages)
` [PATCH v6 01/11] imx8m: clean-up kconfig indentation
` [PATCH v6 03/11] ARM: dts: imx8mm-verdin: prepare for dek blob encapsulation
` [PATCH v6 04/11] arm64: dts: imx8mm-verdin-u-boot.dtsi: alphabetically re-order
` [PATCH v6 05/11] verdin-imx8mm: switch to use binman to pack images
` [PATCH v6 06/11] verdin-imx8mm: enable sleep_moci output
` [PATCH v6 07/11] verdin-imx8mm: clean-up include order
` [PATCH v6 08/11] verdin-imx8mm: drop support for v1.0 hardware
` [PATCH v6 09/11] include/configs: apalis-imx8/verdin-imx8mm: rename kernel image variable
` [PATCH v6 10/11] verdin-imx8mm: use preboot for fdtfile evaluation
` [PATCH v6 11/11] verdin-imx8mm: fix watchdog pinctrl issue


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).