messages from 2020-07-17 18:46:47 to 2020-07-19 20:49:52 UTC [more...]
[RFC PATCH 00/16] RFC: patman: Collect review tags and comments from Patchwork
2020-07-19 20:49 UTC (26+ messages)
` [RFC PATCH 01/16] patman: Use test_util to show test results
` [RFC PATCH 02/16] patman: Move main code out to a control module
` [RFC PATCH 03/16] patman: Add a test that uses gitpython
` [RFC PATCH 04/16] patman: Allow creating patches for another branch
` [RFC PATCH 05/16] patman: Allow skipping patches at the end
` [RFC PATCH 06/16] patman: Convert to ArgumentParser
` [RFC PATCH 07/16] patman: Allow different commands
` [RFC PATCH 08/16] patman: Add a 'test' subcommand
` [RFC PATCH 09/16] patman: Allow disabling 'bright' mode with Print output
` [RFC PATCH 10/16] patman: Support collecting response tags in Patchstream
[PATCH v3 00/49] rockchip: x86: Support building ROM files automatically with binman
2020-07-19 20:49 UTC (45+ 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 v4 00/27] rockchip: x86: Support building ROM files automatically with binman
2020-07-19 19:56 UTC (28+ messages)
` [PATCH v4 01/27] x86: Change how selection of ROMs works
` [PATCH v4 02/27] rockchip: Allow Bob to use SPI boot
` [PATCH v4 03/27] Makefile: Allow building .rom files for non-x86 boards
` [PATCH v4 04/27] rockchip: jerry: Add serial support
` [PATCH v4 05/27] rockchip: bob: Support SPI-flash booting
` [PATCH v4 06/27] rockchip: Enable building a SPI ROM image on jerry
` [PATCH v4 07/27] rockchip: Enable building a SPI ROM image on bob
` [PATCH v4 08/27] tegra: Drop the unused non-binman code
` [PATCH v4 09/27] tegra: Don't enable binman on ARMv8 SoCs
` [PATCH v4 10/27] Makefile: Rename ALL-y to INPUTS-y
` [PATCH v4 11/27] powerpc: mpc85xx: Only enable binman when it is needed
` [PATCH v4 12/27] x86: Makefile: Drop explicit targets built by binman
` [PATCH v4 13/27] x86: Drop CONFIG_BUILD_ROM and repurpose BUILD_ROM
` [PATCH v4 14/27] sunxi: Makefile: Drop explicit targets built by binman
` [PATCH v4 15/27] tegra: "
` [PATCH v4 16/27] mediatek: "
` [PATCH v4 17/27] Makefile: Move CONFIG_TOOLS_DEBUG check to later
` [PATCH v4 18/27] Makefile: Fix a long line in cmd_mkfitimage
` [PATCH v4 19/27] Makefile: Allow CONFIG_SPL_FIT_GENERATOR to be empty
` [PATCH v4 20/27] Makefile: Warn against using CONFIG_SPL_FIT_GENERATOR
` [PATCH v4 21/27] rockchip: Convert evb-rk3288 over to use binman
` [PATCH v4 22/27] rockchip: Convert evb-rk3229 "
` [PATCH v4 23/27] rockchip: Drop the fit_spl_optee.sh script
` [PATCH v4 24/27] x86: Move the fdtmap away from the binary blobs
` [PATCH v4 25/27] x86: chromebook_link64: Correct the image layout
` [PATCH v4 26/27] x86: chromebook_panther: "
` [PATCH v4 27/27] x86: chromebook_samus_tpl: "
[PATCH] buildman: Show the build rate at the end
2020-07-19 18:40 UTC
dtoc code-coverage tests
2020-07-19 18:30 UTC
[PATCH] buildman: Correct the testOutputDir() unit test
2020-07-19 18:28 UTC
Reproducibility regression with mx6cuboxi
2020-07-19 18:23 UTC
[PATCH 00/31] dm: Avoid including dm.h in header files
2020-07-19 16:54 UTC (33+ messages)
` [PATCH 01/31] spi: Allow separate control of SPI_FLASH_TINY for SPL/TPL
` [PATCH 02/31] mtd: spi-nor: Tidy up error handling / debug code
` [PATCH 03/31] wdt: Drop dm.h header file
` [PATCH 04/31] mtd: spi-mem: "
` [PATCH 05/31] mtd: spi: Drop SPI_XFER_MMAP*
` [PATCH 06/31] dm: core: Drop dm.h header file from dm-demo.h
` [PATCH 07/31] dm: core: Drop header files from dm/test.h
` [PATCH 08/31] fs: fs-loader: Drop dm.h header file
` [PATCH 09/31] net: Drop dm.h header file from phy.h
` [PATCH 10/31] sf: Drop dm.h header file from spi_flash.h
` [PATCH 11/31] thermal: Drop dm.h header file
` [PATCH 12/31] w1: "
` [PATCH 13/31] efi: Tidy up header includes
` [PATCH 14/31] power: Tidy up inclusion of regulator_common.h
` [PATCH 15/31] mmc: Drop duplicate dm.h inclusion
` [PATCH 16/31] spi: "
` [PATCH 17/31] ti: am654: "
` [PATCH 18/31] liebherr: "
` [PATCH 19/31] pci: Drop dm.h inclusion from header file
` [PATCH 20/31] mediatek: Drop dm.h "
` [PATCH 21/31] mscc: "
` [PATCH 22/31] adc: "
` [PATCH 23/31] nand: "
` [PATCH 24/31] ufs: "
` [PATCH 25/31] usb: "
` [PATCH 26/31] clk: Drop dm.h header file in clk-provider.h
` [PATCH 27/31] net: Drop dm.h header file in eth_phy.h
` [PATCH 28/31] net: Drop duplicate include of dm.h in pcnet.c
` [PATCH 29/31] dm: core: Guard against including dm.h in header files
` [PATCH 30/31] patman: Fix up the test comments
` [PATCH 31/31] checkpatch: Don't allow common.h and dm.h in headers
[PATCH] buildman: Allow using older versions of genboardscfg.py
2020-07-19 15:59 UTC
[PATCH v4 1/2] arm: move CONFIG_PREBOOT="usb start" to KConfig
2020-07-19 13:56 UTC (2+ messages)
` [PATCH v4 2/2] sun50i: a64: A64-Teres-I board detect builtin keyboard
[PULL] u-boot-mips
2020-07-19 12:37 UTC (2+ messages)
[PATCH v6 0/4] usb: xhci: Load Raspberry Pi 4 VL805's firmware
2020-07-19 10:59 UTC (4+ messages)
[PATCH v3 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details
2020-07-19 9:35 UTC (3+ messages)
` [PATCH v3 1/2] arch: arm: use dt and UCLASS_IRQ "
` [PATCH v3 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details
[PATCH v4 0/7] efi_loader: secure boot: support intermediate certificates in signature
2020-07-19 8:29 UTC (5+ messages)
` [PATCH v4 1/7] lib: crypto: add public_key_verify_signature()
` [PATCH v4 3/7] lib: crypto: import pkcs7_verify.c from linux
[PATCH v2 1/1] efi_loader: use logging for bootefi command
2020-07-19 7:57 UTC
rk3399: boot from compressed Image
2020-07-19 3:56 UTC (3+ messages)
[PATCH] ARM: omap3: evm: Complete DM_ETH and DM_USB migrations
2020-07-19 0:23 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v5] net: tftp: Add client support for RFC 7440
2020-07-18 20:31 UTC
[PATCH 0/6] stdio: Clean up stdio.c
2020-07-18 18:04 UTC (8+ messages)
` [PATCH 1/6] Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
` [PATCH 2/6] stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEV
` [PATCH 3/6] stdio: Drop #ifdefs in the header file
` [PATCH 4/6] stdio: Update to use compiler for Kconfig checks
` [PATCH 5/6] stdio: Drop brackets around &devs.list
` [PATCH 6/6] stdio: Tidy up the coding style
PINE64 Rock64 - How to get SPI driver working
2020-07-18 15:45 UTC (5+ messages)
` [PATCH] rockchip: rk3328: Add SPI support
[PATCH] armv8: MMU: Mark code memory Executable, any other Non-Executable
2020-07-18 15:34 UTC (3+ messages)
` [PATCHv2] "
[PATCH v2 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details
2020-07-18 14:56 UTC (4+ messages)
` [PATCH v2 1/2] arch: arm: use dt and UCLASS_IRQ "
` [PATCH v2 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details
[PATCH] rockchip: rk3399: Add default env to support compressed krenel Image
2020-07-18 14:48 UTC
am654_sdhci: mmc fail to send stop cmd
2020-07-18 14:47 UTC
[PATCH 0/3] rockchip: rk3328: Add SPI support
2020-07-18 14:28 UTC (8+ messages)
` [PATCH 1/3] drivers: clk: rockchip: clk_rk3328: "
` [PATCH 2/3] drivers: spi: rk_spi: Add support for RK3328
` [PATCH 3/3] ARM: dts: rk3328: Add SPI support
[PATCH] rockchip: sdram: fix dram_init_banksize
2020-07-18 14:28 UTC (3+ messages)
[PATCH 0/2] PINE64 Rock64 board: Add SPI Flash support
2020-07-18 14:27 UTC (6+ messages)
` [PATCH 1/2] ARM: dts: rk3328-rock64: "
` [PATCH 2/2] configs: rock64-rk3328_defconfig: "
[PATCH v3 1/6] rock-pi-4: Enable USB3 Host
2020-07-18 13:28 UTC (6+ messages)
` [PATCH v3 4/6] rock-pi-4: Enable HDMI output
` [PATCH v3 6/6] roc-rk3399-pc: Update ENV offset, size
[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
2020-07-18 13:25 UTC (2+ messages)
[PATCH v5 0/5] roc-rk3399-pc: Custom SPL
2020-07-18 13:22 UTC (9+ messages)
` [PATCH v5 1/5] roc-rk3399-pc: Move leds setup in SPL
` [PATCH v5 2/5] rockchip: Don't clear the reset status reg
` [PATCH v5 3/5] rockchip: Separate the reset cause from display cpuinfo
` [PATCH v5 4/5] rockchip: spl: Move board_early_init_f after cpu timer
[PATCH 1/3] ram: rk3399: Drop debug stride in driver
2020-07-18 12:15 UTC (6+ messages)
` [PATCH 2/3] ram: rk3399: Mark existing prints via RAM_ROCKCHIP_DEBUG
` [PATCH 3/3] roc-rk3399-pc: Disable RAM_ROCKCHIP_DEBUG
[PATCH v4 0/4] rtc: Add RK808 PMIC RTC
2020-07-18 12:11 UTC (3+ messages)
` [PATCH v4 3/4] rtc: rk8xx: Add base support for the "
[PATCH 0/3] phy: rockchip: Add PCIe phy driver
2020-07-18 12:00 UTC (7+ 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
[PATCH 1/1] efi_loader: returning form UEFI FIT images
2020-07-18 9:17 UTC
[PATCH 1/1] efi_loader: document efi_save_gd(), efi_restore_gd()
2020-07-18 7:55 UTC
[PATCH 1/1] ls1088ardb :Set CONFIG_SYS_BOARD to ls1088ardb
2020-07-18 4:07 UTC
[PATCH] fixdep: fix CONFIG_IS_ENABLED etc. handling
2020-07-18 3:37 UTC (3+ messages)
[PATCH v2 0/3] Add support for multiple required keys
2020-07-18 3:20 UTC (4+ messages)
` [PATCH v2 1/3] vboot: add DTB policy for supporting multiple required conf keys
` [PATCH v2 2/3] test: vboot: add tests for multiple required keys
` [PATCH v2 3/3] doc: verified-boot: add required-mode information
[PATCH v2 1/2] rockchip: Add SoC detection helper
2020-07-18 3:18 UTC (4+ messages)
[PATCH 0/9] mmc: fsl_esdhc: support eMMC HS200/HS400 modes
2020-07-18 1:21 UTC (4+ messages)
[GIT PULL] Pull request: u-boot-imx u-boot-imx-20200716
2020-07-17 22:30 UTC (5+ messages)
[PATCH v1] include: pci_ids: Add Cavium devices
2020-07-17 20:59 UTC (2+ messages)
[PATCH] doc: fit: Write hex address as hex instead of int
2020-07-17 20:59 UTC (2+ messages)
[PATCH] mtd: mtdpart: use uint64_t instead of int for cur_off
2020-07-17 20:58 UTC (2+ messages)
[PATCH] board/km: update MAINTAINERS email
2020-07-17 20:58 UTC (2+ messages)
[PATCH 1/1] doc: correct description of crash dumps
2020-07-17 20:58 UTC (2+ messages)
[PATCH v2] mkimage: Fix error message if write less data then expected
2020-07-17 20:58 UTC (2+ messages)
[PATCH] remove include/config_defaults.h
2020-07-17 20:58 UTC (2+ messages)
[PATCH] doc: multi-dtb-fit: Remove double underscores
2020-07-17 20:58 UTC (2+ messages)
[PATCH v2 1/1] fs: error handling in do_load()
2020-07-17 20:58 UTC (2+ messages)
[PATCH 1/3] treewide: convert bd_t to struct bd_info by coccinelle
2020-07-17 20:58 UTC (6+ messages)
` [PATCH 2/3] treewide: convert bd_t to struct bd_info manually
` [PATCH 3/3] asm/u-boot.h: remove bd_t definitions
[PATCH] arm64: Remove CONFIG_SYS_FULL_VA macro
2020-07-17 20:57 UTC (2+ messages)
[PATCH] Makefile: Silence relocate-rela call
2020-07-17 20:57 UTC (2+ messages)
[PATCH] lib: zlib: Remove offset pointer optimization in inftrees.c
2020-07-17 20:57 UTC (2+ messages)
[PATCH] Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig
2020-07-17 20:57 UTC (2+ messages)
[PATCH v2 1/1] spl: fix ext4fs_mount return code handling
2020-07-17 20:57 UTC (2+ messages)
[PATCH 0/4] Some reserved memory hardenings
2020-07-17 20:57 UTC (7+ messages)
` [PATCH 2/4] image: fdt: bail out with error if no boot time FDT image found
` [PATCH 3/4] common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image
` [PATCH 4/4] cmd: booti: convert the debug print about image move to printf
[PATCH 1/1] arm: wandboard: move CONFIG_MXC_UART to defconfig
2020-07-17 20:57 UTC (3+ messages)
` [PATCH] Convert CONFIG_MXC_UART to Kconfig
[PATCH] lz4: fix decompressor on big-endian powerpc
2020-07-17 20:57 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/1] doc: Coccinelle: move to HTML doc
2020-07-17 20:56 UTC (2+ messages)
[PATCH 1/2] imx8m: ddrphy_utils: Improve coding style
2020-07-17 20:56 UTC (4+ messages)
` [PATCH 2/2] imx8m: soc: Remove unneeded space
[PATCH 1/1] clk: ICS8N3QV01 remove superfluous code
2020-07-17 18:46 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox