public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-09 06:31:39 to 2020-05-10 20:16:43 UTC [more...]

[PATCH v2 00/39] Tidy up the 'bd' command
 2020-05-10 20:16 UTC  (21+ 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

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  (27+ messages)
` [PATCH v8 01/21] misc: add driver for the SiFive otp controller
` [PATCH v8 02/21] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v8 03/21] riscv: Add _image_binary_end for SPL
` [PATCH v8 04/21] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v8 05/21] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v8 06/21] sifive: fu540: add ddr driver
` [PATCH v8 07/21] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v8 08/21] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v8 09/21] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v8 10/21] clk: sifive: fu540-prci: Add ddr clock initialization in SPL
` [PATCH v8 11/21] clk: sifive: fu540-prci: Add ehternet "
` [PATCH v8 12/21] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v8 13/21] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v8 14/21] riscv: Add place-holder for driver compilation
` [PATCH v8 15/21] riscv: sifive: fu540: add SPL configuration
` [PATCH v8 16/21] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v8 17/21] sifive: fu540: Add U-Boot proper sector start
` [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 v8 20/21] riscv: sifive: fu540: enable all cache ways from U-Boot proper
` [PATCH v8 21/21] doc: sifive: fu540: Add description for OpenSBI generic platform

[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 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-05-10 11:59 UTC  (22+ 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

[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  (21+ messages)
` [PATCH v7 01/22] misc: add driver for the SiFive otp controller
` [PATCH v7 10/22] clk: sifive: fu540-prci: ddr and ethernet clock initialization in SPL
` [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 1/1] common/board_f: avoid -Wtype-limits warning
 2020-05-09 19:21 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 v3 0/6] rockchip: Add PCIe host support
 2020-05-09 16:56 UTC  (7+ 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 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

[PATCH 1/1] i2c: observe scl_count in i2c_deblock_gpio_loop()
 2020-05-09 16:20 UTC 

[PATCH 1/1] cmd: efidebug: fix -Werror=type-limits warning
 2020-05-09 16:03 UTC 

[PATCH 1/1] tools: mkimage: use /* fallthrough */ as needed
 2020-05-09 15:10 UTC  (2+ messages)

[PATCH v1 0/7] add Ethernet support for S700
 2020-05-09 14:25 UTC  (8+ messages)
` [PATCH v1 1/7] clk: actions: Add Ethernet clocks
` [PATCH v1 2/7] net: phy: realtek: Add support for RTL8201F PHY module
` [PATCH v1 3/7] net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings
` [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

[PATCH 0/3] Fix the SPL loading of a FIT image from NAND
 2020-05-09 12:07 UTC  (5+ messages)
` [PATCH 1/3] spl: fix format of function documentation
` [PATCH 2/3] spl: fit: fail fit loading in case of FDT appending error
` [PATCH 3/3] spl: fit: nand: fix fit loading in case of bad blocks

[PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot, dm-pre-reloc to spi0
 2020-05-09 11:52 UTC  (8+ messages)
` [PATCH 1/2] arm: mvebu: armada-370-xp.dtsi: add u-boot,dm-pre-reloc "

[PATCH] kbuild: add -Werror=implicit-function-declaration
 2020-05-09 10:58 UTC  (6+ messages)

[PATCH V2] ARM: omap3_logic boards: Convert to DM_ETH
 2020-05-09 10:48 UTC 

[PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09 10:12 UTC  (5+ messages)
` [PATCH v4 1/2] Actions: OWL: Calculate SDRAM size
` [PATCH v4 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

[PATCH 0/6] EFI variable support via OP-TEE
 2020-05-09  9:58 UTC  (13+ messages)
` [PATCH 1/6] charset: Add support for calculating bytes occupied by a u16 string
` [PATCH 2/6] efi_loader: Add headers for EDK2 StandAloneMM communication
` [PATCH 3/6] efi_loader: Implement EFI variable handling via OP-TEE
` [PATCH 4/6] cmd: efidebug: Add support for querying UEFI variable storage
` [PATCH 5/6] MAINTAINERS: Add maintainer for EFI variables via OP-TEE
` [PATCH 6/6] doc: uefi.rst: Add OP-TEE variable storage config options

[PATCH 1/1] test: unit test for u16_strsize()
 2020-05-09  7:23 UTC  (2+ messages)

[PATCH v2 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09  7:15 UTC  (4+ messages)
` [PATCH v2 1/2] Actions: OWL: Calculate SDRAM size

[PATCH 0/2] lib: charset: function descriptions
 2020-05-09  7:06 UTC  (3+ messages)
` [PATCH 1/2] lib: charset: correct "
` [PATCH 2/2] doc: add Unicode functions to API description

[PATCH v3 0/2] Calculate SDRAM size for Actions OWL SoCs
 2020-05-09  7:03 UTC  (3+ messages)
` [PATCH v3 1/2] Actions: OWL: Calculate SDRAM size
` [PATCH v3 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs

[PATCH 0/8] Add dwc_eth_qos support for rockchip
 2020-05-09  6:56 UTC  (12+ messages)
` [PATCH 5/8] net: dwc_eth_qos: Make clk_rx and clk_tx optional
` [PATCH 6/8] net: dwc_eth_qos: Split eqos_start() to get link speed
` [PATCH 8/8] net: gmac_rockchip: Add dwc_eth_qos support


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