public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-10-05 15:18:30 to 2019-10-07 13:29:15 UTC [more...]

[U-Boot] [PATCH v5 00/15] splash screen on the stm32f769 & stm32mp1 boards
 2019-10-07 13:29 UTC  (16+ messages)
` [U-Boot] [PATCH v5 01/15] video: bmp: check resolutions of panel/bitmap
` [U-Boot] [PATCH v5 02/15] video: stm32: stm32_ltdc: add bridge to display controller
` [U-Boot] [PATCH v5 03/15] include: Add new DCS commands in the enum list
` [U-Boot] [PATCH v5 04/15] video: add support of MIPI DSI interface
` [U-Boot] [PATCH v5 05/15] dm: Add a dsi host uclass
` [U-Boot] [PATCH v5 06/15] video: add MIPI DSI host controller bridge
` [U-Boot] [PATCH v5 07/15] video: add support of STM32 MIPI DSI controller driver
` [U-Boot] [PATCH v5 08/15] video: add support of panel OTM8009A
` [U-Boot] [PATCH v5 09/15] video: add support of panel RM68200
` [U-Boot] [PATCH v5 10/15] board: Add STM32F769 SoC, discovery board support
` [U-Boot] [PATCH v5 11/15] ARM: dts: stm32f769: add display for STM32F769 disco board
` [U-Boot] [PATCH v5 12/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 board
` [U-Boot] [PATCH v5 13/15] ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 board
` [U-Boot] [PATCH v5 14/15] stm32mp1: configs: update video
` [U-Boot] [PATCH v5 15/15] stm32mp1: configs: add display devices

[U-Boot] [PATCH 000/126] x86: Add initial support for apollolake
 2019-10-07 12:53 UTC  (171+ messages)
` [U-Boot] [PATCH 001/126] dm: core: Use U-Boot logging instead of pr_debug()
` [U-Boot] [PATCH 003/126] dm: core: Drop a few early returns
` [U-Boot] [PATCH 004/126] dm: core: Add documentation on how to debug driver model
` [U-Boot] [PATCH 005/126] dm: core: Don't include ofnode functions with of-platdata
` [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 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 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 049/126] x86: pci: Drop the first parameter in pci_x86_r/w_config()
` [U-Boot] [PATCH 050/126] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH 051/126] x86: Use a common definition of MSR_IA32_PERF_CTL
` [U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target
` [U-Boot] [PATCH 053/126] x86: Use a common bus clock for Intel CPUs
` [U-Boot] [PATCH 054/126] x86: Add common functions for TDP and perf control
` [U-Boot] [PATCH 055/126] x86: Tidy up some duplicate MSR defines
` [U-Boot] [PATCH 056/126] x86: Add new common CPU functions for turbo/burst mode
` [U-Boot] [PATCH 057/126] dm: core: Drop fdtdec_get_pci_addr()
` [U-Boot] [PATCH 058/126] sandbox: pci: Create a new sandbox_pci_read_bar() function
` [U-Boot] [PATCH 059/126] x86: Allow the PCH and LPC uclasses to work with of-platdata
` [U-Boot] [PATCH 060/126] x86: timer: Set up the timer in timer_early_get_count()

[U-Boot] [PATCH] dts: fix MULTI_DTB_FIT compression choice prompt
 2019-10-07 12:05 UTC 

[U-Boot] [PATCH v5 00/15] Add support for applications of overlays in SPL
 2019-10-07  9:43 UTC  (5+ messages)
` [U-Boot] [PATCH v5 10/15] Makefile: Query the SPL Fit Generator for its dependencies

[U-Boot] [PATCH 0/3] ram: k3-am654: Add support for LPDDR4 and DDR3L
 2019-10-07  8:34 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] armv7r: dts: am654-base-board: Rename 1600MHz to 1600MTs in dtsi filename
` [U-Boot] [PATCH 2/3] ram: k3-am654: add support for LPDDR4 and DDR3L DDRs
` [U-Boot] [PATCH 3/3] ram: k3-am654: Do not rely on default values for certain DDR register

[U-Boot] [PATCH 0/3] arm: K3: Make sure to clean caches before jumping to Linux
 2019-10-07  8:22 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] boot: arm: Enable support for custom board_prep_linux
` [U-Boot] [PATCH 2/3] cmd: booti: Store OS start and end info in images structure
` [U-Boot] [PATCH 3/3] arm: K3: Clean and invalidate Linux Image before jumping to Linux

[U-Boot] [PATCH 1/4] ARM: dts: at91: sam9x60: add onewire node
 2019-10-07  6:45 UTC  (2+ messages)

[U-Boot] [U-boot][PATCH v3 00/14] Add support for sam9x60ek
 2019-10-07  6:43 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] mtd: spi: spi-nor-core: Add Microchip SFDP parser
 2019-10-07  6:39 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] "

[U-Boot] [PATCH v4 0/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-07  5:59 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] fs: export fs_close()
` [U-Boot] [PATCH v4 2/5] fs: clean up around fs_type
` [U-Boot] [PATCH v4 3/5] fs: add fs_get_type() for current filesystem type
` [U-Boot] [PATCH v4 4/5] efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
` [U-Boot] [PATCH v4 5/5] efi_loader: disk: install file system protocol to a whole disk

[U-Boot] [PATCH v4] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-07  5:59 UTC 

[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-10-07  5:02 UTC  (5+ messages)

[U-Boot] [PATCH 0/2] Fix memory instability on ROCK64
 2019-10-07  4:25 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] ram: rk3328: Use correct frequency units in function
` [U-Boot] [PATCH 2/2] ram: rk3328: Fix loading of skew values

[U-Boot] [PATCH 0/8] ARM: socfpga: arria10: Cleanup devicetree and
 2019-10-07  3:30 UTC  (20+ 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 v3 0/4] efi_loader: disk: install FILE_SYSTEM_PROTOCOL to whole disk
 2019-10-07  2:27 UTC  (13+ 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] [PATCH] efi_loader: device_path: allow for arbitrary length of file path
 2019-10-07  1:57 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] cbfs: do not pack struct cbfs_cachenode
 2019-10-06 23:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] tools: provide cbfstool
 2019-10-06 22:06 UTC 

