public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-11-22 12:30:54 to 2019-11-25 04:09:59 UTC [more...]

[U-Boot] [PATCH v5 000/101] x86: Add initial support for apollolake
 2019-11-25  4:09 UTC  (50+ messages)
` [U-Boot] [PATCH v5 001/101] binman: Add a library to access binman entries
` [U-Boot] [PATCH v5 002/101] dm: gpio: Allow control of GPIO uclass in SPL
` [U-Boot] [PATCH v5 003/101] dm: core: Fix offset_to_ofnode() with invalid offset
` [U-Boot] [PATCH v5 004/101] dm: pci: Allow delaying auto-config until after relocation
` [U-Boot] [PATCH v5 005/101] dm: pci: Move pci_get_devfn() into a common file
` [U-Boot] [PATCH v5 006/101] net: Move the checksum functions to lib/
` [U-Boot] [PATCH v5 007/101] i2c: designware: Tidy up PCI support
` [U-Boot] [PATCH v5 008/101] i2c: designware: Avoid using static data
` [U-Boot] [PATCH v5 009/101] i2c: designware: Support use in SPL
` [U-Boot] [PATCH v5 010/101] x86: spi: Add helper functions for Intel Fast SPI
` [U-Boot] [PATCH v5 011/101] fdt: Show the preprocessed .dts file on error
` [U-Boot] [PATCH v5 012/101] board_r: Move early-timer init later
` [U-Boot] [PATCH v5 013/101] RFC: sandbox: net: Suppress the MAC-address warnings
` [U-Boot] [PATCH v5 014/101] Revert "RFC: sandbox: net: Suppress the MAC-address warnings"
` [U-Boot] [PATCH v5 015/101] x86: timer: use a timer base of 0
` [U-Boot] [PATCH v5 016/101] x86: timer: Reduce timer code size in TPL on Intel CPUs
` [U-Boot] [PATCH v5 017/101] x86: Drop unnecessary cpu code for TPL
` [U-Boot] [PATCH v5 018/101] x86: Drop unnecessary interrupt "
` [U-Boot] [PATCH v5 019/101] x86: power: Add an ACPI PMC uclass
` [U-Boot] [PATCH v5 020/101] x86: sandbox: Add a PMC emulator and test
` [U-Boot] [PATCH v5 021/101] x86: power: Add a 'pmc' command
` [U-Boot] [PATCH v5 022/101] pci: Add support for p2sb uclass
` [U-Boot] [PATCH v5 023/101] sandbox: Disable mmio by default in tests
` [U-Boot] [PATCH v5 024/101] sandbox: Add PCI driver and test for p2sb
` [U-Boot] [PATCH v5 025/101] x86: Move UCLASS_IRQ into a separate file
` [U-Boot] [PATCH v5 026/101] sandbox: Add a test for IRQ
` [U-Boot] [PATCH v5 027/101] x86: Define the SPL image start
` [U-Boot] [PATCH v5 028/101] x86: Reduce mrccache record alignment size
` [U-Boot] [PATCH v5 029/101] x86: Correct mrccache find_next_mrc_cache() calculation
` [U-Boot] [PATCH v5 030/101] x86: Adjust mrccache_get_region() to use livetree
` [U-Boot] [PATCH v5 031/101] x86: Adjust mrccache_get_region() to support get_mmap()
` [U-Boot] [PATCH v5 032/101] x86: Add a new global_data member for the cache record
` [U-Boot] [PATCH v5 033/101] x86: Tidy up error handling in mrccache_save()
` [U-Boot] [PATCH v5 034/101] x86: Update mrccache to support multiple caches
` [U-Boot] [PATCH v5 035/101] x86: Add mrccache support for a 'variable' cache
` [U-Boot] [PATCH v5 036/101] x86: Don't export mrccache_update()
` [U-Boot] [PATCH v5 037/101] x86: Move fsp_prepare_mrc_cache() to fsp1 directory
` [U-Boot] [PATCH v5 038/101] x86: Set the DRAM banks to reflect real location
` [U-Boot] [PATCH v5 039/101] x86: Set up the MTRR for SDRAM
` [U-Boot] [PATCH v5 040/101] x86: Don't imply libfdt or SPI flash in TPL
` [U-Boot] [PATCH v5 041/101] x86: Allow removal of standard PCH drivers
` [U-Boot] [PATCH v5 042/101] x86: Allow interrupt to happen once
` [U-Boot] [PATCH v5 043/101] x86: fsp: Make graphics support common to FSP1/2
` [U-Boot] [PATCH v5 044/101] x86: fsp: Correct wrong header inlude in fsp_support.c
` [U-Boot] [PATCH v5 045/101] x86: fsp: Add FSP2 base support
` [U-Boot] [PATCH v5 046/101] x86: fsp: Set up an MTRR for the graphics frame buffer
` [U-Boot] [PATCH v5 047/101] x86: fsp: Add a new arch_fsp_init_r() hook
` [U-Boot] [PATCH v5 048/101] x86: fsp: Allow remembering the location of FSP-S
` [U-Boot] [PATCH v5 049/101] x86: fsp: Make the notify API call common

[U-Boot] [PATCH v4] armv8: Add workaround for USB erratum A-050106
 2019-11-25  3:54 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/3] spi: nxp_fspi: new driver for the FlexSPI controller
 2019-11-25  3:50 UTC  (3+ messages)

[U-Boot] [PATCH] board: ti: am43xx: remove net platform code
 2019-11-25  3:25 UTC  (2+ messages)

[U-Boot] [PATCH] board: ti: dra7-evm: remove net platform code
 2019-11-25  3:25 UTC  (2+ messages)

[U-Boot] [PATCH v3] arm: add acpi support for the arm
 2019-11-25  2:42 UTC  (5+ messages)

[U-Boot] [PATCH v2] configs: ls1028ardb: enable usb net r8152_eth
 2019-11-25  1:54 UTC 

[U-Boot] [PATCH] binman: README: fix default filename of u-boot-with-ucode-ptr
 2019-11-25  1:47 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/1] Update doc/README.drivers.eth
 2019-11-25  1:32 UTC  (2+ messages)
` [U-Boot] [RFC PATCH 1/1] doc: net: Rewrite network driver documentation

[U-Boot] [PATCH] blk: Check if_type in blk_get_devnum_by_typename
 2019-11-24 23:56 UTC  (3+ messages)

[U-Boot] [GIT PULL resed] Raspberry Pi updates for v2020.01
 2019-11-24 21:36 UTC 

[U-Boot] Please pull u-boot-video
 2019-11-24 21:07 UTC 

[U-Boot] [PATCH] Revert "video: mxsfb: Configure the clock after eLCDIF reset"
 2019-11-24 21:07 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] Introduce DSA Ethernet switch class and Felix driver
 2019-11-24 21:04 UTC  (8+ messages)
` [U-Boot] [PATCH 4/6] drivers: net: add Felix DSA switch driver
` [U-Boot] [PATCH 5/6] arm: dts: ls1028a: adds Ethernet switch node and its dependencies

[U-Boot] Pico-imx7d and imx7d sabre Break on 2020.01-rc3
 2019-11-24 20:33 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] buildman: Improve [make-flags] section parser to allow quoted strings
 2019-11-24 20:30 UTC 

[U-Boot] [PATCH] armv8: layerscape: fix SPL multi DTB loading
 2019-11-24 20:13 UTC 

[U-Boot] [PATCH 0/2] Add support for booting EFI FIT images
 2019-11-24 20:11 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] image: Add IH_OS_EFI for EFI chain-load boot
` [U-Boot] [PATCH 2/2] bootm: Add a bootm command for type IH_OS_EFI

[U-Boot] [PATCH 2/5] common: add blkcache init
 2019-11-24 16:00 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/22] rockchip: ram: add common code for sdram driver
 2019-11-24 15:25 UTC  (4+ messages)
` [U-Boot] [PATCH v3 13/22] ram: rk3328: use common "

[U-Boot] [PATCH v5 00/26]MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2019-11-24 15:13 UTC  (3+ messages)
` [U-Boot] [PATCH v5 17/26] configs: socfpga: mcvevk: Remove useless UBI infos

[U-Boot] Pull request: u-boot-rockchip-20191124
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH v3] travis: rework NXP layerscape jobs
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH v2] travis: move orangepi to vendor job
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] tools: checkpatch: Restore 'debug' and 'printf' to logFunctions list
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH] moveconfig.py: Fix more Python3 UTF issues
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH] scripts: dtc: ignore files generated generated by python
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: Fix problem with non-existent output directories
 2019-11-24 14:56 UTC  (3+ messages)
` [U-Boot] [PATCHv2] "

[U-Boot] [PATCH v2 1/1] arm: fix -march for ARM11
 2019-11-24 14:56 UTC  (3+ messages)

[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc4 (2)
 2019-11-24 14:56 UTC  (2+ messages)

[U-Boot] [GIT PULL] Raspberry Pi updates for v2020.01
 2019-11-24  9:39 UTC  (5+ messages)

[U-Boot] [PATCH 1/1] efi_loader: default EFI_LOADER=n on ARM11
 2019-11-24  9:28 UTC  (3+ messages)

[U-Boot] [PATCH v4 0/5] Add helper function for linking a DM Eth device to a PHY
 2019-11-24  0:02 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: mmc: fsl_esdhc_imx: add m68k support
 2019-11-23 22:55 UTC 

[U-Boot] [RESEND PATCH] common: add blkcache init
 2019-11-23 22:51 UTC 

[U-Boot] Question about U-Boot development model
 2019-11-23 19:25 UTC 

[U-Boot] [PATCH v4 0/7] usb: kbd: implement special keys
 2019-11-23 19:15 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/7] usb: kbd: fix typo
` [U-Boot] [PATCH v4 2/7] usb: kbd: signature of usb_kbd_put_queue()
` [U-Boot] [PATCH v4 3/7] usb: kbd: simplify coding for arrow keys
` [U-Boot] [PATCH v4 4/7] usb: kbd: implement special keys
` [U-Boot] [PATCH v4 5/7] usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
` [U-Boot] [PATCH v4 6/7] dm: test: usb: rework keyboard test
` [U-Boot] [PATCH v4 7/7] sandbox: enable USB_KEYBOARD_FN_KEYS

[U-Boot] [PATCH] net: tftp: Fix too small block size
 2019-11-23 17:58 UTC 

[U-Boot] [PATCH] The sata port can be configured when driver model enabled
 2019-11-23 16:39 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/10] rockchip: rk3399: Add fastboot support
 2019-11-23 15:37 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/10] gadget: Select USB_GADGET_MANUFACTURER for rockchip
` [U-Boot] [PATCH v2 02/10] gadget: Select USB_GADGET_VENDOR_NUM "
` [U-Boot] [PATCH v2 03/10] gadget: rockchip: USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH v2 04/10] gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH v2 05/10] fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]
` [U-Boot] [PATCH v2 06/10] fastboot: rockchip: Fix rk3328 default mmc device
` [U-Boot] [PATCH v2 07/10] usb: dwc3: Add phy interface for dwc3_uboot
` [U-Boot] [PATCH v2 08/10] gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
` [U-Boot] [PATCH v2 09/10] rockchip: Setup dwc3_device (for non-dm gadgets)
` [U-Boot] [PATCH v2 10/10] rock960: Enable USB Gadget

[U-Boot] [PATCH 1/4] arm64: dts: sync Allwinner H6 files
 2019-11-23 14:24 UTC  (9+ messages)
` [U-Boot] [PATCH 2/4] arm64: dts: sun50i: Add support for Orange Pi 3
` [U-Boot] [PATCH 3/4] sunxi: board: Use eth_env_set_enetaddr_by_index()
` [U-Boot] [PATCH 4/4] sunxi: board: fixup the BT address for Orange Pi 3

[U-Boot] [PATCH 0/2] Add SP805 driver for iproc platforms (DM)
 2019-11-23 13:52 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] dt-bindings: documentation on sp805(DM) iproc driver
` [U-Boot] [PATCH 2/2] drivers: watchdog: Add brcm iproc sp805 watchdog driver

[U-Boot] [PATCH v4 000/100] x86: Add initial support for apollolake
 2019-11-23 12:58 UTC  (5+ messages)
` [U-Boot] [PATCH v4 013/100] RFC: sandbox: net: Suppress the MAC-address warnings

[U-Boot] [PATCH 0/3] Introduce APIs for multi PCIe host controller platforms
 2019-11-23 12:54 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] drivers: pci: Fix Host bridge bus number issue
` [U-Boot] [PATCH 2/3] drivers: core: uclass: Get next device fail with driver probe fail
` [U-Boot] [PATCH 3/3] drivers: pci: pci-uclass: Get PCI dma regions support

[U-Boot] [PATCH 1/9] mmc: tmio: sdhi: Track current tap number in private data
 2019-11-23 12:38 UTC  (4+ messages)
` [U-Boot] [PATCH 9/9] mmc: tmio: sdhi: Add calibration tables

[U-Boot] [PATCH V2 1/9] mmc: tmio: sdhi: Track current tap number in private data
 2019-11-23 12:36 UTC  (9+ messages)
` [U-Boot] [PATCH V2 2/9] mmc: tmio: sdhi: Track SMPCMP valu "
` [U-Boot] [PATCH V2 3/9] mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2
` [U-Boot] [PATCH V2 4/9] mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode
` [U-Boot] [PATCH V2 5/9] mmc: tmio: sdhi: Adjust HS400 calibration offsets
` [U-Boot] [PATCH V2 6/9] mmc: tmio: sdhi: Disable auto-retuning in HS400
` [U-Boot] [PATCH V2 7/9] mmc: tmio: sdhi: Add SCC error checking
` [U-Boot] [PATCH V2 8/9] mmc: tmio: sdhi: Skip bad taps
` [U-Boot] [PATCH V2 9/9] mmc: tmio: sdhi: Add calibration tables

[U-Boot] [PATCH] poweroff: add poweroff for mt6323 pmic
 2019-11-23  9:18 UTC  (2+ messages)

[U-Boot] Memory Tests in U-Boot
 2019-11-23  5:23 UTC 

[U-Boot] [RFC/RFT PATCH v4 0/3] Add compressed Image booting support
 2019-11-23  2:19 UTC  (5+ messages)
` [U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti

[U-Boot] [PATCH 0/2] Add Broadcom XHCI driver for iproc platforms
 2019-11-22 23:52 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] dt-bindings: Documentation on BRCM xHCI controller
` [U-Boot] [PATCH 2/2] drivers: usb: host: Add BRCM xHCI driver

[U-Boot] [PATCH 1/1] drivers: mmc: rpmb: Use R1 response
 2019-11-22 23:13 UTC 

[U-Boot] [PATCH 0/2] Add Broadcom SPI driver
 2019-11-22 23:09 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] drivers: spi: Add commands for Micron SPI
` [U-Boot] [PATCH 2/2] drivers: spi: Add brcm iproc spi driver

[U-Boot] [PATCH 1/1] arm: cpu: armv8: add support for arm psci reset2
 2019-11-22 22:50 UTC 

[U-Boot] [PATCH 0/3] Extend pinctrl-single driver with APIs
 2019-11-22 22:44 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] pinctrl: pinctrl-single: Handle different register width
` [U-Boot] [PATCH 2/3] pinctrl: pinctrl-single: Add request api
` [U-Boot] [PATCH 3/3] pinctrl: pinctrl-single: Parse gpio details from dt

[U-Boot] [PULL] u-boot-socfpga/master
 2019-11-22 22:16 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-11-22 22:15 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-11-22 22:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: pcie: Add Broadcom IPROC PCIe driver
 2019-11-22 21:56 UTC 

[U-Boot] [PATCH v4 0/5] Extend mv88e61xx driver to support 88E6071
 2019-11-22 21:48 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/5] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices

[U-Boot] [PATCH 1/1] cmd: gpt: Enumerate partitions and save info into an U-Boot variable
 2019-11-22 21:47 UTC 

[U-Boot] Using kernelCI infrastructure for firmware testing
 2019-11-22 21:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] drivers: i2c: Add brcm iproc I2C driver support
 2019-11-22 21:20 UTC 

[U-Boot] [PATCH] usb: Make USB_MUSB_PIO_ONLY conditional on USB_MUSB_{HOST, GADGET}
 2019-11-22 21:14 UTC 

[U-Boot] Maximum size of u-boot.imx for TBS2910 board
 2019-11-22 18:31 UTC  (15+ messages)

[U-Boot] [PATCH v2 1/2] usb: composite: fix possible alignment issues
 2019-11-22 18:28 UTC  (9+ messages)

[U-Boot] [PATCH 1/1] drivers: gpio: Add common Broadcom iproc gpio driver
 2019-11-22 17:37 UTC 


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