index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-05
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
Simon Glass
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
Makefile: Invoke dtoc only once
Simon Glass
2021-01-05
dtoc: Add an 'all' command
Simon Glass
2021-01-05
dtoc: Allow outputing to multiple files
Simon Glass
2021-01-05
dtoc: Allow providing a directory to write files to
Simon Glass
2021-01-05
dtoc: Test the stdout output
Simon Glass
2021-01-05
dtoc: Use None to mean stdout
Simon Glass
2021-01-05
dtoc: Tidy up pylint warnings in test
Simon Glass
2021-01-05
dm: core: Add logging when lists_bind_fdt() fails
Simon Glass
2021-01-05
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
dm: core: Split out scanning code to dm_scan()
Simon Glass
2021-01-05
dm: core: Rename device node to indicate it is private
Simon Glass
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
dm: core: Rename device flags to indicate it is private
Simon Glass
2021-01-05
dm: core: Access device flags through functions
Simon Glass
2021-01-05
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
dm: core: Split out alloc code into a new function
Simon Glass
2021-01-05
x86: Drop rtc from SPL
Simon Glass
2021-01-05
x86: coral: Remove unwanted nodes from SPL/TPL
Simon Glass
2021-01-05
x86: apl: Adjust how the UART gets its platform data
Simon Glass
2021-01-05
x86: sysreset: Move priv/plat structs to headers
Simon Glass
2021-01-05
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
2021-01-05
x86: apl: Use struct spi_nor instead of struct spi_flash
Simon Glass
2021-01-05
spi: Tweak a few strange SPI NOR features for of-platdata
Simon Glass
2021-01-05
spi: Tidy up get/set of device node
Simon Glass
2021-01-05
x86: spl: Move priv/plat structs to headers
Simon Glass
2021-01-05
x86: Move priv/plat structs for intel_common to headers
Simon Glass
2021-01-05
x86: apl: Move priv/plat structs to headers
Simon Glass
2021-01-05
sandbox: Update dts files to reduce SPL size
Simon Glass
2021-01-05
sandbox: Add a compatible string for spltest
Simon Glass
2021-01-05
sandbox: i2c: Move priv into a header file
Simon Glass
2021-01-05
sandbox: serial: Move priv into a header file
Simon Glass
2021-01-05
sandbox: remove ram buffer file when U-Boot is loaded by SPL
Patrick Delaunay
2021-01-05
x86: Fix header guard in asm/pmu.h
Simon Glass
2021-01-05
x86: tpl: Remove unwanted devicetree string
Simon Glass
2021-01-05
x86: pinctrl: Drop unlikely error messages from TPL
Simon Glass
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
2021-01-05
x86: apl: Update hostbridge to remove unwanted TPL code
Simon Glass
2021-01-05
x86: coral: Move fsp-m settings to a subnode
Simon Glass
2021-01-05
x86: Move call64 into its own section
Simon Glass
2021-01-05
x86: apl: Use const for driver operations
Simon Glass
2021-01-05
dtoc: Convert _drivers to a dict
Simon Glass
2021-01-05
dtoc: Output the struct values in a separate function
Simon Glass
2021-01-05
dtoc: Output the device in a separate function
Simon Glass
2021-01-05
dtoc: Make _output_list a top-level function
Simon Glass
2021-01-05
dtoc: Fix a few pylint warnings in dtb_platdata
Simon Glass
2021-01-05
test: Move some test drivers into their own file
Simon Glass
[next]