public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-03 13:44:54 to 2019-10-06 00:08:08 UTC [more...]

[U-Boot] Please pull u-boot-x86
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] ARM: socfpga: arria10: Cleanup devicetree and
 2019-10-05 23:25 UTC  (17+ messages)
` [U-Boot] [PATCH 1/8] ARM: socfpga: arria10: Add qts-filter for arria10 socfpga
` [U-Boot] [PATCH 2/8] ARM: socfpga: arria10: Sync A10 SoCDK devicetrees
` [U-Boot] [PATCH 3/8] ARM: socfpga: arria10: Add common u-boot devicetree include
` [U-Boot] [PATCH 4/8] ARM: socfpga: arria10: Add generic handoff "
` [U-Boot] [PATCH 5/8] ARM: socfpga: arria10: Add handoff header for A10 SoCDK SDMMC
` [U-Boot] [PATCH 6/8] ARM: socfpga: arria10: Add u-boot include for A10 SoCDK SDMMC devicetree
` [U-Boot] [PATCH 7/8] ARM: socfpga: arria10: Remove old A10 SoCDK Handoff dtsi
` [U-Boot] [PATCH 8/8] ARM: socfpga: Update README.socfpga to add qts-filter-a10

[U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10
 2019-10-05 20:35 UTC  (4+ messages)

[U-Boot] [RESEND PATCH v3 1/2] Makefile: Add target to generate hex output for combined spl and dtb
 2019-10-05 19:41 UTC  (5+ messages)
` [U-Boot] [RESEND PATCH v3 2/2] ARM: socfpga: stratix10: Remove CONFIG_OF_EMBED

[U-Boot] [PATCH v4] imx: Add support for i.MX28 based XEA board
 2019-10-05 17:09 UTC  (2+ messages)

[U-Boot] [PATCH] imx: add support for i.MX7/i.MX8MQ reset controller
 2019-10-05 16:34 UTC  (11+ messages)
    ` [U-Boot] [PATCH 1/3] "
    ` [U-Boot] [PATCH 2/3] imx: add the i.MX8M reset controller node
    ` [U-Boot] [PATCH 3/3] imx: enable the reset controller on the i.MX8MQ EVK

[U-Boot] [PULL] u-boot-sh/master
 2019-10-05 16:20 UTC 

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-05 15:36 UTC  (87+ messages)
` [U-Boot] [PATCH 007/126] dm: test: Fix running of multiple test from command line
` [U-Boot] [PATCH 008/126] dm: test: Don't fail when tests are skipped due to build
` [U-Boot] [PATCH 009/126] dm: core: Call ofdata_to_platdata() with of-platdata
` [U-Boot] [PATCH 010/126] dm: doc: Correct of-platdata CONFIG_IS_ENABLED() condition
` [U-Boot] [PATCH 011/126] dm: core: Correct the return value for uclass_find_first_device()
` [U-Boot] [PATCH 012/126] dm: core: Add device_foreach_child()
` [U-Boot] [PATCH 013/126] dm: test: Correct a stray backslash in dm_test_destroy()
` [U-Boot] [PATCH 014/126] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH 015/126] sandbox: spmi: Add ranges property for address translation
` [U-Boot] [PATCH 016/126] sandbox: mmc: Fix up MMC emulator for valgrind
` [U-Boot] [PATCH 017/126] sandbox: Rename PCI ID for swap_case to be more specific
` [U-Boot] [PATCH 018/126] sandbox: Add support for clrsetio_32() and friends
` [U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible
` [U-Boot] [PATCH 020/126] sandbox: pci: Drop the get_devfn() method
` [U-Boot] [PATCH 021/126] sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH 022/126] sandbox: pci: Move pci_offset_to_barnum() to pci.h
` [U-Boot] [PATCH 023/126] sandbox: Add a -T flag to use the test device tree
` [U-Boot] [PATCH 024/126] sandbox: pci: Increase the memory space
` [U-Boot] [PATCH 025/126] sandbox: Allow use of real I/O with readl(), etc
` [U-Boot] [PATCH 026/126] pci: sandbox: Move the emulators into their own node
` [U-Boot] [PATCH 027/126] pci: sandbox: Probe PCI emulation devices when used
` [U-Boot] [PATCH 028/126] pci: Show the result of binding a device
` [U-Boot] [PATCH 029/126] pci: Disable autoconfig in SPL
` [U-Boot] [PATCH 030/126] pci: Correct 'specifified' and 'Plese' typos
` [U-Boot] [PATCH 031/126] pci: Add more debug detail when resources are exhausted
` [U-Boot] [PATCH 032/126] pci: Show a message if PCI autoconfig fails
` [U-Boot] [PATCH 033/126] dm: pci: Add a function to read a PCI BAR
` [U-Boot] [PATCH 034/126] serial: ns16550: Add a PCI device/function field
` [U-Boot] [PATCH 035/126] binman: Allow verbose output with all commands
` [U-Boot] [PATCH 036/126] binman: Add a base implementation of Entry.ReadChildData()
` [U-Boot] [PATCH 037/126] binman: Handle reading data for end-at-4gb sections
` [U-Boot] [PATCH 038/126] binman: Take account of skip-at-start with image-header
` [U-Boot] [PATCH 039/126] log: Add log_nop() to avoid unused-variable warnings
` [U-Boot] [PATCH 040/126] cros_ec: Add MEC_EMI_BASE and size to the header file
` [U-Boot] [PATCH 041/126] iod: Enhance to support display of multiple values
` [U-Boot] [PATCH 042/126] arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option
` [U-Boot] [PATCH 043/126] spl: Allow tiny printf() to be controlled in SPL and TPL
` [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex
` [U-Boot] [PATCH 046/126] spl: Allow distinguishing between two phases in U-Boot
` [U-Boot] [PATCH 047/126] spl: Allow SPL/TPL to use of-platdata without libfdt
` [U-Boot] [PATCH 048/126] x86: Move acpi_s3.h to a common location
` [U-Boot] [PATCH 050/126] x86: timer: Reduce timer code size in TPL on Intel CPUs

[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-05  6:53 UTC  (2+ messages)

[U-Boot] [PATCH] efi: device path for nvme
 2019-10-04 22:32 UTC  (12+ messages)
  ` [U-Boot] [PATCH v2] "
      ` [U-Boot] [PATCH] nvme: add accessor to namespace id and eui64
              ` [U-Boot] [PATCH 2/2] efi: device path for nvme
                  ` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] [ADD] Bananapi P2 Zero Support
 2019-10-04 22:22 UTC 

[U-Boot] [PATCH 1/3] buildman: Perform tests in /tmp
 2019-10-04 20:07 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] gitlab-ci: Have buildman use /tmp for output
` [U-Boot] [PATCH 3/3] gitlab-ci: Switch to Ubuntu 18.04 image

[U-Boot] [PATCH 1/1] Revert "env: solve compilation error in SPL"
 2019-10-04 20:00 UTC 

[U-Boot] [PATCH v3 0/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-04 19:15 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/4] fs: export fs_close()
` [U-Boot] [PATCH v3 2/4] fs: add fs_get_type() for current filesystem type
` [U-Boot] [PATCH v3 3/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
` [U-Boot] [PATCH v3 4/4] efi_loader: disk: install file system protocol to a whole disk

[U-Boot] [gitlab-ci-runner][PATCH 1/2] Dockerfile: Switch to non-root user
 2019-10-04 15:32 UTC  (2+ messages)
` [U-Boot] [gitlab-ci-runner][PATCH 2/2] Dockerfile: Update to current bionic tag

[U-Boot] [PATCH 0/4] xilinx: firmware: Synchronization firmware functions
 2019-10-04 14:27 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] arm64: versal: Clean pm_api_id usage
` [U-Boot] [PATCH 2/4] arm64: xilinx: Move firmware functions from platform to driver
` [U-Boot] [PATCH 3/4] arm64: versal: Rename versal_pm_request to xilinx_pm_request
` [U-Boot] [PATCH 4/4] arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()

[U-Boot] [PATCH] arm64: versal: Enable clock driver
 2019-10-04 13:05 UTC 

[U-Boot] [PATCH 1/2] mx28evk: README: Fix location for the generic mxs README
 2019-10-04 11:05 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] imx: mxs: Fix location for the elftosb tool

[U-Boot] [PATCH V2 1/3] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
 2019-10-04 11:02 UTC  (5+ messages)
` [U-Boot] [PATCH V2 2/3] watchdog: designware: Convert to DM and DT probing

[U-Boot] [PATCH] MAINTAINERS, git-mailrc: Update the maintainer for socfpga
 2019-10-04 10:36 UTC  (2+ messages)

[U-Boot] [PATCH] efi_loader: device_path: allow for arbitrary length of file path
 2019-10-04  6:09 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: env: fix a typo in a comment of do_env_set_efi()
 2019-10-04  5:39 UTC  (2+ messages)

[U-Boot] [PATCH] sandbox: fix build error due to missing struct udevice definition
 2019-10-04  4:45 UTC 

[U-Boot] [PATCH v2 00/38] x86: Various modifications to prepare for FSP2
 2019-10-04  4:05 UTC  (23+ messages)
` [U-Boot] [PATCH v2 03/38] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v2 32/38] x86: fsp: Save usable RAM and hob_list in the handoff area
` [U-Boot] [PATCH v2 33/38] x86: fsp: Allow the HOBs to be used after relocation
` [U-Boot] [PATCH v2 34/38] x86: Change condition for using CAR
` [U-Boot] [PATCH v2 35/38] x86: Add more comments to the start-up code
` [U-Boot] [PATCH v2 37/38] x86: Add various MTRR indexes and values
` [U-Boot] [PATCH v2 38/38] x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT

[U-Boot] [PATCH v4 00/17] Add Intel Agilex SoC support
 2019-10-04  3:12 UTC  (12+ messages)
` [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support
` [U-Boot] [PATCH v4 10/17] arm: socfpga: agilex: Add CCU support for Agilex
` [U-Boot] [PATCH v4 12/17] ddr: altera: Restructure Stratix 10 SDRAM driver

[U-Boot] [PATCH v2 0/4] arm: socfpga: Convert drivers from struct to defines
 2019-10-04  3:05 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/4] arm: socfpga: Convert reset manager "
