public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-09-04 15:33:53 to 2020-09-06 21:43:11 UTC [more...]

[PATCH v3 00/57] dm: Add programatic generation of ACPI tables (part D)
 2020-09-06 21:43 UTC  (4+ messages)
` [PATCH v3 01/57] x86: acpi: Add cros_ec tables
` [PATCH v3 02/57] x86: acpi: Add base asl files for common x86 devices
` [PATCH v3 03/57] x86: acpi: apl: Add asl files for Apollo Lake

[PATCH v7 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-09-06 21:05 UTC  (25+ messages)
` [PATCH v7 01/21] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v7 02/21] spi: spi-mem: allow specifying a command's extension
` [PATCH v7 03/21] spi: cadence-qspi: Do not calibrate when device tree sets read delay
` [PATCH v7 04/21] spi: cadence-qspi: Add support for octal DTR flashes
` [PATCH v7 05/21] arm: mvebu: x530: Use tiny SPI NOR
` [PATCH v7 06/21] mtd: spi-nor-core: Add a ->setup() hook
` [PATCH v7 07/21] mtd: spi-nor-core: Move SFDP related declarations to top
` [PATCH v7 08/21] mtd: spi-nor-core: Introduce flash-specific fixup hooks
` [PATCH v7 09/21] mtd: spi-nor-core: Rework hwcaps selection
` [PATCH v7 10/21] mtd: spi-nor-core: Add support for DTR protocol
` [PATCH v7 11/21] mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
` [PATCH v7 12/21] mtd: spi-nor-core: Get command opcode extension type from BFPT
` [PATCH v7 13/21] mtd: spi-nor-core: Parse xSPI Profile 1.0 table
` [PATCH v7 14/21] mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
` [PATCH v7 15/21] mtd: spi-nor-core: Enable octal DTR mode when possible
` [PATCH v7 16/21] mtd: spi-nor-core: Do not make invalid quad enable fatal
` [PATCH v7 17/21] mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
` [PATCH v7 18/21] mtd: spi-nor-core: Perform a Soft Reset on shutdown
` [PATCH v7 19/21] mtd: spi-nor-core: Perform a Soft Reset on boot
` [PATCH v7 20/21] mtd: spi-nor-core: Add support for Cypress Semper flash
` [PATCH v7 21/21] mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode

[PATCH 1/1] espresso7420: remove unused symbol CONFIG_DEFAULT_CONSOLE
 2020-09-06 19:33 UTC  (4+ messages)
` Fwd: "

[PATCH] arm: mvebu: Espressobin: Set environment variable fdtfile
 2020-09-06 18:56 UTC  (6+ messages)

[PATCH] efi_loader: log messages for bootefi command
 2020-09-06 18:18 UTC 

[PATCH v4 0/3] binman: Further updates for FIT support
 2020-09-06 16:39 UTC  (4+ messages)
` [PATCH v4 1/3] binman: Allow selecting default FIT configuration
` [PATCH v4 2/3] binman: Support help messages for missing blobs
` [PATCH v4 3/3] binman: sunxi: Add help message for missing sunxi ATF BL31

[PATCH v2 0/5] edison: Support for writing an xFSTK image
 2020-09-06 16:35 UTC  (6+ messages)
` [PATCH v2 1/5] x86: Use multiple images
` [PATCH v2 2/5] binman: Show an error when a file is missing
` [PATCH v2 3/5] binman: Support adding a U-Boot environment
` [PATCH v2 4/5] x86: edison: Generate an image suitable for xFSTK
` [PATCH v2 5/5] x86: edison: Add documentation for using am xFSTK image

[PATCH 1/2] arm64: dts: armada-3720-espressobin: sync with downstream
 2020-09-06 16:11 UTC  (9+ messages)

[PATCH v2 00/57] dm: Add programatic generation of ACPI tables (part D)
 2020-09-06 15:56 UTC  (4+ messages)
` [PATCH v2 08/57] x86: acpi: Support external GNVS tables

[PATCH v3 0/9] sunxi: binman fixes and SCP firmware support
 2020-09-06 13:58 UTC  (17+ messages)
` [PATCH v3 1/9] Makefile: Only define u-boot.itb rule when applicable
` [PATCH v3 2/9] binman: Only write FDT once per node
` [PATCH v3 3/9] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
` [PATCH v3 4/9] sunxi: binman: Fix spacing between nodes
` [PATCH v3 5/9] sunxi: binman: Provide a default BL31 filename
` [PATCH v3 6/9] sunxi: binman: Use a macro for the BL31 load address
` [PATCH v3 7/9] sunxi: binman: Update FIT component descriptions
` [PATCH v3 8/9] binman: Add support for SCP firmware
` [PATCH v3 9/9] sunxi: binman: Add support for including "

