public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-09-25 11:29:18 to 2020-09-28 07:22:33 UTC [more...]

[PATCH] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2020-09-28  7:22 UTC  (5+ messages)

[patch 0/8] RFC: Pinebook pro EDP support
 2020-09-28  6:41 UTC  (12+ messages)
` [patch 1/8] RFC: drivers/video/rockchip/rk_vop.c: Use endpoint compatible string to find VOP mode
` [patch 2/8] RFC: drivers/video/rockchip/rk_edp.c: Add rk3399 support
` [patch 3/8] RFC: drivers/video/rockchip/rk_edp.c: Change interrupt polarity configuration
` [patch 4/8] RFC: drivers/video/rockchip/rk_edp.c: Change clock rate
` [patch 5/8] RFC: drivers/video/rockchip/rk_vop.c: Reserve efi fb memory
` [patch 6/8] RFC: rk3399-pinebook-pro-u-boot.dtsi: Enable edp
` [patch 7/8] RFC: configs/pinebook-pro-rk3399_defconfig: enable SYS_USB_EVENT_POLL_VIA_INT_QUEUE
` [patch 8/8] RFC: drivers/pwm/rk_pwm.c: Fix default polarity

[PATCH 00/32] x86: Allow Coral to boot into Chrome OS
 2020-09-28  6:23 UTC  (34+ messages)
` [PATCH 01/32] Add an assembly guard around linux/bitops.h
` [PATCH 02/32] x86: apl: Add core init for the SoC
` [PATCH 03/32] x86: Add a layout for Chrome OS verified boot
` [PATCH 04/32] x86: Add support for private files
` [PATCH 05/32] x86: Allow writing tables to fail
` [PATCH 06/32] x86: acpi: Store the ACPI context in global_data
` [PATCH 07/32] x86: Store the FADT so we can avoid searching for it
` [PATCH 08/32] x86: Don't bother clearing global NVS
` [PATCH 09/32] x86: coral: Drop the duplicate PCIe settings
` [PATCH 10/32] x86: Add SMBIOS info for Coral
` [PATCH 11/32] x86: coral: Correct max98357 file
` [PATCH 12/32] x86: Move ROM_TABLE_ADDR into the C file
` [PATCH 13/32] x86: Use if instead of #ifdef in write_tables()
` [PATCH 14/32] x86: Allow putting some tables in the bloblist
` [PATCH 15/32] x86: nhlt: Correct output of bytes and 16-bit data
` [PATCH 16/32] x86: nhlt: Fix a few bugs in the table generation
` [PATCH 17/32] x86: Show the interrupt pointer with 'irqinfo'
` [PATCH 18/32] x86: sound: Correct error handling
` [PATCH 19/32] acpi: Correct reset handling in acpi_device_add_power_res()
` [PATCH 20/32] x86: acpi: Allow the SSDT to be empty
` [PATCH 21/32] x86: acpi: Put the generated code first in DSDT
` [PATCH 22/32] acpi: Don't reset the tables with every new generation
` [PATCH 23/32] x86: Define the Chrome OS GNVS region
` [PATCH 24/32] x86: Use CONFIG_CHROMEOS_VBOOT for verified boot
` [PATCH 25/32] x86: Set up Chrome OS to boot into developer mode
` [PATCH 26/32] x86: Boot coral into Chrome OS by default
` [PATCH 27/32] x86: fsp: Convert fsp_dram to use log_debug()
` [PATCH 28/32] x86: Silence some logging statements
` [PATCH 29/32] x86: acpi: Include the TPMv1 table only if needed
` [PATCH 30/32] x86: acpi: Don't show the UART address by default
` [PATCH 31/32] x86: pinctrl: Silence the warning when a pin is not found
` [PATCH 32/32] x86: fsp: Adjust calculations for MTRR range and DRAM top

[BUG] sandbox: './u-boot -l ' fails
 2020-09-28  4:46 UTC  (3+ messages)

[PATCH v3 0/3] doc: global data pointer
 2020-09-28  4:24 UTC  (5+ messages)
` [PATCH v3 1/3] global_data.h: convert GD_FLG_* to enum
` [PATCH v3 2/3] global_data.h: add Sphinx documentation
` [PATCH v3 3/3] doc: global data pointer

[PATCH v2 1/2] video: backlight: Support PWMs without a known period_ns
 2020-09-28  4:24 UTC  (7+ messages)
` [PATCH v2 2/2] pwm: Add a driver for Chrome OS EC PWM

