Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7bf9972643cda406b2ba13f418d535d500d53628
« Previous
15d61d0
dm: Fix parameter description of dev_read_name()
by Bin Meng
· 5 years ago
1635121
dm: core: Set correct "status" value for a node
by Bin Meng
· 5 years ago
a1f99e4
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
by Bin Meng
· 5 years ago
7efb4a6
dm: timer: Skip device that does not have a valid ofnode in pre_probe()
by Bin Meng
· 5 years ago
e3665ba
fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found
by Masahiro Yamada
· 5 years ago
e2705fa
binman: Add a test for nested and aligned sections
by Simon Glass
· 5 years ago
71ce0ba
binman: Add an 'extract' command
by Simon Glass
· 5 years ago
3a9c252
binman: Support reading from CBFS entries
by Simon Glass
· 5 years ago
f667e45
binman: Allow reading an entry from an image
by Simon Glass
· 5 years ago
eea264e
binman: Allow for logging information to be displayed
by Simon Glass
· 5 years ago
61f564d
binman: Support listing an image
by Simon Glass
· 5 years ago
8beb11e
binman: Convert Image to a subclass of Entry
by Simon Glass
· 5 years ago
ffded75
binman: Support reading an image into an Image object
by Simon Glass
· 5 years ago
2d26003
binman: Support locating an image header
by Simon Glass
· 5 years ago
e1925fa
binman: Support locating an FDT map
by Simon Glass
· 5 years ago
41b8ba0
binman: Allow listing the entries in an image
by Simon Glass
· 5 years ago
8a1ad06
binman: Detect bad CBFS file types
by Simon Glass
· 5 years ago
69f7cb3
binman: Support FDT update for CBFS
by Simon Glass
· 5 years ago
52107ee
binman: Use the cbfs memlen field only for uncompressed length
by Simon Glass
· 5 years ago
1223db0
binman: Provide the actual data address for cbfs files
by Simon Glass
· 5 years ago
6c223fd
binman: Allow device-tree entries to be compressed
by Simon Glass
· 5 years ago
c52c9e7
binman: Allow entries to expand after packing
by Simon Glass
· 5 years ago
bf6906b
binman: Add a control for post-pack entry expansion
by Simon Glass
· 5 years ago
a0dcaf2
binman: Add a return value to ProcessContentsUpdate()
by Simon Glass
· 5 years ago
7f9e00a
binman: Call ProcessUpdateContents() consistently
by Simon Glass
· 5 years ago
5b463fc
binman: Fix up ProcessUpdateContents error and comments
by Simon Glass
· 5 years ago
e430440
binman: Allow easy importing of entry modules
by Simon Glass
· 5 years ago
c073ced
binman: Drop an unused arg in Entry.Lookup()
by Simon Glass
· 5 years ago
8287ee8
binman: Move compression into the Entry base class
by Simon Glass
· 5 years ago
53cd5d9
binman: Convert to use ArgumentParser
by Simon Glass
· 5 years ago
cf22894
binman: Add an image header
by Simon Glass
· 5 years ago
086cec9
binman: Add an FDT map
by Simon Glass
· 5 years ago
3c08131
binman: Add a convenience functions for real-DTB tests
by Simon Glass
· 5 years ago
5746018
binman: Update help for new features
by Simon Glass
· 5 years ago
488b225
binman: Update future features
by Simon Glass
· 5 years ago
e90fe1b
binman: Simplify the entry test
by Simon Glass
· 5 years ago
e073d4e
binman: Add support for fixed-offset files in CBFS
by Simon Glass
· 5 years ago
7c173ce
binman: Pad empty areas of the CBFS with files
by Simon Glass
· 5 years ago
c5ac138
binman: Add support for Intel IFWI entries
by Simon Glass
· 5 years ago
ac62fba
binman: Add support for CBFS entries
by Simon Glass
· 5 years ago
4997a7e
binman: Add a utility library for coreboot CBFS
by Simon Glass
· 5 years ago
1cfdfc0
patman: Add a function to write ifwitool
by Simon Glass
· 5 years ago
8acce60
binman: Pass the toolpath to tests
by Simon Glass
· 5 years ago
a9aa4c5
Merge branch '2019-07-24-master-imports'
by Tom Rini
· 5 years ago
e21e3ff
psci: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
f0ebcf8
distro_bootcmd: refactor virtio to support PCI block devices
by David Abdurachmanov
· 5 years ago
26557d1
remoteproc: Fix potential build issues with SPL remoteproc
by Suman Anna
· 5 years ago
57a5112
doc: fitImage: Cosmetics break lines
by Mickaël Tansorier
· 5 years ago
15958c7
doc: fitImage: Fix conf number incrementation
by Mickaël Tansorier
· 5 years ago
e766b2e
doc: Add the U-Boot logo to the html doc
by Bin Meng
· 5 years ago
98c0d49
doc: Add .gitignore for the Sphinx build output directory
by Bin Meng
· 5 years ago
60ca969
spl: sata: support U-Boot load from raw sata disk
by Baruch Siach
· 5 years ago
146ce64
scripts/kernel-doc: fix parsing of function pointers
by Heinrich Schuchardt
· 5 years ago
b7ab098
scripts/kernel-doc: update script from Linux 5.2
by Heinrich Schuchardt
· 5 years ago
61779ce
doc: Cope with Sphinx logging deprecations
by Jonathan Corbet
· 5 years ago
edd3108
env: am57xx: Implement A/B boot process
by Ruslan Trofymenko
· 5 years ago
ae954ba
doc: android: Add simple guide for A/B updates
by Ruslan Trofymenko
· 5 years ago
31a3879
test/py: Add base test case for A/B updates
by Ruslan Trofymenko
· 5 years ago
17030c7
cmd: Add 'ab_select' command
by Ruslan Trofymenko
· 5 years ago
d65e8da
common: Implement A/B metadata
by Ruslan Trofymenko
· 5 years ago
6eccd1f
disk: part: Extend API to get partition info
by Ruslan Trofymenko
· 5 years ago
37f1811
cmd: bcb: Apply non-functional refinements
by Eugeniu Rosca
· 5 years ago
739168c
cmd: bcb: Use strcmp() instead of strncmp() for string literals
by Eugeniu Rosca
· 5 years ago
e47b73b
cmd: bcb: Fix duplicated handling in two case-branches
by Eugeniu Rosca
· 5 years ago
cef4de8
treewide: Fix stale references of Android docs
by Eugeniu Rosca
· 5 years ago
39f790b
image: android: allow to wrap uImage into the Android boot image
by Roman Stratiienko
· 5 years ago
dfaad82
menu: don't bother going interactive with just one menu item
by Leon Yu
· 5 years ago
be68375
cmd: part: Add 'number' sub-command
by Ruslan Trofymenko
· 5 years ago
ef78325
Merge branch '2019-07-24-doc-html-cleanup'
by Tom Rini
· 5 years ago
0694dd8
doc: Remove README.blackfin
by Bin Meng
· 5 years ago
e1c1364
doc: arch: Convert README.xtensa to reST
by Bin Meng
· 5 years ago
49116e6
doc: arch: Convert README.sandbox to reST
by Bin Meng
· 5 years ago
f25c369
doc: arch: Convert README.sh to reST
by Bin Meng
· 5 years ago
86f60a4
doc: arch: Convert README.m68k to reST
by Bin Meng
· 5 years ago
3e12f7f
doc: arch: Convert README.ARC to reST
by Bin Meng
· 5 years ago
862f992
doc: arch: Convert README.nios2 to reST
by Bin Meng
· 5 years ago
16b390a
doc: arch: Convert README.NDS32 to reST
by Bin Meng
· 5 years ago
76e4b3b
doc: arch: Convert README.arm64 to reST
by Bin Meng
· 5 years ago
a70e2ac
doc: arch: Convert README.x86 to reST
by Bin Meng
· 5 years ago
e3b800a
doc: board: Convert README.zynq to reST
by Bin Meng
· 5 years ago
3ce0b21
doc: board: Convert README.b4860qds to reST
by Bin Meng
· 5 years ago
edacde6
doc: board: Convert README.at91 to reST
by Bin Meng
· 5 years ago
d958ce3
doc: board: Convert README.sh7753evb to reST
by Bin Meng
· 5 years ago
d25afed
doc: board: Convert README.sh7752evb to reST
by Bin Meng
· 5 years ago
a719a62
doc: board: Convert README.sifive-fu540 to reST
by Bin Meng
· 5 years ago
39344b2
doc: board: Convert README.ag101p to reST
by Bin Meng
· 5 years ago
48963f2
doc: board: Add AndesTech ax25-ae350 board doc
by Bin Meng
· 5 years ago
93ca4bc
doc: board: Convert README.qemu-mips to reST
by Bin Meng
· 5 years ago
40046df
doc: board: Convert README.qemu-riscv to reST
by Bin Meng
· 5 years ago
c586ff0
doc: board: Convert README.qemu-arm to reST
by Bin Meng
· 5 years ago
7a0c834
doc: board: Add QEMU x86 board doc
by Bin Meng
· 5 years ago
a856e93
doc: board: Add coreboot board doc
by Bin Meng
· 5 years ago
bd0d9d3
doc: board: Add Google Chromebook Samus board doc
by Bin Meng
· 5 years ago
c9bfc02
doc: board: Add Google Chromebook Link board doc
by Bin Meng
· 5 years ago
f0312ae
doc: board: Add Intel Galileo board doc
by Bin Meng
· 5 years ago
225b87c
doc: board: Add Intel Edison board doc
by Bin Meng
· 5 years ago
87fdda6
doc: board: Add Intel Cougar Canyon 2 board doc
by Bin Meng
· 5 years ago
5656d04
doc: board: Add Intel Cherry Hill board doc
by Bin Meng
· 5 years ago
14afa22
doc: board: Add Intel Bay Trail based board docs
by Bin Meng
· 5 years ago
9dc054b
doc: board: Add Intel Crown Bay board doc
by Bin Meng
· 5 years ago
Next »