` [U-Boot] [PATCH v2 3/4] arm: socfpga: Convert system "
` [U-Boot] [PATCH v2 4/4] arm: socfpga: Convert clock "

[U-Boot] [PATCH 1/1] Makefile: mrproper should remove *.pyc files
 2019-10-04  0:32 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-04  0:22 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/3] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available

[U-Boot] [PATCH v2 0/2] efi_loader: device_path: support Sandbox's host device
 2019-10-04  0:18 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/2] efi_loader: device_path: show a host device in understandable form

[U-Boot] U-Boot build for i.MX board won't boot in corresponding QEMU machine
 2019-10-03 21:40 UTC  (3+ messages)

[U-Boot] [PATCH] imx: add Boundary Devices Nitrogen8M board support
 2019-10-03 20:33 UTC  (4+ messages)
  ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 1/2] watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
 2019-10-03 19:58 UTC  (20+ messages)
` [U-Boot] [PATCH 2/2] watchdog: designware: Convert to DM and DT probing

[U-Boot] [PATCH 1/1] net: remove superfluous __packed attribute
 2019-10-03 18:01 UTC  (3+ messages)

[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-10-03 17:55 UTC  (28+ messages)
` [U-Boot] [PATCH v5 01/26] mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
` [U-Boot] [PATCH v5 02/26] mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
` [U-Boot] [PATCH v5 03/26] mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD
` [U-Boot] [PATCH v5 04/26] mtd: ensure MTD is compiled when there is a NOR flash
` [U-Boot] [PATCH v5 05/26] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash
` [U-Boot] [PATCH v5 06/26] mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD
` [U-Boot] [PATCH v5 07/26] mtd: ensure UBI is compiled when using fastmap
` [U-Boot] [PATCH v5 08/26] mtd: ensure MTD is compiled when UBI is used
` [U-Boot] [PATCH v5 09/26] mtd: ensure UBI is compiled when CMD_UBI is selected
` [U-Boot] [PATCH v5 10/26] mtd: ensure UBI is compiled when ENV_IS_IN_UBI "
` [U-Boot] [PATCH v5 11/26] mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND "
` [U-Boot] [PATCH v5 12/26] mtd: ensure CMD_NAND is compiled when its options are selected
` [U-Boot] [PATCH v5 13/26] mtd: ensure MTD is compiled when CMD_MTDPARTS is selected
` [U-Boot] [PATCH v5 14/26] configs: move CONFIG_MTD in defconfigs when set in arch includes
` [U-Boot] [PATCH v5 15/26] configs: remove raw NAND core from k2g defconfigs
` [U-Boot] [PATCH v5 16/26] configs: remove MTD support from bcm11130 and M54418TWR defconfigs
` [U-Boot] [PATCH v5 17/26] configs: socfpga: mcvevk: Remove useless UBI infos
` [U-Boot] [PATCH v5 18/26] configs: ls104x/ls108x/ls208x: Build the raw NAND core with TFABOOT
` [U-Boot] [PATCH v5 19/26] mtd: nand: add includes in NAND core to avoid warnings
` [U-Boot] [PATCH v5 20/26] dfu: add dependency on the raw NAND core
` [U-Boot] [PATCH v5 21/26] mtd: nor: NOR flashes depend on MTD
` [U-Boot] [PATCH v5 22/26] mtd: spi: SPI_FLASH_MTD depends "
` [U-Boot] [PATCH v5 23/26] cmd: mtdparts: Kconfig: join mtdparts command entry with its options
` [U-Boot] [PATCH v5 24/26] cmd: nand/sf: isolate legacy code
` [U-Boot] [PATCH v5 25/26] cmd: make MTD commands depend on MTD
` [U-Boot] [PATCH v5 26/26] mtd: Makefile: deep cleanup

[U-Boot] [PATCH] MAINTAINERS: Update my email address
 2019-10-03 16:32 UTC 

[U-Boot] [BUG] arch/arm/cpu/armv7/sunxi/psci.c does not build with GCC 9.2.1
 2019-10-03 15:59 UTC 

[U-Boot] Bootcount on raspberry pi 0 w
 2019-10-03 15:26 UTC 

[U-Boot] [BUGS] fs/cbfs/cbfs.c and net/net.c do not compile with GCC 9.2.1
 2019-10-03 14:30 UTC 

[U-Boot] [PATCH] linux_compat: fix potential NULL pointer access
 2019-10-03 14:23 UTC  (2+ messages)

[U-Boot] [PATCH] imx: add support for i.MX8MQ power domain controller
 2019-10-03 13:51 UTC  (2+ messages)

[U-Boot] [PATCH] imx: update i.MX8MQ clocks
 2019-10-03 13:48 UTC  (2+ messages)


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