public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-10-17 18:07:25 to 2020-10-19 20:30:43 UTC [more...]

[PATCH 00/25] binman: Support compression of sections
 2020-10-19 20:30 UTC  (28+ messages)
` [PATCH 01/25] binman: Give a sensible error if no command is given
` [PATCH 02/25] binman: Fix return from u-boot-ucode if there is no DT
` [PATCH 03/25] binman: Remove references to 'image' in entry_Section
` [PATCH 04/25] binman: Expand the error message for breaching a section
` [PATCH 05/25] binman: Move CompressData() into Entry base class
` [PATCH 06/25] binman: Use 'files-compress' to set compression for files
` [PATCH 07/25] binman: Update testPackExtra with more checks
` [PATCH 08/25] binman: Expand docs and test for padding
` [PATCH 09/25] binman: Expand docs and test for alignment
` [PATCH 10/25] binman: Move section-building code into a function
` [PATCH 11/25] binman: Refactor _BuildSectionData()
` [PATCH 12/25] binman: Move section padding to the parent
` [PATCH 13/25] binman: Make section padding consistent with other entries
` [PATCH 14/25] binman: Store the original data before compression
` [PATCH 15/25] binman: Set section contents in GetData()
` [PATCH 16/25] binman: Avoid reporting image-pos with compression
` [PATCH 17/25] binman: Drop Entry.CheckOffset()
` [PATCH 18/25] binman: Move sort and expand to the main Pack() function
` [PATCH 19/25] binman: Drop the Entry.CheckSize() method
` [PATCH 20/25] binman: Call CheckSize() from the section's Pack() method
` [PATCH 21/25] binman: Drop CheckEntries()
` [PATCH 22/25] binman: Update CheckEntries() for compressed sections
` [PATCH 23/25] binman: Use the actual contents in CheckSize()
` [PATCH 24/25] binman: Support compression of sections
` [PATCH 25/25] binman: Avoid calculated section data repeatedly

[PATCH] dm: core: add function uclass_probe_all() to probe all devices
 2020-10-19 18:11 UTC  (3+ messages)

[PATCH v3 0/2] dm: core: drivers: add function uclass_probe_all()
 2020-10-19 18:03 UTC  (3+ messages)
` [PATCH v3 1/2] dm: core: add function uclass_probe_all() to probe all devices
` [PATCH v3 2/2] drivers: serial: probe all uart devices

[PATCH v1] arm: socfpga: fix Gen5 enable of EMAC via FPGA
 2020-10-19 17:42 UTC  (2+ messages)

[PATCH v4 14/27] clk: ti: omap4: add clock manager driver
 2020-10-19 16:52 UTC  (14+ messages)
` [PATCH v4 15/27] clk: ti: am335x: "
` [PATCH v4 16/27] fdt: translate address if #size-cells = <0>
` [PATCH v4 17/27] omap: timer: fix the rate setting
` [PATCH v4 18/27] misc: am33xx: add control module driver
` [PATCH v4 19/27] pwm: ti: am33xx: add enhanced pwm driver
` [PATCH v4 20/27] bus: ti: am33xx: add pwm subsystem driver
` [PATCH v4 21/27] dm: core: add a function to decode display timings
` [PATCH v4 22/27] video: omap: add panel driver
` [PATCH v4 23/27] video: omap: drop domain clock enabling by SOC api
` [PATCH v4 24/27] video: omap: set LCD clock rate through DM API
` [PATCH v4 25/27] video: omap: split the legacy code from the DM code
` [PATCH v4 26/27] video: omap: move drivers to 'ti' directory
` [PATCH v4 27/27] board: ti: am335x-ice: get CDCE913 clock device

[PATCH v4 00/27] Add DM support for omap PWM backlight
 2020-10-19 16:46 UTC  (14+ messages)
` [PATCH v4 01/27] clk: export generic routines
` [PATCH v4 02/27] dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7
` [PATCH v4 03/27] bus: ti: add minimal sysc interconnect target driver
` [PATCH v4 04/27] arm: dts: sync am33xx with Linux 5.9-rc7
` [PATCH v4 05/27] clk: add clk_round_rate()
` [PATCH v4 06/27] clk: ti: add mux clock driver
` [PATCH v4 07/27] arm: ti: am33xx: add DPLL_EN_FAST_RELOCK_BYPASS macro
` [PATCH v4 08/27] clk: ti: am33xx: add DPLL clock drivers
` [PATCH v4 09/27] clk: ti: add divider clock driver
` [PATCH v4 10/27] clk: ti: add gate "
` [PATCH v4 11/27] ti: am33xx: fix do_enable_clocks() to accept NULL parameters
` [PATCH v4 12/27] clk: ti: add support for clkctrl clocks
` [PATCH v4 13/27] clk: ti: move drivers to 'ti' directory

[PATCH 00/11] bootm: Support substitions in bootargs and add tests
 2020-10-19 15:52 UTC  (21+ messages)
` [PATCH 01/11] env: Allow returning errors from hdelete_r()
` [PATCH 02/11] bootm: Add tests for fixup_silent_linux()
` [PATCH 03/11] bootm: Update fixup_silent_linux() to return an error
` [PATCH 04/11] bootm: Rename fixup_silent_linux()
` [PATCH 05/11] bootm: Add a bool parameter to bootm_process_cmdline_env()
` [PATCH 06/11] bootm: Use size rather than length for CONSOLE_ARG
` [PATCH 07/11] bootm: Split out bootargs environment reading / writing
` [PATCH 08/11] bootm: Update bootm_process_cmdline_env() to use flags
` [PATCH 09/11] bootm: Allow updating the bootargs in a buffer
` [PATCH 10/11] x86: zimage: Add silent-console processing
` [PATCH 11/11] bootm: Support string substitution in bootargs

[PATCH] arm: sunxi: disable obsolete VIDEO config
 2020-10-19 14:50 UTC  (19+ messages)
` [PATCH] at91sam9: "
` [PATCH] at91sam9n12ek: "
` [PATCH] eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
` [PATCH] imx: mx6sxsabresd: disable obsolete VIDEO config
` [PATCH] imx: mx7dsabresd: "
` [PATCH] ls1021aqds: "
` [PATCH] ls1021atwr: "
` [PATCH] mx23evk: "
` [PATCH] nokia_rx51: "
` [PATCH] picosam9g45: "
` [PATCH] sansa_fuze_plus: "
` [PATCH] xfi3: "

[PATCH v4 0/2] Add support for loading images above 4GB
 2020-10-19 14:35 UTC  (3+ messages)
` [PATCH v4 1/2] spl: Use standard FIT entries
` [PATCH v4 2/2] spl: fdt: Record load/entry fit-images entries in 64bit format

[PATCH] mx6: peripheral clock from oscillator
 2020-10-19 14:24 UTC  (5+ messages)

[PATCH] mx6: peripheral clock from oscillator
 2020-10-19 14:23 UTC 

[PATCH v2] spi: zynq_qspi: Use clk subsystem to get reference qspi clk
 2020-10-19 14:09 UTC 

[PATCH v2] spi: zynq_spi: Use clk subsystem to get reference spi clk
 2020-10-19 14:08 UTC 

[PATCH v2] serial: pl01x: Add error value checking
 2020-10-19 14:08 UTC 

[PATCH next] usb: mtu3: fix build warning/error
 2020-10-19 12:29 UTC  (5+ messages)

[PATCH next] usb: mtu3: fix build error caused by dev_xxx()
 2020-10-19 12:19 UTC 

[PATCH 18/18] MAINTAINERS: add maintainer for MediaTek MIPS platform
 2020-10-19 11:03 UTC  (2+ messages)

[PATCH 07/18] configs: mtmips: refresh for mt7628 based boards
 2020-10-19 11:01 UTC  (2+ messages)

[PATCH 03/18] mips: mtmips: fix dram size detection in dram_init
 2020-10-19 10:56 UTC  (2+ messages)

[PATCH 02/18] mips: mtmips: move mt7628 related Kconfig into mt7628 subdirectory
 2020-10-19 10:54 UTC  (2+ messages)

[PATCH 01/18] mips: dts: switch to board defines for dtb for mtmips
 2020-10-19 10:53 UTC  (2+ messages)

[PATCH v3] drivers: serial: probe all uart devices
 2020-10-19 10:06 UTC  (2+ messages)

[PATCH v1 0/8] Microchip PolarFire SoC support
 2020-10-19  9:44 UTC  (17+ messages)
` [PATCH v1 1/8] riscv: Add Microchip MPFS Icicle Kit support
` [PATCH v1 2/8] riscv: dts: Add device tree for Microchip Icicle Kit
` [PATCH v1 3/8] dt-bindings: clock: Add indexes for reset signals
` [PATCH v1 8/8] doc: board: Add Microchip MPFS Icicle Kit doc

[PATCH v2 0/5] sunxi: video: Add V3S simple-framebuffer
 2020-10-19  9:27 UTC  (7+ messages)
` [PATCH v2 2/5] ARM: dts: sun8i: v3s: Add simple-framebuffer
` [PATCH v2 4/5] sunxi: video: v3s: Enable LCD support
` [PATCH v2 5/5] sunxi: add drivers and configs needed for LCD display

[PATCH 0/3] add "call" command
 2020-10-19  8:49 UTC  (10+ messages)
` [PATCH v2 0/3] allow positional arguments with "run"
  ` [PATCH v2 2/3] allow positional arguments with "run" command

[PATCH v2] drivers: serial: probe all uart devices
 2020-10-19  8:19 UTC  (6+ messages)

[PULL] u-boot-atmel-2021.01-b
 2020-10-19  8:13 UTC 

[PATCH v2 00/21] Add support for MMC higher speed modes for TI's am65x, j721e and j7200 platforms
 2020-10-19  6:46 UTC  (2+ messages)

[PATCH v3] armv8: layerscape: don't remove crypto node if just partially disabled
 2020-10-19  6:36 UTC  (2+ messages)

[PATCH] ARM: at91: Add chip ID for SAM9X60 SiP
 2020-10-19  6:29 UTC  (2+ messages)

[PATCH 1/2] clk: at91: clk-master: add 5th divisor for mck master
 2020-10-19  6:28 UTC  (2+ messages)

[PATCH v3 0/8] add SAM9X60 clock support
 2020-10-19  6:27 UTC  (2+ messages)

SMBIOS entry point
 2020-10-19  6:16 UTC  (2+ messages)

[PATCH] arm: octeontx: Enable network support in supported boards
 2020-10-19  6:02 UTC 

[PATCH v2 0/5] mtd: pxa3xx_nand: add support for Armada 8k
 2020-10-19  5:24 UTC  (8+ messages)
` [PATCH v2 1/5] arm: dts: armada-cp110-slave: add missing cps_nand
` [PATCH v2 2/5] arm: dts: armada-cp110-master: update nand-controller
` [PATCH v2 3/5] mtd: pxa3xx_nand: port to use driver model
` [PATCH v2 4/5] mtd: pxa3xx_nand: remove dead code
` [PATCH v2 5/5] mtd: nand: pxa3xx: enable NAND controller if the SoC needs it

RPi3b, U-Boot, EFI and Serial Input
 2020-10-19  2:17 UTC  (3+ messages)

[PATCH next v10] usb: add MediaTek USB3 DRD driver
 2020-10-19  1:20 UTC  (3+ messages)

[PATCH 12/18] watchdog: add watchdog driver for MediaTek MT7620 SoC
 2020-10-19  0:48 UTC  (3+ messages)

[PATCH 00/18] Add support for MediaTek MT7620 SoC
 2020-10-19  0:46 UTC  (3+ messages)

[PATCH] gadget: f_thor: fix wrong file size cast
 2020-10-18 23:25 UTC  (2+ messages)

Please pull u-boot-video
 2020-10-18 20:36 UTC 

[PATCH 0/3] phy: marvell: cp110: fix Armada 8k rev B0 boot hang
 2020-10-18 19:43 UTC  (5+ messages)
` [PATCH 1/3] phy: marvell: cp110: let the firmware configure the comphy
` [PATCH 2/3] phy: marvell: cp110: let the firmware configure comphy for PCIe
` [PATCH 3/3] phy: marvell: cp110: update mode parameter for pcie power on calls

i.MX RT1050 toolchain
 2020-10-18 15:58 UTC  (6+ messages)

[PATCH] rockchip: rk3399: Add Nanopi M4V2 board support
 2020-10-18  5:25 UTC 

[PATCH v4 00/13] riscv: Add SPI support for Kendryte K210
 2020-10-17 19:21 UTC  (3+ messages)
` [PATCH v4 13/13] riscv: Add support for SPI on "

[PATCH v3 00/23] log: Add commands for manipulating filters
 2020-10-17 18:07 UTC  (24+ messages)
` [PATCH v3 01/23] log: Fix missing negation of ENOMEM
` [PATCH v3 02/23] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH v3 03/23] log: Add additional const qualifier to arrays
` [PATCH v3 04/23] log: Add new category names to log_cat_name
` [PATCH v3 05/23] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v3 06/23] log: Expose some helper functions
` [PATCH v3 07/23] log: Add function to create a filter with flags
` [PATCH v3 08/23] log: Add filter flag to deny on match
` [PATCH v3 09/23] test: log: Convert log_test from python to C
` [PATCH v3 10/23] test: log: Give tests names instead of numbers
` [PATCH v3 11/23] test: Add tests for LOGFF_DENY
` [PATCH v3 12/23] log: Add filter flag to match greater than a log level
` [PATCH v3 13/23] test: Add test for LOGFF_MIN
` [PATCH v3 14/23] cmd: log: Use sub-commands for log
` [PATCH v3 15/23] cmd: log: Split off log level parsing
` [PATCH v3 16/23] cmd: log: Add commands to list categories and drivers
` [PATCH v3 17/23] cmd: log: Make "log level" print all log levels
` [PATCH v3 18/23] lib: Add getopt
` [PATCH v3 19/23] test: Add a test for getopt
` [PATCH v3 20/23] cmd: log: Add commands to manipulate filters
` [PATCH v3 21/23] test: Add a test for log filter-*
` [PATCH v3 22/23] doc: Add log kerneldocs to documentation
` [PATCH v3 23/23] doc: Update logging documentation


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