U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 01:57:37 to 2021-05-20 13:05:11 UTC [more...]

mirroring u-boot mailing list on lore.kernel.org
 2021-05-20 13:05 UTC 

[PATCH] fs/squashfs: fix reading of fragmented files
 2021-05-20 12:51 UTC  (3+ messages)

[PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)
 2021-05-20 11:24 UTC  (37+ messages)
` [PATCH u-boot v4 01/36] regmap: fix a serious pointer casting bug
` [PATCH u-boot v4 02/36] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v4 03/36] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v4 04/36] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v4 05/36] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v4 06/36] string: make memcpy(), memset(), memcmp() and memmove() visible for LTO
` [PATCH u-boot v4 07/36] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v4 08/36] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v4 09/36] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v4 10/36] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v4 11/36] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v4 12/36] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking
` [PATCH u-boot v4 14/36] build: support building with Link Time Optimizations
` [PATCH u-boot v4 15/36] build: link with --build-id=none
` [PATCH u-boot v4 16/36] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v4 17/36] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v4 18/36] sandbox: make LTO available
` [PATCH u-boot v4 19/36] sandbox: enable LTO by default
` [PATCH u-boot v4 20/36] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v4 21/36] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v4 22/36] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v4 23/36] ARM: fix LTO for imx28_xea
` [PATCH u-boot v4 24/36] ARM: fix LTO for apf27
` [PATCH u-boot v4 25/36] ARM: fix LTO for keystone
` [PATCH u-boot v4 26/36] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v4 27/36] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v4 28/36] ARM: fix LTO for seaboard
` [PATCH u-boot v4 29/36] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v4 30/36] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v4 31/36] armv8: SPL: discard relocation information
` [PATCH u-boot v4 32/36] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v4 33/36] ARM: make LTO available
` [PATCH u-boot v4 34/36] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v4 35/36] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v4 36/36] ARM: enable LTO for some boards

[PATCH] spl: Kconfig: Use tabs instead of space for alignment
 2021-05-20 11:08 UTC 

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-05-20 10:34 UTC  (11+ messages)

[PATCH] fixdep: remove leftover handling of IS_BUILTIN/IS_MODULE
 2021-05-20 10:32 UTC 

[PATCH 0/5] assorted printf-related patches
 2021-05-20 10:05 UTC  (6+ messages)
` [PATCH 1/5] lib/vsprintf.c: make sure vsnprintf() never returns a negative value
` [PATCH 2/5] lib/vsprintf.c: implement printf() in terms of vprintf()
` [PATCH 3/5] lib/vsprintf.c: remove stale comment
` [PATCH 4/5] lib/vsprintf.c: remove unused ip6_addr_string()
` [PATCH 5/5] common/log.c: use vscnprintf() in log_dispatch()

[PATCH] mtd: mxs_nand: default to legacy bch and rename to modern bch option
 2021-05-20  9:09 UTC  (5+ messages)
` [EXT] "

[PATCH v11 0/8] Add FU740 chip and HiFive Unmatched board support
 2021-05-20  8:25 UTC  (10+ messages)
` [PATCH v11 1/8] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v11 2/8] drivers: clk: add fu740 support
` [PATCH v11 3/8] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v11 4/8] drivers: pci: add pcie support for fu740
` [PATCH v11 5/8] riscv: dts: add fu740 support
` [PATCH v11 6/8] riscv: dts: add SiFive Unmatched board support
` [PATCH v11 7/8] board: sifive: add HiFive "
` [PATCH v11 8/8] riscv: cpu: fu740: clear feature disable CSR

[PATCH 0/4] vpl: Introduce a verifying program loader
 2021-05-20  8:14 UTC  (4+ messages)

[PATCH v10 0/9] Add FU740 chip and HiFive Unmatched board support
 2021-05-20  7:45 UTC  (14+ messages)