chromebook_coral.dts: multiple FSP-S entries for same parameters
 2020-09-28  4:24 UTC  (2+ messages)

[PATCH v4 0/9] sunxi: binman fixes and SCP firmware support
 2020-09-28  4:24 UTC  (3+ messages)
` [PATCH v4 8/9] binman: Add support for SCP firmware

[PATCH] log: Allow LOG_DEBUG to always enable log output
 2020-09-28  4:24 UTC  (11+ messages)

[PATCH] Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMIT
 2020-09-28  4:24 UTC  (2+ messages)

[PATCH 00/12] Various minor patches
 2020-09-28  3:37 UTC  (16+ messages)
` [PATCH 01/12] log: Add missing category names
` [PATCH 02/12] x86: zimage: Add a little more logging
` [PATCH 03/12] x86: zimage: Sanity-check the kernel version before printing it
` [PATCH 04/12] x86: zimage: Quieten down the zimage boot process
` [PATCH 05/12] syscon: Drop the logging in syscon_get_by_driver_data()
` [PATCH 06/12] bloblist: Place on a 4KB boundary
` [PATCH 07/12] binman: Add a way to read the ROM offset
` [PATCH 08/12] binman: Support multiple images in the library
` [PATCH 09/12] log: Fix the comment for struct log_driver()
` [PATCH 10/12] board: Show memory for frame buffers
` [PATCH 11/12] i2c: designware: Use log_debug() for debugging
` [PATCH 12/12] tpm: cr50: Correct logging statements

[PATCH v5 0/9] riscv: Clean up timer drivers
 2020-09-28  3:28 UTC  (3+ messages)
` [PATCH v5 2/9] timer: Add helper for drivers using timebase fallback

[PATCH v2 00/46] dm: Print device name in dev_xxx like Linux
 2020-09-28  2:43 UTC  (3+ messages)
` [PATCH v2 27/46] phy: rockchip: Fix not calling dev_err with a device

[PATCH v2 0/7] rockchip: Add Engicam PX30.Core support
 2020-09-28  2:39 UTC  (2+ messages)

[PATCH next v7 00/10] Add support MediaTek USB3 DRD driver
 2020-09-28  2:20 UTC  (4+ messages)

[PATCH 1/2] rockchip: dts: tinker: move i2c node to shared device tree
 2020-09-28  2:06 UTC  (4+ messages)
` [PATCH 2/2] rockchip: dts: tinker: remove unnecessary node

[PATCH] clk: rockchip: rk3399: implement getting wdt/alive clocks
 2020-09-28  2:05 UTC  (2+ messages)

SPI bus not probed
 2020-09-27 20:35 UTC 

[PATCH 1/2] watchdog: Hide WATCHDOG_RESET_DISABLE
 2020-09-27 16:06 UTC  (20+ messages)
` [PATCH 2/2] watchdog: add watchdog behavior configuration

[PATCH v2] log: Allow LOG_DEBUG to always enable log output
 2020-09-27 15:57 UTC  (2+ messages)

[PATCH 0/4] x86: Updates to SMBIOS
 2020-09-27 14:52 UTC  (5+ messages)
` [PATCH 1/4] x86: Pass an ofnode into each SMBIOS function
` [PATCH 2/4] smbios: Allow properties to come from the device tree
` [PATCH 3/4] smbios: Add more properties
` [PATCH 4/4] smbios: Add documentation and devicetree binding

IMX8MM 4GiB boundary issue
 2020-09-27 14:45 UTC  (8+ messages)

[PATCH 00/13] ehci-mx6: update and fix
 2020-09-27 14:44 UTC  (7+ messages)
` [PATCH 13/13] usb: ehci-mx6: Improve the bind function

i386: GDT, global data pointer
 2020-09-27 14:37 UTC 

[PATCH 1/1] efi_loader: efidebug display RNG protocol
 2020-09-27 13:06 UTC 

[PATCH v2 1/1] riscv: restore global data pointer in trap handler
 2020-09-27 12:17 UTC  (5+ messages)

[PATCHv2] pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2
 2020-09-27  7:18 UTC 

[PATCH 1/1] dm: syscon: typo alerady
 2020-09-27  1:59 UTC  (3+ messages)

[PATCH v2 0/4] binman: Make tests work on non-x86 architectures via cross-compilation
 2020-09-27  1:59 UTC  (11+ messages)
` [PATCH v2 1/4] binman: Support cross-compiling test files to x86
` [PATCH v2 2/4] binman: Use target-specific tools when cross-compiling
` [PATCH v2 3/4] binman: Allow resolving host-specific tools from env vars
` [PATCH v2 4/4] binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README