[PATCH v2 0/4] binman: Make tests work on non-x86 architectures via cross-compilation
 2020-09-06 13:58 UTC  (7+ 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

U-boot command prompt failed to load in Raspberry pi 4
 2020-09-06 12:59 UTC 

[PATCH] riscv: Only enable OF_BOARD_FIXUP for S-Mode
 2020-09-06 12:56 UTC  (3+ messages)

[PATCH v2 26/30] video: omap: enable LCD clock domain through DM API
 2020-09-06 12:16 UTC  (5+ messages)
` [PATCH v2 27/30] video: omap: set LCD clock rate "
` [PATCH v2 28/30] video: omap: split the legacy code from the DM code
` [PATCH v2 29/30] video: omap: move drivers to 'ti' directory
` [PATCH v2 30/30] board: ti: am335x-ice: get CDCE913 clock device

[PATCH v2 08/30] clk: ti: add divider clock driver
 2020-09-06 12:11 UTC  (18+ messages)
` [PATCH v2 09/30] clk: ti: add gate "
` [PATCH v2 10/30] ti: am33xx: fix do_enable_clocks() to accept NULL parameters
` [PATCH v2 11/30] clk: ti: add support for clkctrl clocks
` [PATCH v2 12/30] clk: ti: move drivers to 'ti' directory
` [PATCH v2 13/30] clk: ti: omap4: add clock manager driver
` [PATCH v2 14/30] clk: ti: am335x: "
` [PATCH v2 15/30] fdt: translate address if #size-cells = <0>
` [PATCH v2 16/30] omap: timer: fix the rate setting
` [PATCH v2 17/30] misc: am33xx: add control module driver
` [PATCH v2 18/30] pwm: ti: am33xx: add enhanced pwm driver
` [PATCH v2 19/30] pwm: ti: am33xx: add subsystem driver
` [PATCH v2 20/30] video: backlight: fix pwm's duty cycle calculation
` [PATCH v2 21/30] video: backlight: fix pwm data structure description
` [PATCH v2 22/30] dm: core: improve uclass_get_device_by_phandle_id() description
` [PATCH v2 23/30] gpio: fix gpio_request_by_name() description
` [PATCH v2 24/30] dm: core: add a function to decode display timings
` [PATCH v2 25/30] video: omap: add panel driver

[PATCH v2 00/30] Add DM support for omap PWM backlight
 2020-09-06 12:08 UTC  (8+ messages)
` [PATCH v2 01/30] clk: remove a redundant header
` [PATCH v2 02/30] clk: export generic routines
` [PATCH v2 03/30] arch: sandbox: fix typo in clk.h
` [PATCH v2 04/30] clk: add clk_round_rate()
` [PATCH v2 05/30] clk: ti: add mux clock driver
` [PATCH v2 06/30] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
` [PATCH v2 07/30] clk: ti: am33xx: add DPLL clock drivers

[PATCH 0/2] doc: describe building with GCC
 2020-09-06 11:38 UTC  (5+ messages)
` [PATCH 1/2] doc: describe source repository
` [PATCH 2/2] doc: describe building with GCC

[PATCH v3 00/12] binman: Add support for generating more complex FITs
 2020-09-06  2:22 UTC  (28+ messages)
` [PATCH v3 01/12] binman: Allow entry args to be required
` [PATCH v3 02/12] binman: Fix up a few missing comments
` [PATCH v3 03/12] libfdt: Detected out-of-space with fdt_finish()
` [PATCH v3 04/12] binman: Move 'external' support into base class
` [PATCH v3 05/12] binman: Add support for ATF BL31
` [PATCH v3 06/12] binman: Support generating FITs with multiple dtbs
` [PATCH v3 07/12] Makefile: Support missing external blobs always
` [PATCH v3 08/12] sunxi: Convert 64-bit boards to use binman

[PATCH 0/3] binman: Make tests work on non-x86 architectures via cross-compilation
 2020-09-06  0:17 UTC  (12+ messages)
` [PATCH 1/3] binman: Support cross-compiling test files to x86
` [PATCH 2/3] binman: Use target-specific tools when cross-compiling
` [PATCH 3/3] binman: Allow resolving host-specific tools from env vars

[PATCH] spl: Add SPL_SERIAL as requirement for SDP_USB_SDP
 2020-09-05 22:19 UTC  (2+ messages)

[PATCH 0/2] drivers: use of_match_ptr to avoid references when OF_PLATDATA is used
 2020-09-05 21:10 UTC  (4+ messages)
` [PATCH 1/2] core: improve of_match_ptr with OF_PLATDATA

[PATCH v2] buildman: Use git worktrees instead of git clones when possible
 2020-09-05 21:10 UTC  (4+ messages)

[PATCH] Revert "env: Warn on force access if ENV_ACCESS_IGNORE_FORCE set"
 2020-09-05 21:00 UTC  (4+ messages)

[PATCH v2 00/16] x86: zboot: Enhance the 'zboot' command
 2020-09-05 20:51 UTC  (4+ messages)
` [PATCH v2 07/16] x86: zboot: Set up a sub-command structure

[PATCH v2 1/3] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY
 2020-09-05 20:51 UTC  (5+ messages)
` [PATCH v2 2/3] mksunxi_fit_atf.sh: Update FIT component descriptions
` [PATCH v2 3/3] sunxi: Add support for including SCP firmware

[PATCH v3 00/17] x86: zboot: Enhance the 'zboot' command
 2020-09-05 20:50 UTC  (18+ messages)
` [PATCH v3 01/17] x86: Update the bootparam header
` [PATCH v3 02/17] x86: zimage: Use a state struct to hold the state
` [PATCH v3 03/17] x86: zimage: Avoid using #ifdef
` [PATCH v3 04/17] x86: zboot: Move kernel-version code into a function
` [PATCH v3 05/17] x86: zboot: Correct image type
` [PATCH v3 06/17] x86: zimage: Disable interrupts just before booting
` [PATCH v3 07/17] x86: zboot: Set up a sub-command structure
` [PATCH v3 08/17] x86: zboot: Add a 'go' subcommand
` [PATCH v3 09/17] x86: zboot: Add an 'info' subcommand
` [PATCH v3 10/17] x86: zboot: Add an 'load' subcommand
` [PATCH v3 11/17] x86: zboot: Add an 'setup' subcommand
` [PATCH v3 12/17] x86: zboot: Set environment variables for image locations
` [PATCH v3 13/17] x86: zboot: Allow setting a separate setup base address
` [PATCH v3 14/17] x86: zboot: Add an option to dump the setup information
` [PATCH v3 15/17] x86: zboot: Allow overriding the command line
` [PATCH v3 16/17] cros: Update chromium documentation
` [PATCH v3 17/17] cros: Add information about booting Chrome OS on x86

x86: multiple definition of `_X86EMU_env'
 2020-09-05 19:15 UTC  (2+ messages)

[PATCH v2 1/2] net: add a generic udp protocol
 2020-09-05 19:15 UTC  (4+ messages)
` [PATCH v2 2/2] sandbox: enable support of "

[PATCH] x86: Drop duplicate declaration of emulator state
 2020-09-05 19:15 UTC 

[PATCH v5 00/11] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-09-05 14:40 UTC  (11+ messages)
` [PATCH v5 11/11] "

[PATCH] ARM: dts: stm32: Pull UART4 RX high on AV96
 2020-09-05 12:20 UTC  (2+ messages)

[PATCH] doc/sipeed/maix: describe RESET and BOOT button
 2020-09-05 10:46 UTC 

[PATCH 00/31] Add DM support for omap PWM backlight
 2020-09-05 10:41 UTC  (4+ messages)
` [PATCH 18/31] misc: am33xx: add control module driver

[PATCH 1/1] doc: correct kflash settings for Maix One Dock
 2020-09-05 10:37 UTC 

[PATCH] Makefile: mrproper shall delete doc/output/
 2020-09-05  9:08 UTC 

[PATCH 0/5] edison: Support for writing an xFSTK image
 2020-09-05  3:23 UTC  (3+ messages)

[PATCH] ARM: imx: Add support for the primary/secondary bmode to MX53
 2020-09-04 22:53 UTC 

[PATCH v1] armv8: MMU: Fix the memory map for RAM
 2020-09-04 19:17 UTC  (5+ messages)

[PATCH v2 0/3] arm64: Large PIE fixes
 2020-09-04 18:45 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: Mention 4K aligned load addresses in the PIE Kconfig help
` [PATCH v2 2/3] arm64: Bail out PIE builds early if load address is not 4K aligned
` [PATCH v2 3/3] arm64: Add support for larger PIE U-boot

[PATCH] Add support for Davicom DM96xx based USB 10/100 ethernet devices
 2020-09-04 17:10 UTC 

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

[PATCH v2 1/3] arm64: dts: armada-3720-espressobin: use Linux model/compatible strings
 2020-09-04 15:33 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: armada-3720-espressobin: split common parts to .dtsi
` [PATCH v2 3/3] arm64: dts: a3720: add support for espressobin with populated emmc


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