` [PATCH v10 1/9] riscv: cpu: fu740: Add support for cpu fu740
` [PATCH v10 2/9] drivers: clk: add fu740 support
` [PATCH v10 3/9] drivers: ram: sifive: rename fu540_ddr and "
` [PATCH v10 4/9] drivers: pci: add pcie support for fu740
` [PATCH v10 5/9] riscv: dts: add fu740 support
` [PATCH v10 6/9] riscv: dts: add SiFive Unmatched board support
` [PATCH v10 7/9] board: sifive: add HiFive "
` [PATCH v10 8/9] riscv: cpu: fu740: clear feature disable CSR
` [PATCH v10 9/9] riscv: sifive: unmatched: Switch to use binman to generate u-boot.itb

[PATCH 0/2] dm: core: Add address translation in fdt_get_resource - fixes
 2021-05-20  4:37 UTC  (5+ messages)
` [PATCH 1/2] net: luton: remove address translation after ofnode_read_resource
` [PATCH 2/2] test: add dm_test_read_resource

[PATCH v2 1/1] sandbox: don't refer to symbol _init
 2021-05-20  3:21 UTC  (2+ messages)

[PATCH] test/py: efi_capsule: aligned with efidebug syntax changes
 2021-05-20  3:14 UTC  (2+ messages)

[PATCH] efi_loader: move asm/setjmp.h to efi_loader.h
 2021-05-20  2:48 UTC  (2+ messages)

[PATCH 00/18] image: Reduce #ifdef abuse in image code
 2021-05-20  2:41 UTC  (9+ messages)
` [PATCH 06/18] image: Drop IMAGE_ENABLE_SHA1
` [PATCH 09/18] common: Move host-only logic in image-sig.c to separate file

[PATCH] efi_loader: capsule: remove authentication data
 2021-05-20  2:37 UTC  (2+ messages)

[PULL] u-boot-riscv/master
 2021-05-20  2:19 UTC 

[PATCH 1/1] efi_loader: remove weak efi_get_public_key_data()
 2021-05-20  2:14 UTC 

[PATCH] efi_loader: capsule: add a debug message in case of no key
 2021-05-20  2:06 UTC  (2+ messages)

[PATCH 0/6] arm: sunxi: v3s: add ethernet support
 2021-05-20  0:18 UTC  (18+ messages)
` [PATCH 1/6] dts: sunxi: add licheepi-zero-dock
` [PATCH 2/6] clk: sunxi: v3s: Implement EMAC clocks/resets
` [PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces
` [PATCH 4/6] net: sun8i-emac: add v3s pinmux setting
` [PATCH 5/6] dts: sunxi: v3s: enable emac support
` [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

[PATCH] Revert "mmc: sdhci: set to INT_DATA_END when there are data"
 2021-05-19 22:03 UTC  (10+ messages)

[GIT PULL] xilinx patches for v2021.07-rc3
 2021-05-19 20:58 UTC  (2+ messages)

[PATCH] arm: Remove nokia_rx51 board
 2021-05-19 20:02 UTC  (7+ messages)

[PATCH] remove struct uclass_driver::ops
 2021-05-19 16:36 UTC  (2+ messages)

[PATCH v5 0/5] Enable ECDSA FIT verification for stm32mp
 2021-05-19 16:36 UTC  (5+ messages)
` [PATCH v5 1/5] dm: crypto: Define UCLASS API for ECDSA signature verification
` [PATCH v5 2/5] lib: ecdsa: Implement UCLASS_ECDSA verification on target

[PATCH v3] sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver
 2021-05-19 16:33 UTC 

[PATCH v2] sandbox: cros-ec: Add tests for the Chrome OS PWM driver
 2021-05-19 16:26 UTC  (3+ messages)

i.MX28 watchdog activation in U-Boot and Linux reboot problem
 2021-05-19 16:14 UTC 

[PATCH v2 00/50] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-19 15:49 UTC  (12+ messages)
` [PATCH v2 16/50] image: Add Kconfig options for FIT in the host build

[PATCH 1/1] sandbox: correct determination of the text base
 2021-05-19 15:34 UTC  (2+ messages)

[PATCH v2] part: Add check for NULL dev_part_str
 2021-05-19 15:34 UTC  (2+ messages)

[PATCH] powerpc: fix regression in arch_initr_trap()
 2021-05-19 15:34 UTC  (6+ messages)
` [RFC PATCH 0/2] sizeof(gd_t) sanity checking
  ` [RFC PATCH 1/2] build_bug.h: add wrapper for _Static_assert
  ` [RFC PATCH 2/2] global-data.h: add build-time sanity check of sizeof(struct global_data)

[PATCH] crypto: Add driver for Aspeed HACE
 2021-05-19 15:34 UTC  (3+ messages)

[PATCH v2 1/2] cmd: pinmux: update result of do_status
 2021-05-19 15:34 UTC  (4+ messages)
` [PATCH v2 2/2] cmd: pinmux: support pin name in status command

[PATCH] fit: Fix verification of images with external data
 2021-05-19 15:34 UTC  (3+ messages)

[PATCH] spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)
 2021-05-19 15:33 UTC  (3+ messages)

[PATCH] sandbox: cros-ec: Add tests for the cros-ec-pwm driver
 2021-05-19 15:32 UTC  (4+ messages)

[PATCH v2] tee: optee: sync cache on pre-reloc OP-TEE invocation
 2021-05-19 14:27 UTC 

