public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-09 08:04:51 to 2020-07-10 01:25:22 UTC [more...]

[PATCH v3 00/17] efi_loader: add capsule update support
 2020-07-10  1:25 UTC  (3+ messages)
` [PATCH v3 01/17] common: update_tftp: remove unnecessary build check
` [PATCH v3 02/17] dfu: add a hidden reverse-dependency on UPDATE_TFTP

[RFC PATCH v2 0/3] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-07-10  1:12 UTC  (4+ messages)

[PATCH v2 1/8] linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*
 2020-07-10  0:56 UTC  (6+ messages)
` [PATCH v2 5/8] timer: Allow delays with a 32-bit microsecond timer

[PATCH v3 1/4] timer: Allow delays with a 32-bit microsecond timer
 2020-07-10  0:43 UTC  (4+ messages)
` [PATCH v3 2/4] coral: Enable the copy framebuffer
` [PATCH v3 3/4] x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
` [PATCH v3 4/4] x86: fsp: Support a warning message when DRAM init is slow

[PATCH v3 00/49] rockchip: x86: Support building ROM files automatically with binman
 2020-07-10  0:40 UTC  (50+ messages)
` [PATCH v3 01/49] dm: core Fix long line in device_bind_common()
` [PATCH v3 02/49] .gitignore: Ignore Python 3 cache directories
` [PATCH v3 03/49] binman: Output errors to stderr
` [PATCH v3 04/49] binman: cbfs: Fix IFWI typo
` [PATCH v3 05/49] binman: Correct the search patch for pylibfdt
` [PATCH v3 06/49] binman: Specify the toolpath when running test coverage
` [PATCH v3 07/49] binman: Set a default toolpath
` [PATCH v3 08/49] binman: Add support for calling mkimage
` [PATCH v3 09/49] binman: Fix a few typos in the entry docs
` [PATCH v3 10/49] binman: Adjust pylibfdt for incremental build
` [PATCH v3 11/49] binman: Re-enable concurrent tests
` [PATCH v3 12/49] binman: Use super() instead of specifying parent type
` [PATCH v3 13/49] binman: Add an etype for external binary blobs
` [PATCH v3 14/49] binman: Convert existing binary blobs to blob_ext
` [PATCH v3 15/49] binman: Allow external binaries to be missing
` [PATCH v3 16/49] patman: Update errors and warnings to use stderr
` [PATCH v3 17/49] binman: Detect when valid images are not produced
` [PATCH v3 18/49] binman: Allow missing Intel blobs
` [PATCH v3 19/49] binman: Allow zero-length entries to overlap
` [PATCH v3 20/49] mkimage: Allow updating the FIT timestamp
` [PATCH v3 21/49] dtoc: Allow adding variable-sized data to a dtb
` [PATCH v3 22/49] binman: Add support for generating a FIT
` [PATCH v3 23/49] x86: Change how selection of ROMs works
` [PATCH v3 24/49] rockchip: Allow Bob to use SPI boot
` [PATCH v3 25/49] Makefile: Allow building .rom files for non-x86 boards
` [PATCH v3 26/49] rockchip: jerry: Add serial support
` [PATCH v3 27/49] rockchip: bob: Support SPI-flash booting
` [PATCH v3 28/49] rockchip: Enable building a SPI ROM image on jerry
` [PATCH v3 29/49] rockchip: Enable building a SPI ROM image on bob
` [PATCH v3 30/49] tegra: Drop the unused non-binman code
` [PATCH v3 31/49] tegra: Don't enable binman on ARMv8 SoCs
` [PATCH v3 32/49] Makefile: Rename ALL-y to INPUTS-y
` [PATCH v3 33/49] powerpc: mpc85xx: Only enable binman when it is needed
` [PATCH v3 34/49] x86: Makefile: Drop explicit targets built by binman
` [PATCH v3 35/49] x86: Drop CONFIG_BUILD_ROM and repurpose BUILD_ROM
` [PATCH v3 36/49] sunxi: Makefile: Drop explicit targets built by binman
` [PATCH v3 37/49] tegra: "
` [PATCH v3 38/49] mediatek: "
` [PATCH v3 39/49] Makefile: Move CONFIG_TOOLS_DEBUG check to later
` [PATCH v3 40/49] Makefile: Fix a long line in cmd_mkfitimage
` [PATCH v3 41/49] Makefile: Allow CONFIG_SPL_FIT_GENERATOR to be empty
` [PATCH v3 42/49] Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR
` [PATCH v3 43/49] rockchip: Convert evb-rk3288 over to use binman
` [PATCH v3 44/49] rockchip: Convert evb-rk3229 "
` [PATCH v3 45/49] rockchip: Drop the fit_spl_optee.sh script
` [PATCH v3 46/49] x86: Move the fdtmap away from the binary blobs
` [PATCH v3 47/49] x86: chromebook_link64: Correct the image layout
` [PATCH v3 48/49] x86: chromebook_panther: "
` [PATCH v3 49/49] x86: chromebook_samus_tpl: "

[PATCH v4 0/6] rockchip: make it possible to sign the u-boot.itb
 2020-07-10  0:35 UTC  (5+ messages)
` [PATCH v4 6/6] rockchip: make_fit_atf: add signature handling
    ` [PATCH v4 6/6] rockchip: make_fit_atf: add signature handling【请注意,邮件由sjg@google.com代发】

[PATCH v2 00/49] rockchip: x86: Support building ROM files automatically with binman
 2020-07-10  0:35 UTC  (9+ messages)
` [PATCH v2 24/49] Makefile: Allow building .rom files for non-x86 boards
` [PATCH v2 43/49] rockchip: Convert evb-rk3288 over to use binman

[PATCH 01/10] board_f: Introduce arch_setup_bdinfo initcall
 2020-07-10  0:35 UTC  (23+ messages)
` [PATCH 02/10] board_f: m68k: Factor out m68k-specific bdinfo setup
` [PATCH 03/10] board_f: ppc: Factor out ppc-specific "
` [PATCH 04/10] board_f: sh: Factor out sh-specific "
` [PATCH 05/10] board_f: mips: Factor out mips-specific "
` [PATCH 06/10] dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe
` [PATCH 07/10] drivers: serial: Make serial_initialize return int
` [PATCH 08/10] common/board_r: Remove initr_serial wrapper
` [PATCH 09/10] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC
` [PATCH 10/10] common/board_r: Move blkcache_init call earlier in the boot sequence

