public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-02-21 04:31:07 to 2019-02-22 08:10:07 UTC [more...]

[U-Boot] [PATCH v8 0/8] cmd: add efidebug for efi environment
 2019-02-22  8:10 UTC  (2+ messages)
` [U-Boot] [PATCH v8 1/8] cmd: env: add "-e" option for handling UEFI variables

[U-Boot] [PATCH 0/9] sunxi: Allow FEL capable SPLs with 32bit builds
 2019-02-22  8:06 UTC  (16+ messages)
` [U-Boot] [PATCH 2/9] Makefile: use "arm64" architecture for U-Boot image files
` [U-Boot] [PATCH 3/9] SPL: read and store arch property from U-Boot image
` [U-Boot] [PATCH 4/9] sunxi: introduce RMR switch to enter payloads in 64-bit mode
` [U-Boot] [PATCH 5/9] sunxi: allow FIT image for 32-bit builds as well

[U-Boot] [PATCH 00/40] x86: Add support for booting from TPL
 2019-02-22  7:20 UTC  (81+ messages)
` [U-Boot] [PATCH 01/40] binman: Don't generate an error in 'text' entry constructor
` [U-Boot] [PATCH 02/40] binman: Don't show image-skip message by default
` [U-Boot] [PATCH 03/40] binman: Add a missing comment in Entry_vblock
` [U-Boot] [PATCH 04/40] dm: core: Fix translate condition in ofnode_get_addr_size()
` [U-Boot] [PATCH 05/40] cros_ec: Use a hyphen in the uclass name
` [U-Boot] [PATCH 06/40] spl: Allow sandbox to build a device-tree file
` [U-Boot] [PATCH 07/40] RFC: binman: Allow sections to have an offset
` [U-Boot] [PATCH 08/40] x86: start64: Fix copyright message
` [U-Boot] [PATCH 09/40] x86: mp_init: Use proper error numbers
` [U-Boot] [PATCH 10/40] x86: Add a way to reinit the cpu
` [U-Boot] [PATCH 11/40] x86: dts: Add device-tree labels for rtc and reset
` [U-Boot] [PATCH 12/40] x86: Update a stale comment about ifdtool
` [U-Boot] [PATCH 13/40] x86: Support SPL and TPL
` [U-Boot] [PATCH 14/40] x86: Support booting with TPL
` [U-Boot] [PATCH 15/40] x86: Add a handoff header file
` [U-Boot] [PATCH 16/40] x86: broadwell: Improve SDRAM debugging output
` [U-Boot] [PATCH 17/40] x86: broadwell: Allow SDRAM init from SPL
` [U-Boot] [PATCH 18/40] x86: Move init of debug UART to cpu.c
` [U-Boot] [PATCH 19/40] x86: broadwell: Split CPU init
` [U-Boot] [PATCH 20/40] x86: Add support for starting from SPL/TPL
` [U-Boot] [PATCH 21/40] x86: Allow 16-bit init to be in TPL
` [U-Boot] [PATCH 22/40] x86: broadwell: Allow booting from SPL
` [U-Boot] [PATCH 23/40] x86: broadwell: Select refcode and CPU code for SPL
` [U-Boot] [PATCH 24/40] x86: Add common Intel "
` [U-Boot] [PATCH 25/40] x86: Support saving MRC data from SPL
` [U-Boot] [PATCH 26/40] x86: Add a simple TPL implementations
` [U-Boot] [PATCH 27/40] x86: mrccache: Add more debugging
` [U-Boot] [PATCH 28/40] x86: Add a sysreset driver for the Intel PCH
` [U-Boot] [PATCH 29/40] x86: Support TPL in Intel common code
` [U-Boot] [PATCH 30/40] x86: Don't set up MTRRs in SPL
` [U-Boot] [PATCH 31/40] x86: Don't generate a bootstage report "
` [U-Boot] [PATCH 32/40] x86: Support PCI VGA ROM when TPL is used
` [U-Boot] [PATCH 33/40] x86: sysreset: Implement the get_last() method
` [U-Boot] [PATCH 34/40] x86: Add documention on the samus flashmap
` [U-Boot] [PATCH 35/40] x86: samus: Update device tree for SPL
` [U-Boot] [PATCH 36/40] x86: samus: Update device tree for verified boot
` [U-Boot] [PATCH 37/40] x86: Update device tree for TPL
` [U-Boot] [PATCH 38/40] x86: Update device tree for Chromium OS verified boot
` [U-Boot] [PATCH 39/40] x86: Fix device-tree indentation
` [U-Boot] [PATCH 40/40] x86: samus: Add a target to boot through TPL

[U-Boot] [PATCH v2 0/8] arm: socfpga: implement proper peripheral reset handling
 2019-02-22  6:35 UTC  (32+ messages)
` [U-Boot] [PATCH v2 1/8] arm: socfpga: gen5: sync devicetrees to Linux
` [U-Boot] [PATCH v2 2/8] arm: socfpga: gen5: add reset & sdr node to SPL devicetrees
` [U-Boot] [PATCH v2 3/8] arm: socfpga: move gen5 SDR driver to DM
` [U-Boot] [PATCH v2 4/8] mtd: rawnand: denali: add reset handling
` [U-Boot] [PATCH v2 5/8] spi: cadence_qspi: "
` [U-Boot] [PATCH v2 6/8] reset: socfpga: add reset handling for old kernels
` [U-Boot] [PATCH v2 7/8] arm: socfpga: gen5: deassert peripheral reset by default
` [U-Boot] [PATCH v2 8/8] arm: socfpga: implement proper peripheral reset

[U-Boot] [PATCH] am57xx_evm_defconfig: Enable configs to support QSPI boot
 2019-02-22  5:31 UTC 

[U-Boot] [PATCH] configs: am57xx_evm: define CONFIG_SPL_LOAD_FIT_ADDRESS for SPL-DFU
 2019-02-22  5:19 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/7] cmd: add efidebug for efi environment
 2019-02-22  4:16 UTC  (21+ messages)
` [U-Boot] [PATCH v7 1/7] cmd: env: add "-e" option for handling UEFI variables
` [U-Boot] [PATCH v7 2/7] cmd: add efidebug command
` [U-Boot] [PATCH v7 3/7] cmd: efidebug: add devices command
` [U-Boot] [PATCH v7 4/7] cmd: efidebug: add drivers command
` [U-Boot] [PATCH v7 5/7] cmd: efidebug: add dh command
` [U-Boot] [PATCH v7 6/7] cmd: efidebug: add images command
` [U-Boot] [PATCH v7 7/7] cmd: efidebug: add memmap command

[U-Boot] SiFive FU540 U-Boot patches,
 2019-02-22  4:05 UTC 

[U-Boot] [PATCH v3 1/2] fs: fat: dynamically allocate memory for temporary buffer
 2019-02-22  3:49 UTC  (16+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 1/3] Add support for the MT41K128M16JT125K memory modules
 2019-02-22  3:37 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build
` [U-Boot] [PATCH 3/3] am335x, guardian: Add support for the bosch guardian board

[U-Boot] [PATCH] arm: dts: exynos: Adjust whitespace around status property
 2019-02-22  3:12 UTC  (2+ messages)

[U-Boot] [PATCH v8 00/15] SiFive FU540 Support
 2019-02-22  2:09 UTC  (5+ messages)

[U-Boot] [RFC 1/1] efi_loader: in situ relocation
 2019-02-22  1:17 UTC  (6+ messages)

[U-Boot] ut dm pch sandbox test failures
 2019-02-21 23:45 UTC 

[U-Boot] [PATCH] fs: ext4: cache extent data
 2019-02-21 23:38 UTC  (3+ messages)

[U-Boot] [PATCH] configs: dra7xx_evm: Remove ENV_IS_IN_FAT and SPL_ENV_*
 2019-02-21 23:30 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] Add Support for NAND in dra71x-evm
 2019-02-21 23:22 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] configs: ti_omap5_common: Add NAND environment settings

[U-Boot] [PATCH v2 0/7] AM65x HS device support
 2019-02-21 23:10 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/7] arm: K3: Avoid use of MCU_PSRAM0 before SYSFW is loaded
` [U-Boot] [PATCH v2 2/7] firmware: ti_sci: Add support for firewall management
` [U-Boot] [PATCH v2 3/7] firmware: ti_sci: Modify auth_boot TI-SCI API to match new version
` [U-Boot] [PATCH v2 4/7] arm: mach-k3: Add secure device support
` [U-Boot] [PATCH v2 5/7] arm: mach-k3: Add secure device build support
` [U-Boot] [PATCH v2 6/7] configs: Add a config for AM65x High Security EVM
` [U-Boot] [PATCH v2 7/7] doc: Update info on using K3 secure devices

[U-Boot] [PATCH v3 0/7] Add netcp networking support on K2G ICE EVM
 2019-02-21 23:10 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/7] ARM: k2g-ice: Add pinmux support for rgmii interface
` [U-Boot] [PATCH v3 2/7] ARM: k2g-gp-evm: update to rgmii pinmux configuration
` [U-Boot] [PATCH v3 3/7] net: netcp: add support for phy with rgmii ids
` [U-Boot] [PATCH v3 4/7] ARM: k2g: add a workaround to reset the phy
` [U-Boot] [PATCH v3 5/7] ARM: dts: k2g-evm: remove unused phy-mode property from phy node
` [U-Boot] [PATCH v3 6/7] k2g: config enable ti phy dp83867 for k2g
` [U-Boot] [PATCH v3 7/7] ARM: dts: k2g-ice: add dt node for netcp

[U-Boot] Pull request, u-boot-tegra/master
 2019-02-21 23:10 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2019-02-21 23:10 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2019-02-21 23:09 UTC  (2+ messages)

[U-Boot] [RFT] configs: arndale: Use appropriate driver for Asix AX88760
 2019-02-21 22:07 UTC  (2+ messages)

[U-Boot] [PATCH] net: eth-uclass: call stop only for active devices
 2019-02-21 18:40 UTC  (4+ messages)

[U-Boot] [PATCH v9 00/15] SiFive FU540 Support
 2019-02-21 18:35 UTC  (10+ messages)
` [U-Boot] [PATCH v9 06/15] net: macb: Fix clk API usage for RISC-V systems
` [U-Boot] [PATCH v9 09/15] clk: Add fixed-factor clock driver
` [U-Boot] [PATCH v9 10/15] drivers: serial_sifive: Fix baud rate calculation
` [U-Boot] [PATCH v9 11/15] drivers: serial_sifive: Skip baudrate config if no input clock
` [U-Boot] [PATCH v9 12/15] cpu: Bind timer driver for boot hart
` [U-Boot] [PATCH v9 13/15] riscv: Add SiFive FU540 board support
` [U-Boot] [PATCH v9 14/15] doc: Add a readme guide for SiFive FU540
` [U-Boot] [PATCH v9 15/15] riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd

[U-Boot] [PATCH] fdt: Fix FIT header verification in mkimage and conduct same checks as bootm
 2019-02-21 17:26 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 0/4] ARM: atmel: boards: enable SPL support
 2019-02-21 17:00 UTC  (6+ messages)
` [U-Boot] [PATCH v2 3/4] ARM: atmel: at91sam9x5ek: enable spl support

[U-Boot] [PATCH] imx: ventana: added support for 16bit 8Gb density (1GiB) DRAM
 2019-02-21 16:51 UTC 

[U-Boot] [PATCH] imx: ventana: hexdump invalid EEPROM data
 2019-02-21 16:48 UTC 

[U-Boot] [PATCH] cmd: clk: Handle ENODEV from clk_get_rate
 2019-02-21 16:15 UTC 

[U-Boot] [PATCH] am335x-fb: don't override lcd_get_size()
 2019-02-21 16:05 UTC 

[U-Boot] IMX6 DM_USB / DM_MMC requires OF_CONTROL?
 2019-02-21 14:48 UTC  (3+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Add debug message about clearing BSS
 2019-02-21 12:38 UTC 

[U-Boot] [PATCH] spl: fit: Add support for applying DT overlay
 2019-02-21 12:36 UTC 

[U-Boot] [PATCH v3 2/2] core: ofnode: Add ofnode_get_addr_size_index
 2019-02-21 10:41 UTC  (6+ messages)
` [U-Boot] [PATCH v3 0/2] core: ofnode: Fix ofnode_get_addr_index function

[U-Boot] [PATCH] imx8qxp: Fix the reported CPU frequency
 2019-02-21 10:35 UTC  (2+ messages)

[U-Boot] [PATCHv3 00/11] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
 2019-02-21 10:25 UTC  (7+ messages)
` [U-Boot] [PATCHv3 10/11] pci: ls_pcie_g4: Add Workaround for A-011451

[U-Boot] [PATCH v1] mmc: dwmmc: Enable small delay before returning error
 2019-02-21 10:06 UTC  (6+ messages)

[U-Boot] [PATCH V2] ARM: socfpga: Clear PL310 early in SPL
 2019-02-21  9:40 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mmc: tmio: Clear BUSWIDTH bit when WMODE bit is set
 2019-02-21  9:25 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8

[U-Boot] [PATCH 1/3] Move CONFIG_FSL_ESDHC to defconfig
 2019-02-21  7:55 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mmc: split fsl_esdhc driver for i.MX
` [U-Boot] [PATCH 3/3] Convert to use fsl_esdhc_imx for i.MX platforms

[U-Boot] [v2, 1/3] mmc: fsl_esdhc: add esdhc_imx flag
 2019-02-21  7:54 UTC  (5+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Disable WDT for zcu100
 2019-02-21  6:52 UTC 

[U-Boot] [PATCH] .gitignore: Ignore regenerated *.dtbo files
 2019-02-21  6:48 UTC 

[U-Boot] [PATCH v2 11/23] spl: Add a comment to spl_set_bd()
 2019-02-21  5:43 UTC  (5+ messages)
` [U-Boot] [U-Boot,v2,11/23] "


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