Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
cbd2fba1eca11300649052e289685e7404e0b81c
cbd2fba
arm: MediaTek: add basic support for MT7629 boards
by Ryder Lee
· 6 years ago
d84982d
arm: dts: MediaTek: add device tree for MT7623
by Ryder Lee
· 6 years ago
376ac00
arm: dts: MediaTek: add device tree for MT7629
by Ryder Lee
· 6 years ago
3b975a1
tools: MediaTek: add MTK boot header generation to mkimage
by Ryder Lee
· 6 years ago
67cf22c
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
5d5833a
Merge branch '2018-11-26-master-imports'
by Tom Rini
· 6 years ago
70c44f1
ARM: chiliboard: remove dead !CONFIG_DM_SERIAL code
by Marcin Niestroj
· 6 years ago
f1bca34
ARM: chiliboard: move towards driver model and device-tree boot
by Marcin Niestroj
· 6 years ago
627d74c
ARM: dts: am335x-chiliboard: add /chosen/stdout-path
by Marcin Niestroj
· 6 years ago
e067379
ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS files
by Marcin Niestroj
· 6 years ago
4656ce2
configs: Remove CONFIG_MARVELL
by Chris Packham
· 6 years ago
58fcca0
ARM: vexpress_*_defconfig: Enable CMD_UBI support
by Otavio Salvador
· 6 years ago
37ff057
board: da8xxevm: Fix Environmental CRC error
by Adam Ford
· 6 years ago
a0106c8
ARM: armv7: Add early stack for erratum workarounds
by Andrew F. Davis
· 6 years ago
958d46b
tools/file2include: don't use malloc.h for malloc
by Jonathan Gray
· 6 years ago
1e4fb78
arm: ti: boot: Fix U-Boot environment partition address
by Sam Protsenko
· 6 years ago
ccdb7c2
armv7r: K3: Allow SPL to run only on core 0
by Lokesh Vutla
· 6 years ago
f7bb20a
add default-option to bootmenu
by Frank Wunderlich
· 6 years ago
430c166
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
c06088b
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
ef0b75d
Merge git://git.denx.de/u-boot-riscv
by Tom Rini
· 6 years ago
1af9bfd
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
by Sven Schwermer
· 6 years ago
fd09c20
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
ab58170
usb: Remove CMD_USB dependency for common code
by Sven Schwermer
· 6 years ago
2a03114
usb: am335x_evm: Disable CONFIG_SPL_DM_USB
by Sven Schwermer
· 6 years ago
41a25f4
usb: Introduce CONFIG_SPL_DM_USB
by Sven Schwermer
· 6 years ago
6b21502
Merge branch '2018-11-25-master-imports'
by Tom Rini
· 6 years ago
b0edea3
spl: Add support for passing handoff info to U-Boot proper
by Simon Glass
· 6 years ago
27028f1
sandbox: Boot in U-Boot through the standard call
by Simon Glass
· 6 years ago
65f3b1f
sandbox: Filter arguments when starting U-Boot
by Simon Glass
· 6 years ago
fc1f58a
sandbox: Use malloc() and free() from os layer
by Simon Glass
· 6 years ago
7b5ea14
sandbox: Refactor code to create os_jump_to_file()
by Simon Glass
· 6 years ago
36bcea6
sandbox: Allow puts() output before global_data is set up
by Simon Glass
· 6 years ago
d66ddaf
sandbox: Add a new 'sb' command
by Simon Glass
· 6 years ago
6d07d63
sandbox: Drop the deprecated 'sb' command
by Simon Glass
· 6 years ago
1ca910b
sandbox: Add an option to display of-platdata in SPL
by Simon Glass
· 6 years ago
20d4440
test/py: Add a way to pass flags to sandbox
by Simon Glass
· 6 years ago
9946d55
sandbox: Add a memory map to the sandbox README
by Simon Glass
· 6 years ago
c21f407
spl: Add a comment to spl_set_bd()
by Simon Glass
· 6 years ago
aedc08b
spl: Make SPL_DISABLE_BANNER_PRINT a positive option
by Simon Glass
· 6 years ago
d633006
spl: Add a define for SPL_TPL_PROMPT
by Simon Glass
· 6 years ago
2d424eb
spl: Support hash, input, pch, pci, rtc, tpm in SPL
by Simon Glass
· 6 years ago
cff8870
Add bloblist documentation
by Simon Glass
· 6 years ago
919e7a8
test: Add a simple test for bloblist
by Simon Glass
· 6 years ago
f0293d3
bloblist: Locate bloblist in U-Boot
by Simon Glass
· 6 years ago
e945a72
spl: Set up the bloblist in SPL
by Simon Glass
· 6 years ago
9f407d4
Add core support for a bloblist to convey data from SPL
by Simon Glass
· 6 years ago
4d8d305
spl: Add support for logging in SPL and TPL
by Simon Glass
· 6 years ago
734e207
fs-test.sh: Update to use 'host' not 'sb'
by Tom Rini
· 6 years ago
52923c6
riscv: cache: Implement i/dcache [status, enable, disable]
by Rick Chen
· 6 years ago
bae2d72
riscv: dts: Add ae350_32.dts for RV32I
by Rick Chen
· 6 years ago
f810b0a
configs: ax25-ae350: Separate ax25-ae350 for RV32/64I.
by Rick Chen
· 6 years ago
7424e95
riscv: dts: Sync to Linux Kernel ae350 dts.
by Rick Chen
· 6 years ago
897206c
riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL
by Lukas Auer
· 6 years ago
66ffe57
riscv: qemu: detect and boot the kernel passed by QEMU
by Lukas Auer
· 6 years ago
afb3012
dm: core: add missing prototype for ofnode_read_u64
by Lukas Auer
· 6 years ago
111ab36
riscv: qemu: enable distro boot
by Lukas Auer
· 6 years ago
a8da9ff
distro_bootcmd: add VirtIO distro boot command
by Lukas Auer
· 6 years ago
c3b1a99
riscv: align bootm implementation with that of other architectures
by Lukas Auer
· 6 years ago
52b9843
riscv: qemu: support booting Linux
by Lukas Auer
· 6 years ago
6e10e94
riscv: qemu: use device tree passed by prior boot stage
by Lukas Auer
· 6 years ago
5d8b2e7
riscv: save hart ID and device tree passed by prior boot stage
by Lukas Auer
· 6 years ago
31f9058
riscv: do not blindly modify the mstatus CSR
by Lukas Auer
· 6 years ago
8bfa231
riscv: remove unused labels in start.S
by Lukas Auer
· 6 years ago
c95cafd
Drop CONFIG_INIT_CRITICAL
by Bin Meng
· 6 years ago
2a23ac6
riscv: align mtvec on a 4-byte boundary
by Lukas Auer
· 6 years ago
c55309c
riscv: fix inconsistent use of spaces and tabs in start.S
by Lukas Auer
· 6 years ago
62a09ad
riscv: implement the invalidate_icache_* functions
by Lukas Auer
· 6 years ago
c93a1c8
riscv: hang on unhandled exceptions
by Lukas Auer
· 6 years ago
e8b522b
riscv: treat undefined exception codes as reserved
by Lukas Auer
· 6 years ago
5a44173
riscv: complete the list of exception codes
by Lukas Auer
· 6 years ago
f105d2e
riscv: do not reimplement generic io functions
by Lukas Auer
· 6 years ago
fc8c76f
riscv: make use of the barrier functions from Linux
by Lukas Auer
· 6 years ago
b2c860c
riscv: fix use of incorrectly sized variables
by Lukas Auer
· 6 years ago
776e633
riscv: enable -fdata-sections
by Lukas Auer
· 6 years ago
0c07484
riscv: set -march and -mabi based on the Kconfig configuration
by Lukas Auer
· 6 years ago
d57ffa6
riscv: add Kconfig entries for the C and A ISA extensions
by Lukas Auer
· 6 years ago
7115856
riscv: select CONFIG_PHYS_64BIT on RV64I systems
by Lukas Auer
· 6 years ago
862e2e7
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
by Lukas Auer
· 6 years ago
17f2ffe
dts: riscv: update makefile to also clean the RISC-V dts directory
by Lukas Auer
· 6 years ago
07c098b
tools: .gitignore: add prelink-riscv
by Lukas Auer
· 6 years ago
5830791
Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
9b16ede
sun8i_emac: add support for setting EMAC TX/RX delay
by Icenowy Zheng
· 6 years ago
aa09a07
sunxi: Fix memory 2-rank initialization for a33 cpu
by Michael Trimarchi
· 6 years ago
0e21a2f
sunxi-mmc: use new mode on both controllers on A64
by Vasily Khoruzhick
· 6 years ago
629d267
sunxi-mmc: don't double clock for new mode unconditionally
by Vasily Khoruzhick
· 6 years ago
2a8882e
sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option
by Vasily Khoruzhick
· 6 years ago
a58986c
sf: Add a method to obtain the block-protect setting
by Simon Glass
· 6 years ago
f9d49f9
test: sf: Add a simple SPI flash test
by Simon Glass
· 6 years ago
8729b1a
misc: Update read() and write() methods to return bytes xfered
by Simon Glass
· 6 years ago
96794a3
string: Include the config header
by Simon Glass
· 6 years ago
b9f210a
video: Update video_set_default_colors() to support invert
by Simon Glass
· 6 years ago
4b6dbaa
binman: Set the pathname correctly for ELF files
by Simon Glass
· 6 years ago
26cc8fc
binman: Drop an unnecessary comma in blob handling
by Simon Glass
· 6 years ago
a3c0055
binman: Add a way to enable debugging from the build
by Simon Glass
· 6 years ago
048c6e8
spl: lz4: Allow use of lz4 compression in SPL
by Simon Glass
· 6 years ago
c0126bd
spl: Support bootstage, log, hash and early malloc in TPL
by Simon Glass
· 6 years ago
4a5b5e1
sandbox: Update some drivers to work in SPL/TPL
by Simon Glass
· 6 years ago
a2a63a3
sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()
by Simon Glass
· 6 years ago
566bf3a
sandbox: Add a function to read a host file
by Simon Glass
· 6 years ago
Next »