[PATCH] lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()
 2020-07-10  0:35 UTC  (2+ messages)

[PATCH] serial: Fix SIFIVE debug serial dependency
 2020-07-10  0:35 UTC  (2+ messages)

[PATCH 0/2] Add support for multiple required keys
 2020-07-10  0:35 UTC  (6+ messages)
` [PATCH 1/2] vboot: add "

[PATCH] test/py: efi_secboot: fix Test Case 6c
 2020-07-10  0:27 UTC 

[PATCH v3 0/8] efi_loader: secure boot: support intermediate certificates in signature
 2020-07-10  0:24 UTC  (9+ messages)
` [PATCH v3 1/8] lib: rsa: export rsa_verify_with_pkey()
` [PATCH v3 2/8] lib: crypto: add public_key_verify_signature()
` [PATCH v3 3/8] lib: crypto: enable x509_check_for_self_signed()
` [PATCH v3 4/8] lib: crypto: import pkcs7_verify.c from linux
` [PATCH v3 5/8] lib: crypto: add pkcs7_digest()
` [PATCH v3 6/8] lib: crypto: export and enhance pkcs7_verify_one()
` [PATCH v3 7/8] efi_loader: signature: rework for intermediate certificates support
` [PATCH v3 8/8] test/py: efi_secboot: add test for intermediate certificates

Please pull u-boot-x86
 2020-07-09 23:59 UTC  (2+ messages)

[PATCH 0/4] Add support for the SquashFS filesystem
 2020-07-09 20:19 UTC  (7+ messages)
` [PATCH 1/4] fs/squashfs: new filesystem
` [PATCH 2/4] fs/squashfs: add filesystem commands
` [PATCH 3/4] fs/squashfs: add sources for zlib decompression
` [PATCH 4/4] fs/squashfs: add support "

sunxi: Add SPI Flash support for Orange PI R1
 2020-07-09 20:09 UTC 

[PATCH v2] efi_loader: display RO attribute with TEE-backed variables
 2020-07-09 20:00 UTC 

[PATCH v3 1/1] cmd: blkls: Add blkls command
 2020-07-09 19:16 UTC  (3+ messages)

[PATCH 0/3] phy: rockchip: Add PCIe phy driver
 2020-07-09 18:11 UTC  (4+ messages)
` [PATCH 1/3] phy: Add Rockchip PCIe PHY driver
` [PATCH 2/3] pci: rockchip: Switch to generic-phy
` [PATCH 3/3] pci: rockchip: Drop legacy PHY driver

