public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-09 16:46:53 to 2020-05-11 02:45:50 UTC [more...]

[PATCH 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-05-11  2:45 UTC  (23+ messages)
` [PATCH 3/8] qemu: arm64: Add support for efi "
` [PATCH 5/8] efi_loader: Make the pkcs7 header parsing function an extern
` [PATCH 6/8] efi: capsule: Add support for uefi capsule authentication

efi_loader: tighten PE verification code?
 2020-05-11  2:27 UTC  (4+ messages)

[PATCH] kbuild: add -Werror=implicit-function-declaration
 2020-05-11  2:14 UTC  (9+ messages)

TPM: remove duplicate definitions
 2020-05-10 23:31 UTC  (2+ messages)

USB keyboard with XHCI on x86?
 2020-05-10 23:30 UTC  (3+ messages)

[PATCH v2 0/2] Move FSP configuration to devicetree
 2020-05-10 23:15 UTC  (6+ messages)
` [PATCH v2 1/2] arch: x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled
` [PATCH v2 2/2] arch: x86: apl: Use devicetree for FSP configuration

[PATCH 1/1] common/board_f: avoid -Wtype-limits warning
 2020-05-10 20:36 UTC  (2+ messages)

[PATCH 00/18] common: Further reduce the size of common.h
 2020-05-10 20:36 UTC  (4+ messages)
` [PATCH 13/18] common: Drop asm/ptrace.h from common header

[PATCH 00/36] Tidy up the 'bd' command
 2020-05-10 20:36 UTC  (4+ messages)
` [PATCH 07/36] bdinfo: microblaze: Use the generic bd command

[PATCH v2 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-05-10 20:34 UTC  (36+ messages)
` [PATCH v2 01/35] dm: core: Add an ACPI name for the root node
` [PATCH v2 02/35] acpi: Add a function to get a device path and scope
` [PATCH v2 03/35] acpi: Add a way to check device status
` [PATCH v2 04/35] irq: Add a method to convert an interrupt to ACPI
` [PATCH v2 05/35] acpi: Support generation of ACPI code
` [PATCH v2 06/35] acpi: Support generation of interrupt descriptor
` [PATCH v2 07/35] gpio: Add a method to convert a GPIO to ACPI
` [PATCH v2 08/35] acpi: Support string output
` [PATCH v2 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v2 10/35] acpi: Support generation of a GPIO/irq for a device
` [PATCH v2 11/35] acpi: Support generation of I2C descriptor
` [PATCH v2 12/35] acpi: Support generation of SPI descriptor
` [PATCH v2 13/35] acpigen: Support writing a length
` [PATCH v2 14/35] acpigen: Support writing a package
` [PATCH v2 15/35] acpi: Support writing an integer
` [PATCH v2 16/35] acpi: Support writing a string
` [PATCH v2 17/35] acpi: Support writing a name
` [PATCH v2 18/35] acpi: Support writing a UUID
` [PATCH v2 19/35] acpi: Support writing Device Properties objects via _DSD
` [PATCH v2 20/35] acpi: Support writing a GPIO
` [PATCH v2 21/35] acpi: Support copying properties from device tree to ACPI
` [PATCH v2 22/35] acpi: Add support for various misc ACPI opcodes
` [PATCH v2 23/35] acpi: Add support for writing a Power Resource
` [PATCH v2 24/35] acpi: Add support for writing a GPIO power sequence
` [PATCH v2 25/35] acpi: Add support for a generic "
` [PATCH v2 26/35] acpi: Add support for SSDT generation
` [PATCH v2 27/35] x86: acpi: Move MADT down a bit
` [PATCH v2 28/35] acpi: Record the items added to SSDT
` [PATCH v2 29/35] acpi: Support ordering SSDT data by device
` [PATCH v2 30/35] x86: Allow devices to write an SSDT
` [PATCH v2 31/35] acpi: Add support for DSDT generation
` [PATCH v2 32/35] x86: Allow devices to write to DSDT
` [PATCH v2 33/35] pci: Avoid a crash in device_is_on_pci_bus()
` [PATCH v2 34/35] dm: acpi: Enhance acpi_get_name()
` [PATCH v2 35/35] acpi: Add an acpi split command

[PATCH v3 0/6] rockchip: Add PCIe host support
 2020-05-10 20:32 UTC  (13+ messages)
` [PATCH v3 1/6] clk: rk3399: Add enable/disable clks
` [PATCH v3 2/6] clk: rk3399: Enable/Disable the PCIEPHY clk
` [PATCH v3 3/6] pci: Add Rockchip PCIe controller driver
` [PATCH v3 4/6] pci: Add Rockchip PCIe PHY "
` [PATCH v3 5/6] rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2
` [PATCH v3 6/6] rockchip: Enable PCIe/M.2 on rock960 board

[PATCH v2 00/39] Tidy up the 'bd' command
 2020-05-10 20:17 UTC  (40+ messages)
` [PATCH v2 01/39] tbs2910: Drop "
` [PATCH v2 02/39] bdinfo: nds32: Use generic bd_info
` [PATCH v2 03/39] bdinfo: riscv: "
` [PATCH v2 04/39] bdinfo: m68k: Drop bd_info->bi_ipbfreq
` [PATCH v2 05/39] bdinfo: xtensa: Create a generic do_bdinfo for xtensa
` [PATCH v2 06/39] bdinfo: mips: Use the generic bd command
` [PATCH v2 07/39] bdinfo: nios2: "
` [PATCH v2 08/39] bdinfo: microblaze: "
` [PATCH v2 09/39] bdinfo: sh: "
` [PATCH v2 10/39] bdinfo: x86: "
` [PATCH v2 11/39] bdinfo: sandbox: "
` [PATCH v2 12/39] bdinfo: nds32: "
` [PATCH v2 13/39] bdinfo: riscv: "
` [PATCH v2 14/39] bdinfo: powerpc: "
` [PATCH v2 15/39] bdinfo: m68k: "
` [PATCH v2 16/39] bdinfo: arm: "
` [PATCH v2 17/39] bdinfo: arc: "
` [PATCH v2 18/39] bdinfo: Drop the option to not use the generic 'bd' command
` [PATCH v2 19/39] bdinfo: Drop unused __maybe_unused
` [PATCH v2 20/39] bdinfo: microblaze: sh: nios2: Drop arch-specific flash info
` [PATCH v2 21/39] bdinfo: Drop unnecessary inline on functions
` [PATCH v2 22/39] bdinfo: Drop print_std_bdinfo()
` [PATCH v2 23/39] bdinfo: ppc: Drop arch-specific print_baudrate()
` [PATCH v2 24/39] bdinfo: sh: arc: Drop arch-specific print_bi_mem()
` [PATCH v2 25/39] bdinfo: Drop print_bi_boot_params()
` [PATCH v2 26/39] bdinfo: Drop print_bi_flash()
` [PATCH v2 27/39] bdinfo: Drop print_cpu_word_size()
` [PATCH v2 28/39] bdinfo: net: ppc: Drop bi_enet1addr and other similar info
` [PATCH v2 29/39] bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn
` [PATCH v2 30/39] bdinfo: net: Drop legacy ethernet bdinfo
` [PATCH v2 31/39] bdinfo: net: Inline print_eth_ip_addr()
` [PATCH v2 32/39] bdinfo: Export some basic printing functions
` [PATCH v2 33/39] bdinfo: arm: Move ARM-specific info into its own file
` [PATCH v2 34/39] bdinfo: ppc: Move PPC-specific "
` [PATCH v2 35/39] bdinfo: m68k: Move m68k-specific "
` [PATCH v2 36/39] bdinfo: m68k: ppc: Move arch-specific code from bdinfo
` [PATCH v2 37/39] bdinfo: Update the file comments
` [PATCH v2 38/39] bdinfo: dm: Update fb_base when using driver model
` [PATCH v2 39/39] bdinfo: x86: vesa: Update fb_base to the correct value

Pull request v2: u-boot-spi/master
 2020-05-10 20:07 UTC 

[PATCH 0/2] mtd: spi-nand: Update Toshiba support
 2020-05-10 20:06 UTC  (3+ messages)
` [PATCH 1/2] mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)
` [PATCH 2/2] mtd: spinand: toshiba: Support for new Kioxia Serial NAND

Pull request: u-boot-spi/master
 2020-05-10 19:36 UTC  (4+ messages)

[PATCH V2] mkimage: fit: Do not tail-pad fitImage with external data
 2020-05-10 19:24 UTC  (12+ messages)

[PATCH] test: Use ut_asserteq_mem() where possible
 2020-05-10 19:15 UTC  (2+ messages)

[PATCH v2] test: Use ut_asserteq_mem() where possible
 2020-05-10 18:52 UTC 

[PATCH v3 00/22] common: Further reduce the size of common.h
 2020-05-10 17:40 UTC  (23+ messages)
` [PATCH v3 01/22] common: Drop uuid.h from common header
` [PATCH v3 02/22] flash: Tidy up coding style for flash functions
` [PATCH v3 03/22] common: Drop flash.h from common header
` [PATCH v3 04/22] arm: Don't include common.h in header files
` [PATCH v3 05/22] common: Drop net.h from common header
` [PATCH v3 06/22] part: Drop disk_partition_t typedef
` [PATCH v3 07/22] common: Drop part.h from common header
` [PATCH v3 08/22] bootstage: Use BOOTSTAGE instead of BOOTSTATE
` [PATCH v3 09/22] common: Drop bootstage.h from common header
` [PATCH v3 10/22] common: Drop image.h "
` [PATCH v3 11/22] common: Drop init.h "
` [PATCH v3 12/22] command: Remove the cmd_tbl_t typedef
` [PATCH v3 13/22] Fix some checkpatch warnings in calls to debug()
` [PATCH v3 14/22] common: Drop log.h from common header
` [PATCH v3 15/22] common: Drop asm/ptrace.h "
` [PATCH v3 16/22] common: Drop asm_offsets.h "
` [PATCH v3 17/22] common: Drop linux/bug.h "
` [PATCH v3 18/22] common: Drop linux/stringify.h "
` [PATCH v3 19/22] Fix some checkpatch warnings in calls to udelay()
` [PATCH v3 20/22] common: Drop linux/delay.h from common header
` [PATCH v3 21/22] Use __ASSEMBLY__ as the assembly macros
` [PATCH v3 22/22] common: Drop linux/bitops.h from common header

[PATCH v6 1/2] usb: Update struct usb_device to indicate speed enum
 2020-05-10 16:29 UTC  (3+ messages)
` [PATCH v6 2/2] pci: Fix typo in definition for PCI_DEV

[PATCH v8 00/21] RISC-V SiFive FU540 support SPL
 2020-05-10 15:14 UTC  (9+ messages)
` [PATCH v8 06/21] sifive: fu540: add ddr driver
` [PATCH v8 18/21] configs: fu540: Add config options for U-Boot SPL
` [PATCH v8 19/21] sifive: dts: fu540: Enable L2 Cache in U-Boot

[PATCH v2 00/22] common: Further reduce the size of common.h
 2020-05-10 15:07 UTC  (3+ messages)

[PULL] u-boot-sh/master
 2020-05-10 15:00 UTC 

[PATCH V2] usb: ehci-omap: Add Support DM_USB and OF_CONTROL
 2020-05-10 14:38 UTC  (2+ messages)

[PATCH] imx8mp_evk: Make SPL binary size smaller
 2020-05-10 14:34 UTC  (4+ messages)

[U-Boot] Enable USB host controller on Odroid-C2
 2020-05-10 14:08 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] odroid-c2: enable USB host controller
  `  "

rk3399 single channel lpddr4 setup
 2020-05-10 13:51 UTC  (4+ messages)

[PATCH 1/1] tools: ftdgrep: use /* fallthrough */ as needed
 2020-05-10 13:12 UTC  (2+ messages)

[PATCH] cmd: avb: free partition buffer upon verify completion
 2020-05-10 10:30 UTC  (2+ messages)

[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
 2020-05-10  9:31 UTC  (17+ messages)
` [PATCH v7 01/22] misc: add driver for the SiFive otp controller
` [PATCH v7 14/22] riscv: Add place-holder for driver compilation
` [PATCH v7 19/22] sifive: dts: fu540: Enable L2 Cache in U-Boot

