messages from 2021-01-20 19:56:48 to 2021-01-21 15:00:15 UTC [more...]
[PATCH 0/7] Allow booting a 32-bit system with a top memory address beyond 4 GiB
2021-01-21 15:00 UTC (8+ messages)
` [PATCH 1/7] riscv: Adjust board_get_usable_ram_top() for 32-bit
` [PATCH 2/7] global_data.h: Change ram_top type to phys_addr_t
` [PATCH 3/7] serial: sifive: Cast dev_read_addr() with uintptr_t
` [PATCH 4/7] fdtdec: Cast prior_stage_fdt_address "
` [PATCH 5/7] riscv: Change phys_addr_t and phys_size_t to 64-bit
` [PATCH 6/7] bdinfo: Rename function names to be clearer
` [PATCH 7/7] bdinfo: Change to use bdinfo_print_num_ll() where the number could be 64-bit
[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
2021-01-21 13:44 UTC (8+ messages)
imx8mp evk - boot stucks at BL31
2021-01-21 13:40 UTC (2+ messages)
[PATCH 1/2] board: Atmel: Add SAMA5D27 giant board
2021-01-21 13:37 UTC (4+ messages)
` [PATCH 2/2] configs: sama5d27_som1_ek: Set FDT filename based on defconfig
[PATCH] mkeficapsule: Free up resources used for adding public key to dtb
2021-01-21 13:32 UTC (2+ messages)
[patch v3 0/9] rk3399 (Pinebook pro) EDP support
2021-01-21 13:08 UTC (9+ messages)
` [patch v3 3/9] ockchip: video: edp: Change interrupt polarity configuration
` [patch v3 4/9] ockchip: video: vop: Reserve efi fb memory
` [patch v3 7/9] rockchip: video: vop: Fix format of fbbase in debug string
` [patch v3 9/9] rockchip: videp: vop: Add reset support
[PATCH v2 00/21] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
2021-01-21 12:46 UTC (10+ messages)
` [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes
Pull request: u-boot-rockchip-20210121
2021-01-21 12:44 UTC (3+ messages)
[PATCH v3 00/20] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
2021-01-21 12:40 UTC (21+ messages)
` [PATCH v3 01/20] mmc: sdhci: Add helper functions for UHS modes
` [PATCH v3 02/20] mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
` [PATCH v3 03/20] mmc: am654_sdhci: Convert flag fields to BIT macro
` [PATCH v3 04/20] mmc: am654_sdhci: Add flag for PHY calibration
` [PATCH v3 05/20] mmc: am654_sdhci: Add support for AM65x SR2.0
` [PATCH v3 06/20] mmc: am654_sdhci: Add support for input tap delay
` [PATCH v3 07/20] mmc: am654_sdhci: Add support for writing to clkbuf_sel
` [PATCH v3 08/20] mmc: am654_sdhci: Add support for software tuning
` [PATCH v3 09/20] mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes
` [PATCH v3 10/20] mmc: am654_sdhci: Use sdhci_set_control_reg()
` [PATCH v3 11/20] arm: dts: k3-am65: Fix mmc nodes
` [PATCH v3 12/20] arm: dts: k3-j721e-main: Update otap-delay values
` [PATCH v3 13/20] arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD card
` [PATCH v3 14/20] arm: dts: k3-j7200-main: Add support for gpio0
` [PATCH v3 15/20] arm: dts: k3-j7200-common-proc-board: Enable support for UHS modes
` [PATCH v3 16/20] configs: j721e_evm: Add "
` [PATCH v3 17/20] configs: j7200_evm: "
` [PATCH v3 18/20] arm: dts: k3-am65-main: Add itapdly and clkbuf-sel values
` [PATCH v3 19/20] arm: dts: k3-am654-base-board: Limit Sd card to High speed modes
` [PATCH v3 20/20] configs: am65x_evm: Add configs for UHS modes
[PATCH v2 0/3] PowerPC: keymile: Add support for kmcent2 board
2021-01-21 12:19 UTC (4+ messages)
` [PATCH v2 1/3] PowerPC: dts: Pulled in kmcent2 dts files from Linux 5.10
` [PATCH v2 2/3] keymile: common: update to set_env_hex(), fix "pram" radix
` [PATCH v2 3/3] PowerPC: keymile: Add support for kmcent2 board
[PATCH 0/3] PowerPC: keymile: Add support for kmcent2 board
2021-01-21 12:14 UTC (10+ messages)
` [PATCH 1/3] PowerPC: dts: Pulled in kmcent2 dts files from Linux 5.10
` [PATCH 2/3] keymile: common: Fix pram variable radix
` [PATCH 3/3] PowerPC: keymile: Add support for kmcent2 board
[PATCH 00/15] gpio: Update and simplify the uclass API
2021-01-21 10:52 UTC (29+ messages)
` [PATCH 01/15] gpio: Disable functions not used with of-platdata
` [PATCH 02/15] dm: gpio: Rename set_dir_flags() method to update_flags()
` [PATCH 03/15] dm: gpio: Rename get_dir_flags() method to get_flags()
` [PATCH 04/15] gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
` [PATCH 05/15] gpio: Drop dm_gpio_set_dir()
` [PATCH 06/15] gpio: sandbox: Rename GPIO dir_flags to flags
` [PATCH 07/15] gpio: sandbox: Use a separate flag for the value
` [PATCH 08/15] gpio: sandbox: Fully separate pin value from output value
` [PATCH 09/15] gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
` [PATCH 10/15] dm: gpio: Add a way to update flags
` [PATCH 11/15] gpio: Replace direction_input() and direction_output()
` [PATCH 12/15] gpio: Use an 'ops' variable everywhere
` [PATCH 14/15] gpio: sandbox: Track whether a GPIO is driven
` [PATCH 15/15] gpio: Add a way to read 3-way strapping pins
Contributor meeting notes 19-Jan-21
2021-01-21 10:48 UTC (19+ messages)
[PATCH v5 0/4] OP-TEE I2C trampoline and associated tests
2021-01-21 10:44 UTC (7+ messages)
` [PATCH v5 3/4] drivers: tee: sandbox: add rpc test ta emulation
` [PATCH v5 4/4] test: dm: tee: extend with RPC test
[PATCH 1/1] sandbox: keep time offset when resetting
2021-01-21 9:19 UTC (3+ messages)
Boot failure triggered by USB on rockpro64-rk3399 and pinebook-pro-rk3399
2021-01-21 9:12 UTC (3+ messages)
Xilinx ZynqMP SPL boot: psu_init_gpl.c code corrupts U-Boot memory
2021-01-21 8:41 UTC (2+ messages)
[PATCH] cmd: pxe_utils: fix ipappend ip config empty vars
2021-01-21 7:44 UTC
[PATCH v2 00/12] smbios: Enhancements for more flexibility
2021-01-21 6:54 UTC (25+ messages)
` [PATCH v2 01/12] README: Add doumentation for version information
` [PATCH v2 02/12] Makefile: Provide numeric versions
` [PATCH v2 03/12] smbios: Move smbios_write_type to the C file
` [PATCH v2 04/12] smbios: Use char consistently for the eos member
` [PATCH v2 05/12] smbios: Set BIOS release version
` [PATCH v2 06/12] smbios: Use a struct to keep track of context
` [PATCH v2 07/12] smbios: Drop the eos parameter
` [PATCH v2 08/12] smbios: Track the end of the string table
` [PATCH v2 09/12] smbios: Add more options for the BIOS version string
` [PATCH v2 10/12] sysinfo: Move #ifdef so that operations are always defined
` [PATCH v2 11/12] x86: coral: Add sysinfo ops
` [PATCH v2 12/12] smbios: Allow a few values to come from sysinfo
[PATCH] smcc: fix sign bit expansion
2021-01-21 6:54 UTC (2+ messages)
arm: rk3399: add support nanopi r4s
2021-01-21 5:50 UTC (3+ messages)
[PATCH 1/1] cmd: CMD_ACPI depends on ACPIGEN
2021-01-21 5:45 UTC (6+ messages)
[PATCH 00/12] x86: Minor improvements mostly for image loading
2021-01-21 5:43 UTC (27+ messages)
` [PATCH 01/12] x86: acpi_gpe: Update driver name to match devicetree
` [PATCH 02/12] x86: spl: Add a function to find the text base
` [PATCH 03/12] x86: apl: Enhance debugging in the SPL loader
` [PATCH 04/12] x86: Make sure the SPL image ends on a suitable boundary
` [PATCH 05/12] x86: spl: Make moving BSS conditional
` [PATCH 06/12] x86: Update Chromium OS GNVS names
` [PATCH 07/12] x86: zimage: Allow dumping the image from outside the module
` [PATCH 08/12] x86: zimage: Improve command-line debug handling
` [PATCH 09/12] x86: spl: Clear BSS unconditionally
` [PATCH 10/12] x86: tpl: Show next stage being booted
` [PATCH 11/12] sysinfo: Allow showing model info from sysinfo
` [PATCH 12/12] x86: coral: Show memory config and SKU ID on startup
[PATCH v2 0/2] Add Rockchip dwc-based PCIe controller and PHY support
2021-01-21 4:00 UTC (5+ messages)
` [PATCH v2 1/2] phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY
` [PATCH v2 2/2] pci: Add Rockchip dwc based PCIe controller driver
[PATCH v2] rockchip: rk3328: Add support for FriendlyARM NanoPi R2S
2021-01-21 3:58 UTC (2+ messages)
[PATCH 1/1] cmd/riscv/sbi: support System Reset Extension
2021-01-21 3:52 UTC (2+ messages)
[PATCH] rockchip: pinebook-pro: fix SPI flash detection
2021-01-21 3:47 UTC (2+ messages)
[PATCH 1/1] cmd: change suppress newline in echo command
2021-01-21 3:26 UTC (2+ messages)
[PATCH v2 00/11] tpm: Support using TPM1 and TPM2 from a single API
2021-01-21 3:13 UTC (12+ messages)
` [PATCH v2 01/11] tpm: Don't include cr50 in TPL/SPL
` [PATCH v2 02/11] tpm: Use logging in the uclass
` [PATCH v2 03/11] tpm: Add debugging of request in tpm_sendrecv_command()
` [PATCH v2 04/11] tpm: Add an API that can support v1.2 and v2
` [PATCH v2 05/11] tpm: Switch TPMv1 over to use the new API
` [PATCH v2 06/11] tpm: Add a basic API implementation for TPMv2
` [PATCH v2 07/11] tpm: Reduce duplication in a few functions
` [PATCH v2 08/11] tpm: Add an implementation of define_space
` [PATCH v2 09/11] tpm: Add TPM2 support for read/write values
` [PATCH v2 10/11] tpm: Add TPM2 support for write_lock
` [PATCH v2 11/11] tpm: Allow disabling platform hierarchy with TPM2
[PATCH v4 00/23] Add support for MediaTek MT7620 SoC - v4
2021-01-21 3:12 UTC (8+ messages)
` [PATCH v4 01/23] mips: dts: switch to board defines for dtb for mtmips
[PATCH v2 00/15] gpio: Update and simplify the uclass API
2021-01-21 3:11 UTC (16+ messages)
` [PATCH v2 01/15] gpio: Disable functions not used with of-platdata
` [PATCH v2 02/15] dm: gpio: Rename set_dir_flags() method to update_flags()
` [PATCH v2 03/15] dm: gpio: Rename get_dir_flags() method to get_flags()
` [PATCH v2 04/15] gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
` [PATCH v2 05/15] gpio: Drop dm_gpio_set_dir()
` [PATCH v2 06/15] gpio: sandbox: Rename GPIO dir_flags to flags
` [PATCH v2 07/15] gpio: sandbox: Use a separate flag for the value
` [PATCH v2 08/15] gpio: sandbox: Fully separate pin value from output value
` [PATCH v2 09/15] gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
` [PATCH v2 10/15] dm: gpio: Add a way to update flags
` [PATCH v2 11/15] gpio: Replace direction_input() and direction_output()
` [PATCH v2 12/15] gpio: Use an 'ops' variable everywhere
` [PATCH v2 13/15] gpio: x86: Drop the deprecated methods in intel_gpio
` [PATCH v2 14/15] gpio: sandbox: Track whether a GPIO is driven
` [PATCH v2 15/15] gpio: Add a way to read 3-way strapping pins
[PATCH v2 0/6] log: Allow multiple lines and conversion to printf()
2021-01-21 3:10 UTC (7+ messages)
` [PATCH v2 1/6] log: Set up a flag byte for log records
` [PATCH v2 2/6] log: Handle line continuation
` [PATCH v2 3/6] log: Add return-checking macros for 0 being success
` [PATCH v2 4/6] sandbox: log: Avoid build error with !CONFIG_LOG
` [PATCH v2 5/6] tpm: Don't select LOG
` [PATCH v2 6/6] log: Convert log values to printf() if not enabled
[PATCH v2] sysboot: add zboot support to boot x86 Linux kernel image
2021-01-21 3:01 UTC (2+ messages)
[PATCH v3 0/7] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
2021-01-21 2:35 UTC (2+ messages)
[PATCH 1/1] fs: fat: structure for name and extension
2021-01-20 23:55 UTC
[PATCH 1/1] efi_loader: fix efi_load_image_from_path()
2021-01-20 22:43 UTC
[PATCH 1/1] fs: fat: consistent error handling for flush_dir()
2021-01-20 22:31 UTC
[PATCH 1/1] ubifs: do not decide upon uninitialized variable
2021-01-20 21:46 UTC (2+ messages)
[PATCH 1/1] fs: btrfs: simplify close_ctree_fs_info()
2021-01-20 21:46 UTC (2+ messages)
[PATCH] Fix squashfs failing to load sparse files
2021-01-20 21:46 UTC (2+ messages)
[PATCH 0/4] fs: btrfs: coverity fixes
2021-01-20 21:46 UTC (3+ messages)
` [PATCH 2/4] fs: btrfs: volumes: prevent overflow for multiplying
Building with CONFIG_INTEL_ACPIGEN fails on qemu-x86_64_defconfig
2021-01-20 20:31 UTC
[PATCH] spi: zynqmp_gqspi: fix set_speed bug on multiple runs
2021-01-20 20:28 UTC
[PATCH v2 0/2] Use RNG to get random behaviour
2021-01-20 19:56 UTC (10+ messages)
` [PATCH v2 1/2] lib: uuid: use RNG device if present
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