[v2] test: Have test_fs work with non-functional guestmount tools
 2020-07-09 18:02 UTC  (3+ messages)

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-07-09 17:41 UTC  (5+ messages)
  ` [PATCH v4 6/9] linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian
        ` [PATCH] include/bitfield.h: include byteorder.h

[PATCH v6 0/4] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-07-09 17:31 UTC  (4+ messages)
` [PATCH v6 4/4] usb: xhci: Add reset controller support
    ` [PATCH] xhci: Only build xhci_reset_hw() if CONFIG_DM_USB is enabled

[PATCH 1/2] mtd: nand: raw: denali: Assert reset before deassert
 2020-07-09 16:27 UTC  (4+ messages)
` [PATCH 2/2] mtd: nand: raw: denali: Wait for reset completion status

[PATCH 1/3] serial: uniphier: use register macros instead of structure
 2020-07-09 16:12 UTC  (3+ messages)
` [PATCH 2/3] serial: uniphier: flush transmitter before changing hardware settings
` [PATCH 3/3] serial: uniphier: enable FIFO

Pull request for UEFI sub-system for efi-2020-10-rc1 (2)
 2020-07-09 16:12 UTC 

[PATCHv2 00/10] pci: layerscape: Split EP mode code into a
 2020-07-09 15:31 UTC  (11+ messages)
` [PATCHv2 01/10] pci: layerscape: Split the EP and RC driver
` [PATCHv2 02/10] pci_ep: Add the init function
` [PATCHv2 03/10] armv8: dts: ls1046a: Add the PCIe EP node
` [PATCHv2 04/10] PCI_EP: layerscape: Add the multiple function support
` [PATCHv2 05/10] pci_ep: layerscape: Add the workaround for errata A-009460
` [PATCHv2 06/10] pci_ep: layerscape: Add Support for ls2085a and ls2080a EP mode
` [PATCHv2 07/10] pci_ep: layerscape: Add the SRIOV VFs of PF support
` [PATCHv2 08/10] pci: layerscaple: Modify the ls_pcie_dump_atu function
` [PATCHv2 09/10] pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2
` [PATCHv2 10/10] pci: layerscape: Add specific config entry for RC and EP mode driver

[PATCH] board/km: update MAINTAINERS email
 2020-07-09 15:31 UTC 

[PATCH v3 00/17] efi_loader: non-volatile and runtime variables
 2020-07-09 14:49 UTC  (3+ messages)
` [PATCH v3 15/17] efi_loader: use memory based variable storage

[U-Boot] Please pull from u-boot-i2c
 2020-07-09 13:54 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2020-07-09 13:54 UTC  (2+ messages)

[PATCH v2 0/8] efi_loader: secure boot: support intermediate certificates in signature
 2020-07-09 12:34 UTC  (7+ messages)
` [PATCH v2 8/8] test/py: efi_secboot: add test for intermediate certificates
    ` using sudo?, "

[PATCH] efi_loader: display RO attribute with TEE-backed variables
 2020-07-09 12:02 UTC 

[PATCH] rtc: pcf2127: fix uninitialized variable msg
 2020-07-09 11:57 UTC  (4+ messages)
  ` [EXT] "

[PATCH 0/5] mtd: Implement MTD UCLASS (use SPINOR)
 2020-07-09 11:17 UTC  (6+ messages)
` [PATCH 1/5] mtd: spi: Drop redundent SPI flash driver
` [PATCH 2/5] mtd: Add dm-mtd core ops
` [PATCH 3/5] mtd: Add SPL_DM_MTD option
` [PATCH 4/5] mtd: Build mtd-uclass as obj
` [PATCH 5/5] mtd: spi: Switch to MTD uclass (absolute UCLASS_SPI_FLASH)

fs:fat: Fix small file read error
 2020-07-09  9:52 UTC 

[PATCH] arm: dts: lx2160a: Increase configuration window size
 2020-07-09  8:51 UTC 

[PATCH v8 1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller
 2020-07-09  8:48 UTC  (4+ messages)

[PATCH 00/11] imx8m: soc/clk update
 2020-07-09  8:40 UTC  (12+ messages)
` [PATCH 01/11] imx8m: configure arm clk sources from PLL
` [PATCH 02/11] imx8m: configure NoC clk
` [PATCH 03/11] imx8m: add sdhc/nand/ecspi clk api
` [PATCH 04/11] imx8m: add eqos clk
` [PATCH 05/11] imx8m: workaround ROM serror
` [PATCH 06/11] imx8mp: Add fused parts support
` [PATCH 07/11] imx8m: power down fused cores
` [PATCH 08/11] imx8mn/imx8mp: override env_get_offset and env_get_location
` [PATCH 09/11] imx8m: disable nodes before kernel/mfgtool boot for fused part
` [PATCH 10/11] clk: imx8m: drop clk settings
` [PATCH 11/11] imx8m: Refactor the OPTEE memory removal

[PATCH v4 00/11] new rtc methods, rtc command, and tests
 2020-07-09  8:39 UTC  (23+ messages)
` [PATCH v4 01/11] rtc: add dm_rtc_read helper and ->read method
` [PATCH v4 02/11] rtc: add dm_rtc_write() helper
` [PATCH v4 03/11] rtc: fall back to ->{read, write} if ->{read, write}8 are not provided
  ` [PATCH v4 03/11] rtc: fall back to ->{read,write} if ->{read,write}8 "
` [PATCH v4 04/11] rtc: pcf2127: provide ->read method
` [PATCH v4 05/11] rtc: pcf2127: provide ->write method
` [PATCH v4 06/11] rtc: add rtc command
` [PATCH v4 07/11] rtc: sandbox-rtc: fix set method
` [PATCH v4 08/11] rtc: i2c_rtc_emul: catch any write to the "reset" register
` [PATCH v4 09/11] test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
` [PATCH v4 10/11] sandbox: add rtc command to defconfigs
` [PATCH v4 11/11] test: dm: rtc: add tests of rtc shell command

[PATCH] i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
 2020-07-09  8:34 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: rename stm32mp15xx-avenger96 ethernet0_rgmii_pins
 2020-07-09  8:33 UTC  (3+ messages)
` [PATCH 2/3] i2c: stm32f7: add stm32mp15 compatible

[PATCH 1/1] mvpp2: fix second cp110 initialization
 2020-07-09  8:32 UTC  (2+ messages)

[PATCH] misc: scu: Remove child dev bind
 2020-07-09  8:32 UTC  (3+ messages)
` [PATCH] i2c: imx_lpi2c: Improve the codes to use private data

[PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support
 2020-07-09  8:31 UTC  (4+ messages)
` [PATCH v9 2/2] board: presidio-asic: Add "

[PATCH v2] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-07-09  8:29 UTC  (2+ messages)

[PATCH v2 0/2] Add support for PWM SiFive
 2020-07-09  8:27 UTC  (5+ messages)
` [PATCH v2 1/2] pwm: Add DT documentation for SiFive PWM Controller
` [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC

[PATCH] mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP
 2020-07-09  8:27 UTC  (2+ messages)

[PATCH 1/2] tpm: add #ifndef to fix redeclaration build errors
 2020-07-09  8:22 UTC  (3+ messages)
` [PATCH 2/2] spi: add support for all spi modes with soft spi

[PATCH] Clean up the Spansion/Cypress/Infineon device ID table
 2020-07-09  8:18 UTC  (2+ messages)

[PATCH v6 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-07-09  8:13 UTC  (4+ messages)

[PATCH] bcmgenet: fix DMA buffer management
 2020-07-09  8:11 UTC 

[PATCH 0/6] Add new series Micron SPI NAND devices
 2020-07-09  8: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