pandora-u-boot.git
2021-03-26 Simon Glassbinman: Add support for u-boot-tpl-nodtb
2021-03-26 Simon Glassbinman: Support symbols in u-boot-spl-nodtb
2021-03-26 Simon Glassbinman: Correct the documentation for u-boot-spl-bss-pad
2021-03-26 Simon Glassbinman: Tidy up underscores in entry documentation
2021-03-26 Simon Glassbinman: Update entry help for files-align
2021-03-26 Simon Glassbinman: Document ExpandEntries() in the base class
2021-03-26 Simon Glassbinman: Allow extracting to current directory
2021-03-26 Simon Glassx86: apl: Use read-only SPL and new of-platdata
2021-03-26 Simon Glassx86: coral: Drop TPM and ACPI interrupts from TPL
2021-03-26 Simon Glassx86: coral: Drop ACPI properties from of-platdata
2021-03-26 Simon Glassx86: Don't include reset driver in SPL
2021-03-26 Simon Glassx86: Support a fake PCI device with of-platdata-inst
2021-03-26 Simon Glassx86: itss: Tidy up bind() for of-platdata-inst
2021-03-26 Simon Glassx86: apl: Tell of-platdata about a required header...
2021-03-26 Simon Glassx86: apl: Fix the header order in pmc
2021-03-26 Simon Glassx86: Define a region for device priv/plat data
2021-03-26 Simon Glassdm: doc: Add documentation for of-platdata-inst
2021-03-26 Simon Glassdm: doc: Tidy up of-platdata docs
2021-03-26 Simon Glassdm: core: Add warnings to private / platform setters
2021-03-26 Simon Glassdm: core: Use separate priv/plat data region
2021-03-26 Simon Glasssandbox: Define a region for device priv/plat data
2021-03-26 Simon Glassdm: core: Allow storing priv/plat data separately
2021-03-26 Simon Glassdm: core: Move flags to device-runtime info
2021-03-26 Simon Glassdm: core: Create a struct for device runtime info
2021-03-26 Simon Glassdm: core: Add an option to support SPL in read-only...
2021-03-26 Simon Glassazure/gitlab: Add tests for sandbox_noinst
2021-03-26 Simon Glasstest: Run sandbox_spl tests on sandbox_noinst
2021-03-26 Simon Glasssandbox: Create a new sandbox_noinst build
2021-03-26 Simon GlassRevert "sandbox: Disable I2C emulators in SPL"
2021-03-26 Simon Glasssandbox: i2c: Support i2c emulation with of-platdata
2021-03-26 Simon Glasssandbox_spl: Increase SPL malloc() size
2021-03-26 Simon Glassdm: Rename device_get_by_driver_info_idx()
2021-03-26 Simon Glasssandbox: i2c: Move platdata structs to header files
2021-03-26 Simon Glassdm: core: Drop uclass_find_device_by_phandle() with...
2021-03-26 Simon Glassdm: core: Drop device_get_by_driver_info()
2021-03-26 Simon Glassclk: sandbox: Create a special fixed-rate driver
2021-03-26 Simon Glassclk: fixed-rate: Export driver parts for OF_PLATDATA_INST
2021-03-26 Simon Glassclk: sandbox: Move priv/plat data to a header file
2021-03-26 Simon Glassdm: test: Avoid destroying uclasses with of-platdata...
2021-03-26 Simon Glassdm: core: Include dt-decl.h automatically
2021-03-26 Simon GlassMakefile: Remove old of-platdata files before regenerating
2021-03-26 Simon GlassMakefile: Use a variable for generated of-platdata...
2021-03-26 Simon Glassdtoc: Only generate the required files
2021-03-26 Simon GlassMakefile: Depend only on required of-platdata files
2021-03-26 Simon GlassMakefile: Avoid running dtoc every time
2021-03-26 Simon Glasslibfdt: Tidy up pylibfdt build rule
2021-03-22 Simon Glassdm: Add the new dtoc-generated files to the build
2021-03-22 Simon Glassdm: core: Skip adding uclasses with OF_PLATDATA_INST
2021-03-22 Simon Glassdm: core: Set up driver model for OF_PLATDATA_INST
2021-03-22 Simon Glassdm: core: Adjust uclass setup with of-platdata
2021-03-22 Simon Glassdm: core: Allow dropping run-time binding of devices
2021-03-22 Simon Glassdm: core: Add macros to access the new linker lists
2021-03-22 Simon Glasslinker_lists: Allow use in data structures
2021-03-22 Simon Glasssandbox: Drop debug message in os_spl_to_uboot()
2021-03-22 Simon Glassdtoc: Drop use of DECL() macros
2021-03-22 Dario Binacchibus: ti-sysc: change in a normal driver
2021-03-22 Simon Glassdtoc: Generate device instances
2021-03-22 Simon Glassdtoc: Generate uclass devices
2021-03-22 Simon Glassdtoc: Generate a summary in the dt-plat.c file
2021-03-22 Simon Glassdtoc: Tidy up the list of supported phandle properties
2021-03-22 Simon Glasssandbox: i2c: Rename driver names to work with of-platdata
2021-03-22 Simon Glasssandbox: Make sandbox,emul more conventional
2021-03-22 Simon Glassdtoc: Don't generate platform data with instantiation
2021-03-22 Simon Glassdtoc: Add support for decl file
2021-03-22 Simon Glassdm: of-platadata: Add option for device instantiation
2021-03-22 Simon Glassdtoc: Add an option for device instantiation
2021-03-22 Simon Glassdtoc: Support processing the root node
2021-03-22 Simon Glassdtoc: Set up the uclasses that are used
2021-03-22 Simon Glassdtoc: Assign a sequence number to each node
2021-03-22 Simon Glassdtoc: Detect drivers only at the start of start of...
2021-03-22 Simon Glassdtoc: Read aliases for uclasses
2021-03-22 Simon Glassdtoc: Warn of duplicate drivers
2021-03-22 Simon Glassdtoc: Process driver aliases along with drivers
2021-03-22 Simon Glassdtoc: Support headers needed for drivers
2021-03-22 Simon GlassMakefile: Pass the U-Boot phase to dtoc
2021-03-22 Simon Glassdtoc: Support tracking the phase of U-Boot
2021-03-22 Simon Glassdtoc: Track nodes which are actually used
2021-03-22 Simon Glassdtoc: Process nodes to set up required properties
2021-03-22 Simon Glassdtoc: Make use of node properties
2021-03-22 Simon Glassdtoc: Add some extra properties to nodes
2021-03-22 Simon Glassdtoc: Rename sandbox_i2c_test and sandbox_pmic_test
2021-03-22 Simon Glassdtoc: Move test files into a test/ directory
2021-03-22 Simon Glassdtoc: Support scanning of structs in header files
2021-03-22 Simon Glassdtoc: Support scanning of uclasses
2021-03-22 Simon Glassdtoc: Collect priv/plat struct info from drivers
2021-03-22 Simon Glassdtoc: Ignore unwanted files when scanning for drivers
2021-03-22 Simon Glassdtoc: Save scan information across test runs
2021-03-22 Simon Glassdtoc: Scan drivers for available information
2021-03-22 Heinrich Schuchardtsandbox: add FAT to the list of usable env drivers
2021-03-22 Heinrich Schuchardtdm: error handling dev_get_dma_range()
2021-03-22 Heinrich Schuchardtsandbox: enable cros-ec-keyb in test.dtb
2021-03-22 Nicolas Boichatpatman: Use less for help file, if available
2021-03-22 Bin Mengtest: print_ut: Fix potential build error
2021-03-22 Bin Mengtest: cmd: setexpr: Fix a typo
2021-03-22 Bin Mengmmc: pci: Fix Kconfig dependency
2021-03-22 Samuel Dionne... tools: fdtgrep: Use unsigned chars for arrays
2021-03-22 Heinrich Schuchardtsandbox: allow cross-compiling sandbox
2021-03-22 Simon Glasspatman: Quieten down the alias checking
2021-03-22 Simon Glasspatman: Update documentation to match new usage
2021-03-22 Simon Glassazure: Use --board flag with sandbox_spl
next