[PATCH v4 0/3] binman: Further updates for FIT support
 2020-09-27  1:59 UTC  (11+ messages)
` [PATCH v4 1/3] binman: Allow selecting default FIT configuration
` [PATCH v4 2/3] binman: Support help messages for missing blobs

[PATCH v4 1/3] fdtdec: optionally add property no-map to created reserved memory node
 2020-09-27  1:59 UTC  (7+ messages)
` [PATCH v4 2/3] test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameter
` [PATCH v4 3/3] optee: add property no-map to secure reserved memory

[PATCH] dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args
 2020-09-27  1:59 UTC  (3+ messages)

[PATCH 1/1] log: mute messages generated by log drivers
 2020-09-27  1:59 UTC  (3+ messages)

[PATCH v2 1/1] riscv: reset after crash
 2020-09-26 23:21 UTC 

[PATCH 1/1] riscv: reset after crash
 2020-09-26 23:02 UTC  (3+ messages)

[PATCH 0/3] add "call" command
 2020-09-26 14:13 UTC  (19+ messages)
` [PATCH 1/3] cli_hush.c: refactor handle_dollar() to prepare for cmd_call
` [PATCH 2/3] cli_hush.c: add "call" command

[PATCH V2] net: smc911x: Automatically Update ethaddr with MAC
 2020-09-26 11:06 UTC  (2+ messages)

[PATCH] arm: mvebu: Espressobin: Instructions for more MAC addresses in README.marvell
 2020-09-26  9:38 UTC  (6+ messages)

[PATCH] arm: mvebu: Espressobin: Set environment variable fdtfile
 2020-09-26  9:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/1] riscv: restore global data pointer in trap handler
 2020-09-26  6:51 UTC 

[PATCH v2 1/1] efi_loader: installation of EFI_RNG_PROTOCOL
 2020-09-25 21:01 UTC  (2+ messages)

[PATCH] rng: meson: make core clock optional
 2020-09-25 20:41 UTC  (2+ messages)

[PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2H SoC
 2020-09-25 17:36 UTC  (4+ messages)
` [PATCH 1/3] arm: renesas: Add config option for R8A774E1 SoC
` [PATCH 2/3] clk: renesas: Add R8A774E1 clock tables
` [PATCH 3/3] pinctrl: renesas: r8a77951: Add R8A774E1 PFC support

[PATCH 1/1] efi_loader: installation of EFI_RNG_PROTOCOL
 2020-09-25 17:32 UTC 

Please pull u-boot-x86/next into next
 2020-09-25 16:54 UTC  (2+ messages)

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

[GIT PULL] xilinx patches for v2021.01
 2020-09-25 16:54 UTC  (2+ messages)

pull request of u-boot-fsl-qoriq for v2020.10
 2020-09-25 16:48 UTC 

Quick question?
 2020-09-25 16:48 UTC  (6+ messages)

[PATCH 0/3] Add Clock and Pincontrol driver support for RZ/G2N SoC
 2020-09-25 16:40 UTC  (4+ messages)
` [PATCH 1/3] arm: renesas: Add config option for R8A774B1 SoC
` [PATCH 2/3] clk: renesas: Add R8A774B1 clock tables
` [PATCH 3/3] pinctrl: renesas: r8a77965: Add R8A774B1 PFC support

[PATCH 1/2] video: backlight: Support PWMs without a known period_ns
 2020-09-25 16:11 UTC  (6+ messages)
` [PATCH 2/2] pwm: Add a driver for Chrome OS EC PWM

[PATCH 1/3] arm: Implement show_boot_progress() for imx53's HSC and DDC devices
 2020-09-25 15:13 UTC  (3+ messages)
` [PATCH 2/3] dts: Provide LED DTS description for HSC and DDC imx53 devices
` [PATCH 3/3] defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices

[PATCH] imx8m: fix cache setup for dynamic sdram size
 2020-09-25 15:08 UTC 

[PATCH] cpu: at91: add driver for CPU
 2020-09-25 15:07 UTC 

armv7R: K3: am654: U-Boot
 2020-09-25 14:17 UTC  (4+ messages)

Help Request: booting freeze on rk3368 board
 2020-09-25 14:08 UTC 

[PATCH v8 0/2] Basic Kontron SMARC-sAL28 board support
 2020-09-25 11:51 UTC  (3+ messages)
` [PATCH v8 1/2] board: kontron: add sl28 support
` [PATCH v8 2/2] board: sl28: add board specific nvm command


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox