platform/kernel/u-boot.git
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-30 Heinrich Schuchardtlog: typo logl_pref in documentation
2020-10-30 Tom RiniMerge branch '2020-10-30-misc-changes'
2020-10-30 Jagan Tekidoc: rockchip: Document Rockchip miniloader flashing
2020-10-30 Jagan Tekirockchip: Add Engicam PX30.Core C.TOUCH 2.0
2020-10-30 Jagan Tekiarm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0
2020-10-30 Jagan Tekirockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
2020-10-30 Jagan Tekiboard: engicam: Attach i.MX6 common code
2020-10-30 Jagan Tekirockchip: px30: Add EVB_PX30 Kconfig help
2020-10-30 Michael Trimarchiarm64: dts: rockchip: Add Engicam PX30.Core SOM
2020-10-30 Jagan Tekiarm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starte...
2020-10-30 Samuel Hollandrockchip: mkimage: Remove host endianness dependency
2020-10-30 Jagan Tekirockchip: Enable Console MUX in ROCKPi N8
2020-10-30 Jagan Tekivideo: rockchip: Support 4K resolution for rk3288,...
2020-10-30 Jagan Tekiarm64: dts: rockchip: Add chosen node for ROCK-Pi N8
2020-10-30 Jagan Tekirockchip: Enable Console MUX in ROCKPi N10
2020-10-30 Sean Andersondoc: Update logging documentation
2020-10-30 Sean Andersondoc: Add log kerneldocs to documentation
2020-10-30 Sean Andersontest: Add a test for log filter-*
2020-10-30 Sean Andersoncmd: log: Add commands to manipulate filters
2020-10-30 Sean Andersontest: Add a test for getopt
2020-10-30 Sean Andersonlib: Add getopt
2020-10-30 Sean Andersoncmd: log: Make "log level" print all log levels
2020-10-30 Sean Andersoncmd: log: Add commands to list categories and drivers
2020-10-30 Sean Andersoncmd: log: Split off log level parsing
2020-10-30 Sean Andersoncmd: log: Use sub-commands for log
2020-10-30 Sean Andersontest: Add test for LOGFF_MIN
2020-10-30 Sean Andersonlog: Add filter flag to match greater than a log level
2020-10-30 Sean Andersontest: Add tests for LOGFF_DENY
2020-10-30 Sean Andersontest: log: Give tests names instead of numbers
2020-10-30 Sean Andersontest: log: Convert log_test from python to C
2020-10-30 Sean Andersonlog: Add filter flag to deny on match
2020-10-30 Sean Andersonlog: Add function to create a filter with flags
2020-10-30 Sean Andersonlog: Expose some helper functions
2020-10-30 Sean Andersonlog: Use CONFIG_IS_ENABLED() for LOG_TEST
2020-10-30 Sean Andersonlog: Add additional const qualifier to arrays
2020-10-30 Sean Andersonlog: Fix incorrect documentation of log_filter.cat_list
2020-10-30 Sean Andersonlog: Fix missing negation of ENOMEM
2020-10-30 Heiko Schocherimx6: enable early spi environment access on aristainet...
2020-10-30 Heiko Schocherenv: Access Environment in SPI flashes before relocation
2020-10-30 Heiko Schocherenv: split env_import_redund() into 2 functions
2020-10-30 Heinrich Schuchardttest: unit test for efi_create_indexed_name()
2020-10-30 AKASHI Takahiroefi_loader: add efi_create_indexed_name()
2020-10-30 AKASHI Takahiroefi_loader: add option to initialise EFI subsystem...
2020-10-30 AKASHI Takahirodfu: add dfu_write_by_alt()
2020-10-30 AKASHI Takahirodfu: export dfu_list
2020-10-30 AKASHI Takahirocommon: update: add a generic interface for FIT image
2020-10-30 AKASHI Takahirodfu: modify an argument type for an address
2020-10-30 AKASHI Takahirodfu: rename dfu_tftp_write() to dfu_write_by_name()
2020-10-30 Heinrich Schuchardtefi_loader: typo in function description of u16_strnlen
2020-10-30 Heinrich Schuchardtrtc: initialize emulated RTC from environment variable
2020-10-30 Heinrich Schuchardtrtc: use probe() to initialize emulated RTC
2020-10-30 Heinrich Schuchardtefi_loader: fix DisconnectController() for sole child
2020-10-30 Alper Nebi... video: rockchip: Add missing dpcd_write() call to link_...
2020-10-30 Heiko Stuebnerram: rockchip: px30: add a config-based ddr selection
2020-10-30 Peter Robinsonrockchip: Rock960: fix up USB support
2020-10-30 Stefan Agnerrockchip: dts: tinker: remove unnecessary node
2020-10-30 Stefan Agnerrockchip: dts: tinker: move i2c node to shared device...
2020-10-30 Jack Mitchellclk: rockchip: rk3399: implement getting wdt/alive...
2020-10-29 Simon Glassbinman: Avoid calculated section data repeatedly
2020-10-29 Simon Glassbinman: Support compression of sections
2020-10-29 Simon Glassbinman: Use the actual contents in CheckSize()
2020-10-29 Simon Glassbinman: Update CheckEntries() for compressed sections
2020-10-29 Simon Glassbinman: Drop CheckEntries()
2020-10-29 Simon Glassbinman: Call CheckSize() from the section's Pack()...
2020-10-29 Simon Glassbinman: Drop the Entry.CheckSize() method
2020-10-29 Simon Glassbinman: Move sort and expand to the main Pack() function
2020-10-29 Simon Glassbinman: Drop Entry.CheckOffset()
2020-10-29 Simon Glassbinman: Avoid reporting image-pos with compression
2020-10-29 Simon Glassbinman: Set section contents in GetData()
2020-10-29 Simon Glassbinman: Store the original data before compression
2020-10-29 Simon Glassbinman: Make section padding consistent with other...
2020-10-29 Simon Glassbinman: Move section padding to the parent
2020-10-29 Simon Glassbinman: Refactor _BuildSectionData()
2020-10-29 Simon Glassbinman: Move section-building code into a function
2020-10-29 Simon Glassbinman: Expand docs and test for alignment
2020-10-29 Simon Glassbinman: Expand docs and test for padding
2020-10-29 Simon Glassbinman: Update testPackExtra with more checks
2020-10-29 Simon Glassbinman: Use 'files-compress' to set compression for...
2020-10-29 Simon Glassbinman: Move CompressData() into Entry base class
2020-10-29 Simon Glassbinman: Expand the error message for breaching a section
2020-10-29 Simon Glassbinman: Remove references to 'image' in entry_Section
2020-10-29 Simon Glassbinman: Fix return from u-boot-ucode if there is no DT
2020-10-29 Simon Glassbinman: Give a sensible error if no command is given
2020-10-29 Simon Glassbinman: Add tests for skip-at-start sections
2020-10-29 Simon Glassbinman: Drop unused return variable for _DoTestFile()
2020-10-29 Simon Glassbinman: Update the entry docs
2020-10-29 Simon Glassdm: doc: Update the of-platadata documentation
2020-10-29 Simon Glassdm: Don't allow U_BOOT_DEVICE() when of-platdata is...
2020-10-29 Simon Glassimx: mx6cuboxi: Disable thermal driver in SPL
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassx86: apl: Take advantage of the of-platdata parent...
2020-10-29 Simon Glassx86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT
2020-10-29 Simon Glassdm: core: Convert #ifdef to if() in root.c
2020-10-29 Simon Glassdm: Add a test for of-platdata parent information
2020-10-29 Simon Glassdm: Support parent devices with of-platdata
2020-10-29 Simon Glasssandbox: Fix up building for of-platdata
2020-10-29 Simon Glassdm: Use an allocated array for run-time device info
next