Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2ea8d5e918842992fe654dfc8bd614917756daf9
2ea8d5e
rockchip: rk3288-veyron: Migrate "u-boot, boot0" to "u-boot, spl-boot-order"
by Kever Yang
· 5 years ago
88a9738
rockchip: phycore: remove no use "u-boot, boot0" in dts
by Kever Yang
· 5 years ago
aa67deb
rockchip: rk3288: Migrate to use common spl board file
by Kever Yang
· 5 years ago
66dd594
rockchip: rk3288: move dram_init_banksize() into soc file
by Kever Yang
· 5 years ago
b9c8354
rockchip: rk3288-phycore: move phycore_init() to its own board file
by Kever Yang
· 5 years ago
ca09f9a
rockchip: rk3288: move setup_led() to firefly-rk3288
by Kever Yang
· 5 years ago
f3b2dba
rockchip: rk3288: show SPL BANNER earlier in board_init_f()
by Kever Yang
· 5 years ago
0482bba
rockchip: fit_spl_optee: rockchip: fix warning unit_address_vs_reg
by Kever Yang
· 5 years ago
b7250eb
rockchip: rk322x: add boot_devices mapping to support 'same-as-spl'
by Kever Yang
· 5 years ago
d877fd2
rockchip: rk322x: migrate to use common spl board file
by Kever Yang
· 5 years ago
4024492
rockchip: rk322x: introduce arch_cpu_init() for SoC setting init
by Kever Yang
· 5 years ago
3bd9040
rockchip: rk3188: migrate to use common spl board file
by Kever Yang
· 5 years ago
60b270e
rockchip: rk3188: add boot_devices mapping to support 'same-as-spl'
by Kever Yang
· 5 years ago
96bf25a
rockchip: rk3188: move spl_board_init() into rk3188.c
by Kever Yang
· 5 years ago
bd8532e
rockchip: Migrate to use BOOTROM_SUPPORT driver
by Kever Yang
· 5 years ago
8fd6019
rockchip: rk3188: move usb uart init into arch_cpu_init()
by Kever Yang
· 5 years ago
b4be5ca
rockchip: rk3188: init CPU freq in clock driver
by Kever Yang
· 5 years ago
1d7cc72a
rockchip: add common spl board file
by Kever Yang
· 5 years ago
3ef783e
rockchip: declear boot_devices in bootrom.h
by Kever Yang
· 5 years ago
dc6a461
rockchip: intruduce common BROM_BOOTSOURCE_ID_ADDR
by Kever Yang
· 5 years ago
af37632
rockchip: add CONFIG_IRAM_BASE for all SoCs
by Kever Yang
· 5 years ago
50a03cd
rockchip: remove redundant CONFIG_SYS_NS16550_MEM32
by Kever Yang
· 5 years ago
7b18385
include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB
by Shyam Saini
· 6 years ago
88b4022
gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tag
by Tom Rini
· 5 years ago
83ae4f6
gitlab-ci: Add pyelftools to the binman testsuite section
by Tom Rini
· 5 years ago
0accd0d
Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
63a3467
dm: device: make power domain calls optional
by Anatolij Gustschin
· 5 years ago
752db5b
buildman: fix invocation examples typos
by Baruch Siach
· 5 years ago
3d23abd
clk: initialize clk->data when using default xlate
by Sekhar Nori
· 5 years ago
d89bb86
dm: uclass: fix comment copy/paste error
by Baruch Siach
· 5 years ago
22203f5
common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()
by Marek Vasut
· 5 years ago
4cf914d
dm: Fix parameter description of dev_read_name()
by Bin Meng
· 5 years ago
a9274aa
dm: core: Set correct "status" value for a node
by Bin Meng
· 5 years ago
513cf40
dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
by Bin Meng
· 5 years ago
fe5eb09
dm: timer: Skip device that does not have a valid ofnode in pre_probe()
by Bin Meng
· 5 years ago
b1dd47c
fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found
by Masahiro Yamada
· 5 years ago
52d0621
binman: Add a test for nested and aligned sections
by Simon Glass
· 5 years ago
980a284
binman: Add an 'extract' command
by Simon Glass
· 5 years ago
e1b605d
binman: Support reading from CBFS entries
by Simon Glass
· 5 years ago
4c613bf
binman: Allow reading an entry from an image
by Simon Glass
· 5 years ago
233a26a9
binman: Allow for logging information to be displayed
by Simon Glass
· 5 years ago
b2fd11d
binman: Support listing an image
by Simon Glass
· 5 years ago
39dd215
binman: Convert Image to a subclass of Entry
by Simon Glass
· 5 years ago
b8424fa
binman: Support reading an image into an Image object
by Simon Glass
· 5 years ago
ed39a3c
binman: Support locating an image header
by Simon Glass
· 5 years ago
8d8bf4e
binman: Support locating an FDT map
by Simon Glass
· 5 years ago
6b156f8
binman: Allow listing the entries in an image
by Simon Glass
· 5 years ago
3c9b4f2
binman: Detect bad CBFS file types
by Simon Glass
· 5 years ago
151bbbf
binman: Support FDT update for CBFS
by Simon Glass
· 5 years ago
4f37433
binman: Use the cbfs memlen field only for uncompressed length
by Simon Glass
· 5 years ago
3170e54
binman: Provide the actual data address for cbfs files
by Simon Glass
· 5 years ago
90d2968
binman: Allow device-tree entries to be compressed
by Simon Glass
· 5 years ago
e61b6f6
binman: Allow entries to expand after packing
by Simon Glass
· 5 years ago
cbc80e8
binman: Add a control for post-pack entry expansion
by Simon Glass
· 5 years ago
ec84985
binman: Add a return value to ProcessContentsUpdate()
by Simon Glass
· 5 years ago
a40f30c
binman: Call ProcessUpdateContents() consistently
by Simon Glass
· 5 years ago
d17dfea
binman: Fix up ProcessUpdateContents error and comments
by Simon Glass
· 5 years ago
0baeab7
binman: Allow easy importing of entry modules
by Simon Glass
· 5 years ago
7550293
binman: Drop an unused arg in Entry.Lookup()
by Simon Glass
· 5 years ago
aa2fcf9
binman: Move compression into the Entry base class
by Simon Glass
· 5 years ago
f46732a
binman: Convert to use ArgumentParser
by Simon Glass
· 5 years ago
cec34ba
binman: Add an image header
by Simon Glass
· 5 years ago
0f62133
binman: Add an FDT map
by Simon Glass
· 5 years ago
5b4bce3
binman: Add a convenience functions for real-DTB tests
by Simon Glass
· 5 years ago
43062bc
binman: Update help for new features
by Simon Glass
· 5 years ago
a9408f8
binman: Update future features
by Simon Glass
· 5 years ago
97011e1
binman: Simplify the entry test
by Simon Glass
· 5 years ago
c2f1aed
binman: Add support for fixed-offset files in CBFS
by Simon Glass
· 5 years ago
a61e6fe
binman: Pad empty areas of the CBFS with files
by Simon Glass
· 5 years ago
759af87
binman: Add support for Intel IFWI entries
by Simon Glass
· 5 years ago
1de3448
binman: Add support for CBFS entries
by Simon Glass
· 5 years ago
96a6296
binman: Add a utility library for coreboot CBFS
by Simon Glass
· 5 years ago
578d53e
patman: Add a function to write ifwitool
by Simon Glass
· 5 years ago
cebfab2
binman: Pass the toolpath to tests
by Simon Glass
· 5 years ago
ac754ca
Merge branch '2019-07-24-master-imports'
by Tom Rini
· 5 years ago
9c59d86
psci: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
9bee9e5
distro_bootcmd: refactor virtio to support PCI block devices
by David Abdurachmanov
· 5 years ago
9a53cbf
remoteproc: Fix potential build issues with SPL remoteproc
by Suman Anna
· 5 years ago
6afbde4
doc: fitImage: Cosmetics break lines
by Mickaël Tansorier
· 5 years ago
b3c15b0
doc: fitImage: Fix conf number incrementation
by Mickaël Tansorier
· 5 years ago
91bcc22
doc: Add the U-Boot logo to the html doc
by Bin Meng
· 5 years ago
9c93a30
doc: Add .gitignore for the Sphinx build output directory
by Bin Meng
· 5 years ago
c9eff6a
spl: sata: support U-Boot load from raw sata disk
by Baruch Siach
· 5 years ago
14864d6
scripts/kernel-doc: fix parsing of function pointers
by Heinrich Schuchardt
· 5 years ago
2b0a6ea
scripts/kernel-doc: update script from Linux 5.2
by Heinrich Schuchardt
· 5 years ago
96a156f
doc: Cope with Sphinx logging deprecations
by Jonathan Corbet
· 5 years ago
0655b26
env: am57xx: Implement A/B boot process
by Ruslan Trofymenko
· 5 years ago
68ff769
doc: android: Add simple guide for A/B updates
by Ruslan Trofymenko
· 5 years ago
ec264b4
test/py: Add base test case for A/B updates
by Ruslan Trofymenko
· 5 years ago
a24f9b4
cmd: Add 'ab_select' command
by Ruslan Trofymenko
· 5 years ago
3b7dc91
common: Implement A/B metadata
by Ruslan Trofymenko
· 5 years ago
5e171ef
disk: part: Extend API to get partition info
by Ruslan Trofymenko
· 5 years ago
cb10fc9
cmd: bcb: Apply non-functional refinements
by Eugeniu Rosca
· 5 years ago
9bb6283
cmd: bcb: Use strcmp() instead of strncmp() for string literals
by Eugeniu Rosca
· 5 years ago
2b921bb
cmd: bcb: Fix duplicated handling in two case-branches
by Eugeniu Rosca
· 5 years ago
c37e68f
treewide: Fix stale references of Android docs
by Eugeniu Rosca
· 5 years ago
7326858
image: android: allow to wrap uImage into the Android boot image
by Roman Stratiienko
· 5 years ago
9686a93
menu: don't bother going interactive with just one menu item
by Leon Yu
· 5 years ago
db9bd636
cmd: part: Add 'number' sub-command
by Ruslan Trofymenko
· 5 years ago
9611d14
Merge branch '2019-07-24-doc-html-cleanup'
by Tom Rini
· 5 years ago
Next »