public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-07-08 03:03:06 to 2020-07-08 15:21:59 UTC [more...]

[PATCH] configs: rpi: set NR_DRAM_BANKS to four
 2020-07-08 15:21 UTC  (2+ messages)
` CONFIG_NR_DRAM_BANKS in configs/rpi_4* deleted

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-07-08 15:21 UTC  (21+ messages)
` [PATCH v3 06/15] board: ns3: default reset type to L3
` [PATCH v3 07/15] dt-bindings: memory: ns3: update GIC LPI address
` [PATCH v3 12/15] board: ns3: limit U-boot relocation within 16MB memory

[PATCH v6 0/4] usb: xhci: Load Raspberry Pi 4 VL805's firmware
 2020-07-08 15:09 UTC  (2+ messages)

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-07-08 15:07 UTC  (2+ messages)

[PATCH v2 1/2] spi: Remove unnecessary #ifdefs in header file
 2020-07-08 15:02 UTC  (2+ messages)
` [PATCH v2 2/2] x86: apl: Re-enable loading of SPL

[PATCH 1/2] spi: Remove unnecessary #ifdefs in header file
 2020-07-08 15:01 UTC  (5+ messages)

[PATCH v1 00/43] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-08 14:40 UTC  (41+ messages)
` [PATCH v1 02/43] binman: Refactor binman_entry_find() to allow other nodes
` [PATCH v1 07/43] dm: acpi: Add support for the NHLT table
` [PATCH v1 12/43] x86: Add bindings for NHLT
` [PATCH v1 15/43] sound: Add an ACPI driver for Dialog Semicondutor da7219
` [PATCH v1 22/43] x86: Add support for building up an NHLT structure
` [PATCH v1 25/43] x86: gpio: Add support for obtaining ACPI info for a GPIO
` [PATCH v1 32/43] pmc: Move common registers to the header file
` [PATCH v1 34/43] x86: apl: Fix save/restore of ITSS priorities
` [PATCH v1 38/43] x86: mp: Allow use of mp_run_on_cpus() without MP
` [PATCH v1 40/43] x86: Drop setup_pcat_compatibility()

[PATCH v2 0/2] Add support for PWM SiFive
 2020-07-08 14:40 UTC  (7+ 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] gpio: fix test.py for gpio label lookup
 2020-07-08 14:40 UTC  (2+ messages)

'next' now merged to 'master'
 2020-07-08 14:39 UTC  (3+ messages)

Pull request: u-boot-rockchip-20200708
 2020-07-08 14:39 UTC  (2+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20200708
 2020-07-08 13:36 UTC 

[PATCH 03/16] dh_imx6: Switch to full DM-aware
 2020-07-08 13:06 UTC  (2+ messages)

[PATCH 00/16] spi: dm-conversion (part3)
 2020-07-08 13:04 UTC  (27+ messages)
` [PATCH 05/16] arm: Remove ts4800 board
` [PATCH 06/16] arm: Remove tqma6s_wru4_mmc_defconfig
` [PATCH 07/16] arm: Remove pfla02 board
` [PATCH 09/16] arm: Remove riotboard board
` [PATCH 10/16] arm: Remove zc5202/zc5601 board
` [PATCH 11/16] arm: Remove cgtqmx6eval board
` [PATCH 12/16] arm: Remove ot1200 board
` [PATCH 13/16] arm: Remove dms-ba16 board
` [PATCH 14/16] arm: Remove configs/mx35pdk_defconfig board
` [PATCH 15/16] arm: Remove flea3_defconfig board
` [PATCH 16/16] arm: Remove mx31pdk_defconfig board

[PATCH] versal: fix versal PM ret payload size
 2020-07-08 12:54 UTC 

[RFC PATCH v2] sunxi: Add UART4 console support for A64
 2020-07-08 12:11 UTC 

[RFC PATCH] mtd: spi: Drop redundent SPI flash driver
 2020-07-08 12:01 UTC  (4+ messages)

[PATCH 1/2] mtd: spi: Separate dm vs nodm SF code
 2020-07-08 12:00 UTC  (3+ messages)
` [PATCH 2/2] sf: Simplify probe for dm code

[PATCH v6 00/21] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-07-08 11:56 UTC  (3+ messages)
` [PATCH v6 21/21] mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode

[PATCH v2 00/44] x86: Programmatic generation of ACPI tables (Part C)
 2020-07-08 11:11 UTC  (50+ messages)
` [PATCH v2 01/44] binman: Allow setting the ROM offset
` [PATCH v2 02/44] binman: Refactor binman_entry_find() to allow other nodes
` [PATCH v2 03/44] binman: Add way to locate an entry in memory
` [PATCH v2 04/44] acpi: Allow creating the GNVS to fail
` [PATCH v2 05/44] dtoc: Support ACPI paths in of-platdata
` [PATCH v2 06/44] dm: core: Add a way of overriding the ACPI device path
` [PATCH v2 07/44] dm: acpi: Add support for the NHLT table
` [PATCH v2 08/44] acpi: Export functions to write sized values
` [PATCH v2 09/44] acpi: Support generation of a scope
` [PATCH v2 10/44] acpi: Support generation of a generic register
` [PATCH v2 11/44] acpi: mmc: Generate ACPI info for the PCI SD Card
` [PATCH v2 12/44] x86: Add bindings for NHLT
` [PATCH v2 13/44] acpi: Support generation of a device
` [PATCH v2 14/44] acpi: Support writing named values
` [PATCH v2 15/44] x86: Add support for building up an NHLT structure
` [PATCH v2 16/44] sound: Add an ACPI driver for Dialog Semicondutor da7219
` [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac
` [PATCH v2 18/44] x86: pinctrl: Add a way to get the pinctrl reg address
` [PATCH v2 19/44] x86: pinctrl: Update comment for intel_pinctrl_get_pad()
` [PATCH v2 20/44] x86: pinctrl: Add multi-ACPI control
` [PATCH v2 21/44] x86: pinctrl: Set up itss in the probe() method
` [PATCH v2 22/44] x86: pinctrl: Drop the acpi_path member
` [PATCH v2 23/44] x86: Add error checking for csrt table generation
` [PATCH v2 24/44] x86: apl: Use memory-mapped access for VBT
` [PATCH v2 25/44] x86: gpio: Add support for obtaining ACPI info for a GPIO
` [PATCH v2 26/44] i2c: designware_i2c: Add a little more debugging
` [PATCH v2 27/44] i2c: Add log_ret() on error
` [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation
` [PATCH v2 29/44] p2sb: Add a method to hide the bus
` [PATCH v2 30/44] x86: apl: Support set_hide() in p2sb driver
` [PATCH v2 31/44] x86: apl: Hide the p2sb on exit from U-Boot
` [PATCH v2 32/44] pmc: Move common registers to the header file
` [PATCH v2 33/44] x86: irq: Support flags for acpi_gpe
` [PATCH v2 34/44] x86: apl: Fix save/restore of ITSS priorities
` [PATCH v2 35/44] x86: Add debugging to table writing
` [PATCH v2 36/44] x86: apl: Set the correct boot mode in the FSP-M code
` [PATCH v2 37/44] x86: apl: Adjust FSP-M code to avoid hard-coded address
` [PATCH v2 38/44] x86: Store the coreboot table address in global_data
` [PATCH v2 39/44] x86: mp: Allow use of mp_run_on_cpus() without MP
` [PATCH v2 40/44] x86: Update the comment about booting for FSP2
` [PATCH v2 41/44] x86: Drop setup_pcat_compatibility()
` [PATCH v2 42/44] x86: acpi: Correct the version of the MADT
` [PATCH v2 43/44] x86: Rename board_final_cleanup() to board_final_init()
` [PATCH v2 44/44] acpi: Enable ACPI table generation by default on x86

[PATCH v2] i2c: eeprom: Use reg property instead of offset and size
 2020-07-08 10:55 UTC  (6+ messages)

[PATCH] Revert "riscv: Clean up IPI initialization code"
 2020-07-08 10:48 UTC  (4+ messages)

[PATCH v3 00/13] efi_loader: rework/improve UEFI secure boot code
 2020-07-08 10:29 UTC  (15+ messages)
` [PATCH v3 01/13] lib/crypto, efi_loader: avoid multiple inclusions of header files
` [PATCH v3 02/13] efi_loader: image_loader: add a check against certificate type of authenticode
` [PATCH v3 03/13] efi_loader: image_loader: retrieve authenticode only if it exists
` [PATCH v3 04/13] efi_loader: signature: fix a size check against revocation list
` [PATCH v3 05/13] efi_loader: signature: make efi_hash_regions more generic
` [PATCH v3 06/13] efi_loader: image_loader: verification for all signatures should pass
` [PATCH v3 07/13] efi_loader: image_loader: add digest-based verification for signed image
` [PATCH v3 08/13] test/py: efi_secboot: apply autopep8
` [PATCH v3 09/13] test/py: efi_secboot: more fixes against pylint
` [PATCH v3 10/13] test/py: efi_secboot: split "signed image" test case-1 into two cases
` [PATCH v3 11/13] test/py: efi_secboot: add a test against certificate revocation
` [PATCH v3 12/13] test/py: efi_secboot: add a test for multiple signatures
` [PATCH v3 13/13] test/py: efi_secboot: add a test for verifying with digest of signed image

[PATCH v2 1/2] rockchip: Add SoC detection helper
 2020-07-08 10:29 UTC  (3+ messages)

[PATCH 1/1] lib/crypto: use qualified path for x509_parser.h
 2020-07-08 10:25 UTC 

[PATCH] rockchip: rk3288: Add OF board setup
 2020-07-08 10:10 UTC  (3+ messages)

PINE64 Rock64 - How to get SPI driver working
 2020-07-08 10:08 UTC  (3+ messages)
` [PATCH] rockchip: rk3328: Add SPI support

[PATCH v2 0/7] rockchip: Add RockPI N8/N10 support
 2020-07-08 10:05 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: dts: rockchip: Sync v5.7-rc1 rk3399pro.dtsi
` [PATCH v2 2/7] arm64: dts: rockchip: Sync v5.7-rc1 VMARC RK3399Pro SOM
` [PATCH v2 3/7] ARM: dts: rockchip: Sync v5.7-rc1 Radxa Dalang Carrier
` [PATCH v2 4/7] arm64: dts: rockchip: Add Radxa Rock Pi N10 initial support
` [PATCH v2 5/7] arm64: dts: rockchip: Trivial cleanups for RockPI N10
` [PATCH v2 6/7] ARM: dts: rockchip: Add VMARC RK3288 SOM initial support
` [PATCH v2 7/7] ARM: dts: rockchip: Add Radxa Rock Pi N8 "

[PATCH] pci: rockchip: Mark inline functions as static inline
 2020-07-08 10:05 UTC  (2+ messages)
` [PATCH] pci: rockchip: Mark inline functions as static inline【请注意,邮件由tom.rini@gmail.com代发】

[PATCH 1/3] rockchip: px30: sync the main rk3326 dtsi from mainline
 2020-07-08 10:03 UTC  (6+ messages)
` [PATCH 2/3] rockchip: px30: sync Odroid Go Advance devicetree from Linux
` [PATCH 3/3] rockchip: board: add Hardkernel Odroid Go2 board

[PATCH v2] mkimage: Fix error message if write less data then expected
 2020-07-08  9:52 UTC 

[PATCH] Update Winbond SPI NOR Flash ID table
 2020-07-08  9:47 UTC 

[PATCH] configs:ls1046afrwy: Add tfa secure boot defonfig
 2020-07-08  9:25 UTC 

[PATCH 00/17] Add new board: Xen guest for ARM64
 2020-07-08  8:55 UTC  (6+ messages)
` [PATCH 05/17] xen: Port Xen hypervizor related code from mini-os

[PATCH v1 0/1] Fix mkimage error message
 2020-07-08  8:50 UTC  (6+ messages)
` [PATCH v1 1/1] mkimage: Fix error message if write less data then expected

[PATCH 0/8] Introduce UCLASS_SOC
 2020-07-08  8:14 UTC  (2+ messages)

[PATCH 00/13] Add support for USB host and peripheral bootmodes on am65x-idk
 2020-07-08  8:01 UTC  (3+ messages)
` [PATCH 06/13] arm: mach-k3: am6_init: Do USB fixups to facilitate host and device boot modes

[PATCH 0/5] TI: AM654/J721e: Sync CPSW DT node from kernel
 2020-07-08  7:55 UTC  (5+ messages)
` [PATCH 4/5] arm: dts: k3-j721e: "

[PATCH] arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage
 2020-07-08  7:19 UTC 

[PATCH v1 0/2] use dt and UCLASS_IRQ/SYSCON to get gic details
 2020-07-08  7:15 UTC  (3+ messages)
` [PATCH v1 1/2] arch: arm: use dt and UCLASS_IRQ "
` [PATCH v1 2/2] arch: arm: use dt and UCLASS_SYSCON to get gic lpi details

PPC440EPx Evaluation Board Schematic
 2020-07-08  7:14 UTC  (2+ messages)

[PATCH 1/2] Revert "riscv: Allow use of reset drivers"
 2020-07-08  7:04 UTC  (3+ messages)
` [PATCH 2/2] Revert "Revert "riscv: sifive: fu540: Add gpio-restart support""

[PATCH v3 0/4] spi: kirkwood: dm-conversion (part4)
 2020-07-08  6:50 UTC  (3+ messages)
` [PATCH v3 3/4] db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASH

[PATCH v2 0/5] Convert LaCie boards to use DM drivers
 2020-07-08  6:50 UTC  (5+ messages)
` [PATCH v2 1/5] arm: kirkwood: add DT spi0 alias to LaCie boards
` [PATCH v2 2/5] arm: kirkwood: convert LaCie boards to DM_SPI_FLASH

[PATCH v2 00/23] spi: dm-conversion (part1)
 2020-07-08  6:42 UTC  (6+ messages)
` [PATCH v2 16/23] ti: Drop sdp4430 board

[PATCH v2 0/8] efi_loader: secure boot: support intermediate certificates in signature
 2020-07-08  6:39 UTC  (16+ messages)
` [PATCH v2 2/8] lib: crypto: add public_key_verify_signature()
` [PATCH v2 3/8] lib: crypto: enable x509_check_for_self_signed()
` [PATCH v2 4/8] lib: crypto: import pkcs7_verify.c from linux
` [PATCH v2 6/8] lib: crypto: export and enhance pkcs7_verify_one()
` [PATCH v2 8/8] test/py: efi_secboot: add test for intermediate certificates

[PATCH] imx6: aristainetos: sync defconfig with 2020.10
 2020-07-08  5:39 UTC 

[PATCH 0/6] mmc_spi: mmc erase resolve
 2020-07-08  5:22 UTC  (13+ messages)
` [PATCH 1/6] mmc: mmc_spi: correct the while condition
` [PATCH 2/6] mmc: mmc_spi: generate R1 response for different mmc SPI commands
` [PATCH 3/6] mmc: read ssr for SD spi
` [PATCH 4/6] mmc: mmc_spi: Read R2 response for send status command - CMD13
` [PATCH 5/6] mmc: mmc_spi: Generate R1 response for erase block start and end address
` [PATCH 6/6] mmc_spi: generate R1b response for erase and stop transmission command

[PATCH v9 1/2] i2c: i2c-cortina: added CAxxxx I2C support
 2020-07-08  5:21 UTC  (4+ messages)

U-boot Designware SPI driver issue
 2020-07-08  4:59 UTC  (2+ messages)

[PATCH 0/4] Move eSDHC adapter card code to board files
 2020-07-08  4:33 UTC  (3+ messages)

[PATCH 1/2] test/py: efi_secboot: apply autopep8
 2020-07-08  4:22 UTC  (6+ messages)
` [PATCH 2/2] test/py: efi_secboot: more fixes against pylint

[PATCH v1 37/43] x86: Store the coreboot table address in global_data
 2020-07-08  3:33 UTC  (3+ messages)

[PATCH v1 33/43] x86: irq: Support flags for acpi_gpe
 2020-07-08  3:33 UTC  (3+ messages)

[PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation
 2020-07-08  3:33 UTC  (3+ messages)

[PATCH 0/7] arm: Juno board updates and PCIe/SATA enablement
 2020-07-08  3:05 UTC  (15+ messages)
` [PATCH 1/7] arm: vexpress64: Fix counter frequency
` [PATCH 2/7] net: dm: Remove warning about EEPROM provided MAC address
` [PATCH 3/7] net: smc911x: Properly handle EEPROM "
` [PATCH 4/7] arm: juno: Enable DM_ETH
` [PATCH 5/7] sata_sil: Enable DM_PCI operation
` [PATCH 6/7] arm: juno: Enable PCI
` [PATCH 7/7] arm: juno: Enable SATA controller

[PATCH] test_sleep.py: make sleep time and margin configurable
 2020-07-08  3:04 UTC  (2+ messages)

[PATCH 0/4] arm: fix clang build errors
 2020-07-08  3:03 UTC  (7+ messages)
` [PATCH 2/4] trace: clang compatible handling of gd register
` [PATCH 3/4] arm: remove outdated comment concerning -ffixed-x18
` [PATCH 4/4] arm: use correct argument size of special registers

[PATCH 1/1] fs: fat_write: fix short name creation
 2020-07-08  3:03 UTC  (2+ messages)

[PATCH v6 0/3] gpio: add possibility to search for gpio label name
 2020-07-08  3:03 UTC  (3+ messages)
` [PATCH v6 3/3] gpio: search for gpio label if gpio is not found through bank name

[PATCH v1 0/7] add Ethernet support for S700
 2020-07-08  3:03 UTC  (9+ messages)
` [PATCH v1 4/7] net: designware: s700: Add glue code for S700 mac
` [PATCH v1 5/7] arm: dts: s700: add node for ethernet controller
` [PATCH v1 6/7] owl: Kconfig: Enable DM eth for OWL platform
` [PATCH v1 7/7] configs: Enable mac and phy configs


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