[PATCH][v4 1/6] board: tbs2910: disable loadb and loads commands
 2020-05-10  9:11 UTC  (7+ messages)
` [PATCH][v4 6/6] board: tbs2910: add documentation

[PATCH v2 0/2] Fix boot from SPI flash on Synology DS414
 2020-05-10  1:12 UTC  (4+ messages)
` [PATCH v2 1/2] arm: mvebu: ds414: add u-boot,dm-pre-reloc to spi0
` [PATCH v2 2/2] arm: mvebu: ds414: define CONFIG_SYS_U_BOOT_OFFS

[PATCH v3 0/2] Basic Kontron SMARC-sAL28 board support
 2020-05-09 23:20 UTC  (3+ messages)
` [PATCH v3 1/2] armv8: ls1028a: move FSL_LAYERSCAPE to kconfig
` [PATCH v3 2/2] board: kontron: add sl28 support

[PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu
 2020-05-09 20:56 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/5] CMD_SAVEENV ifdef cleanup
 2020-05-09 20:54 UTC  (6+ messages)
` [PATCH v2 0/2] allow CONFIG_SPL_SAVEENV to work with ENV_IS_IN_SPI_FLASH
  ` [PATCH v2 2/2] env/sf.c: honour CONFIG_SPL_SAVEENV

[PATCH 1/5] sh: Set gd->malloc_base if MALLOC_F_LEN is set
 2020-05-09 20:38 UTC  (5+ messages)
` [PATCH 2/5] serial: sh: Improve FIFO empty check on RX
` [PATCH 3/5] sh: r2dplus: Add SCIF1 to the basic DT
` [PATCH 4/5] sh: r2dplus: Enable DM_SERIAL and DM_CLK
` [PATCH 5/5] sh: r2dplus: Enable HUSH

[PATCH 1/2] sh: r2dplus: Enable board_eth_init only for non-DM case
 2020-05-09 20:37 UTC  (2+ messages)
` [PATCH 2/2] sh: r2dplus: Switch to DM ETH

[PATCH 01/10] net: rtl8139: Factor out device name assignment
 2020-05-09 20:34 UTC  (10+ messages)
` [PATCH 02/10] net: rtl8139: Switch from malloc()+memset() to calloc()
` [PATCH 03/10] net: rtl8139: Use dev->iobase instead of custom ioaddr
` [PATCH 04/10] net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros
` [PATCH 05/10] net: rtl8139: Introduce device private data
` [PATCH 06/10] net: rtl8139: Pass private data into rtl8139_eeprom_delay()
` [PATCH 07/10] net: rtl8139: Split out common and non-DM functions
` [PATCH 08/10] net: rtl8139: Use PCI_DEVICE() to define PCI device compat list
` [PATCH 09/10] net: rtl8139: Read HW address from EEPROM only on probe
` [PATCH 10/10] net: rtl8139: Add DM support

[PATCH 1/1] tools: value checks in rkcommon_check_params()
 2020-05-09 19:31 UTC 

[PATCH 2/3] mksunxi_fit_atf.sh: Update FIT component descriptions
 2020-05-09 19:09 UTC  (3+ messages)

spl: allow board_spl_fit_post_load() to fail
 2020-05-09 18:34 UTC  (5+ messages)

[PATCH v2 0/8] rockchip: Add PCIe host support
 2020-05-09 16:46 UTC  (4+ messages)
` [PATCH v2 8/8] rockchip: Enable PCIe/M.2 on rock960 board


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