[PATCH v2 1/2] tee: define session login identifiers
 2021-05-19 14:26 UTC  (2+ messages)
` [PATCH v2 2/2] tee: optee: support session login as REE kernel

[PATCH] Revert "riscv: cpu: fu740: clear feature disable CSR"
 2021-05-19 12:18 UTC  (16+ messages)

[PATCH v2] drivers: pci: pcie_dw_common: fix Werror compilation error
 2021-05-19 11:16 UTC 

[PATCH v4] Fix flashing of eMMC user area with Fastboot
 2021-05-19 11:13 UTC  (2+ messages)

[PATCH] configs: ls1088a: Enable CONFIG_SYS_RELOC_ENV_ADDR
 2021-05-19 11:10 UTC 

[PATCH] arm64: zynqmp: Add psu_init_gpl for k26 boards
 2021-05-19 11:05 UTC 

[PATCH] ARM: zynq: Rename bus to be align with simple-bus yaml
 2021-05-19 10:59 UTC 

[PATCH] arm64: zynqmp: Enable EFI secure boot
 2021-05-19 10:28 UTC 

[PATCH] arm64: xilinx: Set CONFIG_ZYNQMP_FIRMWARE config for mini emmc
 2021-05-19 10:19 UTC 

[PATCH] arm64: zynqmp: Fix application loading on R5 core1
 2021-05-19 10:02 UTC 

[PATCH] arm64: zynqmp: Enable gpio driver for zcu1275/zcu1285
 2021-05-19  9:56 UTC 

[PATCH v1 0/2] clk: rockchip: rk3568: add clock driver
 2021-05-19  8:49 UTC  (3+ messages)
` [PATCH v1 1/2] rockchip: rk3568: add device tree file
` [PATCH v1 2/2] rockchip: rk3568: add clock driver

[PATCH] arm64: zynqmp: Add support for SVD devices
 2021-05-19  8:44 UTC 

[PATCH] xilinx: zynqmp: Enable DM_RTC/emul driver/cmd date/gettime and efi settime
 2021-05-19  8:06 UTC  (2+ messages)

[PATCH] xilinx: versal: Enable CONFIG_POSITION_INDEPENDENT
 2021-05-19  8:05 UTC  (2+ messages)

[PATCH 00/10] arm64: zynqmp: Add support for KRIA boards and update phy/pinctrl descs
 2021-05-19  8:05 UTC  (2+ messages)

[PATCH RFC 00/10] image: Reduce the abuse of #ifdefs in image-sig.c
 2021-05-19  7:07 UTC  (4+ messages)
` [PATCH RFC 04/10] [UNTESTED] image: Add support for relocating crypto_algos in linker lists

[PATCH V4 2/2] riscv: board: Support OpenPiton SoC
 2021-05-19  6:45 UTC  (15+ messages)

[PATCH v4 00/14] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-05-19  6:34 UTC  (17+ messages)
` [PATCH v4 01/14] ata: ahci-pci: Use scsi_ops to initialize ops
` [PATCH v4 02/14] dm: pci: Skip setting VGA bridge bits if parent device is the host bus
` [PATCH v4 03/14] efi: Fix to use null handle to create new handle for efi_fmp_raw
` [PATCH v4 04/14] gpio: Introduce CONFIG_GPIO_EXTRA_HEADER to cleanup #ifdefs
` [PATCH v4 05/14] pci: synquacer: Add SynQuacer ECAM based PCIe driver
` [PATCH v4 06/14] mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver
` [PATCH v4 07/14] spi: synquacer: Add HSSPI SPI controller driver for SynQuacer
` [PATCH v4 08/14] net: synquacer: Add netsec driver
` [PATCH v4 09/14] i2c: synquacer: SNI Synquacer I2C controller
` [PATCH v4 10/14] ARM: dts: synquacer: Add device trees for DeveloperBox
` [PATCH v4 11/14] board: synquacer: Add DeveloperBox 96boards EE support
` [PATCH v4 12/14] dfu_mtd: Ignore non-implemented lock device failure
` [PATCH v4 13/14] doc: qemu: arm64: Fix the documentation of capsule update
` [PATCH v4 14/14] configs: synquacer: Enable EFI capsule update support

[PATCH] fs: btrfs: Add missing cache aligned allocation
 2021-05-19  6:33 UTC  (2+ messages)

[PATCH] powerpc: fix regression in arch_initr_trap()
 2021-05-19  3:16 UTC 

[PATCH 1/1] sandbox: don't refer to symbol _init
 2021-05-19  3:08 UTC  (2+ messages)

[PATCH 1/1] sandbox: add symbol _init for RISC-V compilation
 2021-05-19  2:26 UTC  (8+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).