[U-Boot] [PATCH] gitlab-ci: fix typo 'plaforms'
 2019-10-06 22:04 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10
 2019-10-06 22:03 UTC  (5+ messages)

[U-Boot] [PATCH] MAINTAINERS: Update my email address
 2019-10-06 22:03 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: host: fix seg fault at "host info"
 2019-10-06 22:03 UTC  (2+ messages)

[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc1
 2019-10-06 21:13 UTC 

[U-Boot] [PATCH v2 1/2] rockchip: make_fit_atf.py: allow inclusion of a tee binary
 2019-10-06 18:10 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] common: spl: atf: support booting bl32 image

[U-Boot] [PATCH 0/5] riscv: sifive/fu540: Enable SPI-NOR support
 2019-10-06 17:58 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] riscv: dts: Add hifive-unleashed-a00 dts from Linux

[U-Boot] [PATCH 1/1] cmd: disable CMD_NVEDIT_EFI by default
 2019-10-06 17:35 UTC  (2+ messages)

[U-Boot] [RFC] [PATCH 1/1] Dockerfile: enable colored output
 2019-10-06 16:35 UTC  (2+ messages)

[U-Boot] mx6cuboxi fails to load u-boot.img
 2019-10-06 16:18 UTC  (15+ messages)

[U-Boot] [PATCH 1/1] configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION
 2019-10-06 13:37 UTC 

[U-Boot] [PATCH 0/2] lib: errno: check for unsupported error number
 2019-10-06 12:37 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 1/2] lib: errno: check for unsupported errors
` [U-Boot] [PATCH 2/2] test: provide test for errno_str()

[U-Boot] [PATCH 1/1] lib: errno: avoid error format-overflow
 2019-10-06 11:58 UTC 

[U-Boot] [PATCH 1/1] lib: errno: sync error codes
 2019-10-06 11:22 UTC 

[U-Boot] [PATCH v3 00/57] ram: rk3399: Add LPDDR4 support
 2019-10-06  1:30 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] Revert "env: solve compilation error in SPL"
 2019-10-06  0:09 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-10-06  0:09 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: dts: imx6q-logicpd: Add missing imx6q-logicpd-u-boot for SPL
 2019-10-06  0:09 UTC  (2+ messages)

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

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

[U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] arm: K3: Increase default SYSFW image size allocation
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] initcall.h: initcall_run_list(): Improve debug output
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] Kconfig: fix a typo in the description of bmp command
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] Kconfig: Migrate CONFIG_BOOTM_* options
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: part: number: return hexadecimal value
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: keystone2: update the default addresses of the secure monitor
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] board: ti: am654: Disable TRNG node for HS devices
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] [PATCH] autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
 2019-10-06  0:08 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2019-10-06  0:08 UTC  (2+ 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  (4+ 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  (8+ messages)
    ` [U-Boot] [PATCH 2/3] imx: add the i.MX8M reset controller node


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