Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f7eed6bea259d72737d58322147b24255aca742c
f7eed6b
armv8: ls1043ardb_sdcard: prepare falcon boot
by York Sun
· 7 years ago
7110b33
armv8: ls1043ardb: Enable spl_board_init() function
by York Sun
· 7 years ago
ffea3e6
armv8: layerscape: Enable falcon boot
by York Sun
· 7 years ago
9a57729
armv8: ls1043ardb: Use static DDR setting for SPL boot
by York Sun
· 7 years ago
c9e3e04
armv8: fsl-layerscape: Avoid running dram_init_banksize again
by York Sun
· 7 years ago
baddaa8
cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not defined
by York Sun
· 7 years ago
a34ca5f
spl: fix assignment of board info to global data
by York Sun
· 7 years ago
33ba939
armv8: ls1088a: Update MC boot sequence
by Bogdan Purcareata
· 7 years ago
ed0deea
armv8: fsl-layerscape: Allocate Secure memory from first ddr region
by Sumit Garg
· 7 years ago
6ad3c1a
armv7: ls1021aiot: Move CONFIG_CMD_BOOTZ to Kconfig
by Fabio Estevam
· 7 years ago
ef27707
armv8: Apply workaround for USB erratum A-009007 to LS1088A
by Ran Wang
· 7 years ago
b91b5cf
armv8: ls1046aqds: Fix NAND offset for Fman ucode and env
by Gong Qianyu
· 7 years ago
075ce49
sandbox: Enable btrfs support
by Tom Rini
· 7 years ago
9740408
fs/btrfs: Fix warning in btrfs_check_super()
by Tom Rini
· 7 years ago
5136925
sandbox: Use asm-generic/io.h
by Paul Burton
· 7 years ago
a846d11
powerpc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
24ec63a
nios2: Use asm-generic/io.h
by Paul Burton
· 7 years ago
efd1c56
mips: Use asm-generic/io.h
by Paul Burton
· 7 years ago
8333ca4
xtensa: Use asm-generic/io.h
by Paul Burton
· 7 years ago
53eaabe
x86: Use asm-generic/io.h
by Paul Burton
· 7 years ago
89c26f7
sh: Use asm-generic/io.h
by Paul Burton
· 7 years ago
b037a5b
nds32: Use asm-generic/io.h
by Paul Burton
· 7 years ago
a974ec6
microblaze: Use asm-generic/io.h
by Paul Burton
· 7 years ago
c1b91e9
m68k: Use asm-generic/io.h
by Paul Burton
· 7 years ago
6261bd5
arm: Use asm-generic/io.h
by Paul Burton
· 7 years ago
1fdceda
arc: Use asm-generic/io.h
by Paul Burton
· 7 years ago
01b7a9b
Provide a generic io.h & address mapping functions
by Paul Burton
· 7 years ago
676d68b
mvebu: turris_omnia: Add CONFIG_CMD_BTRFS to defconfig
by Marek Behún
· 7 years ago
27cec79
cmd: Add the 'btrsubvol' command to list BTRFS subvolumes
by Marek Behún
· 7 years ago
98ec1d1
fs: btrfs: Add U-Boot fs handlers.
by Marek Behún
· 7 years ago
2938754
fs: btrfs: Add single-device read-only BTRFS implementation
by Marek Behún
· 7 years ago
7777b1a
fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions
by Marek Behún
· 7 years ago
4eff426
fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)
by Marek Behún
· 7 years ago
b9ce5f1
include: Add a variadic macro to call a callback for all arguments
by Marek Behún
· 7 years ago
45ebb95
fs: Create a common fs_devread for ext4/reiserfs/zfs
by Marek Behún
· 7 years ago
cdccc03
lib: Add CRC32-C
by Marek Behún
· 7 years ago
206500b
Prepare v2017.11-rc1
by Tom Rini
· 7 years ago
d859602
scripts: dtc: Add .gitignore
by Bin Meng
· 7 years ago
4647397
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
31cc0bd
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 7 years ago
a50bab3
usb: dwc3: add UniPhier specific glue layer
by Masahiro Yamada
· 7 years ago
77f871b
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
by Bin Meng
· 7 years ago
c03fb20
usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
by Bin Meng
· 7 years ago
7c3b76d
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
by Bin Meng
· 7 years ago
bdedd2a
usb: xhci: Program max burst size for endpoint
by Bin Meng
· 7 years ago
87033f0
usb: xhci: Honor endpoint's interval
by Bin Meng
· 7 years ago
026465b
usb: hub: Clear BH reset status change for a 3.0 hub
by Bin Meng
· 7 years ago
dff5c16
usb: hub: Clear port reset before usb_hub_port_connect_change()
by Bin Meng
· 7 years ago
7c92b77
usb: xhci: Fix max packet size for full speed device endpoint 0
by Bin Meng
· 7 years ago
d21e8ba
usb: Read device descriptor after device is addressed for xHCI
by Bin Meng
· 7 years ago
ae6d0cf
usb: Only get 64 bytes device descriptor for full speed devices
by Bin Meng
· 7 years ago
2bc748c
usb: xhci: Add interrupt transfer support
by Bin Meng
· 7 years ago
94e0e75
usb: Handle audio extension endpoint descriptor in usb_parse_config()
by Bin Meng
· 7 years ago
bb4b105
usb: xhci: Don't assume LS/FS devices are always behind a HS hub
by Bin Meng
· 7 years ago
b6189f2
test: dm: usb: Update test cases for USB
by Bin Meng
· 7 years ago
be0223e
dm: usb: emul: Drop usb_emul_reset()
by Bin Meng
· 7 years ago
dadc4c0
dm: usb: Remove no longer needed blk_unbind_all()
by Bin Meng
· 7 years ago
669ad84
dm: usb: Fix broken usb_stop()
by Bin Meng
· 7 years ago
83436d5
usb: emul: hub: Report the actual device speed of the emulation device
by Bin Meng
· 7 years ago
3b36376
usb: emul: Expose find_descriptor() as a public API
by Bin Meng
· 7 years ago
f196644
usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
by Bin Meng
· 7 years ago
33662d6
usb: sandbox: Initialize root hub's device speed to high speed
by Bin Meng
· 7 years ago
33fbdfd
usb: Fix comments of usb_emul_find_for_dev()
by Bin Meng
· 7 years ago
d502cf1
usb: emul: Remove maxpacketsize in usb_emul_setup_device()
by Bin Meng
· 7 years ago
df05b61
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· 7 years ago
c9e9029
rockchip: enable TPL_SYSRESET for all rockchip SoCs
by Kever Yang
· 7 years ago
536e4d3
rk3288: spl: Add dram_init_banksize
by Jagan Teki
· 7 years ago
070aba9
rockchip: defconfig: puma-rk3399: update for DM_REGULATOR support in SPL
by Philipp Tomsich
· 7 years ago
d52626c
power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig
by Philipp Tomsich
· 7 years ago
75fc208
rockchip: rk3399-puma: add boot-on regulator to override BIOS_DISABLE
by Philipp Tomsich
· 7 years ago
96351ff
rockchip: puma-rk3399: update board_init()
by Philipp Tomsich
· 7 years ago
c4e89b0
rockchip: dts: rk3399-puma: add 'same-as-spl' to the front of the boot-order
by Philipp Tomsich
· 7 years ago
425e717
rockchip: spl: rk3399: implement chip-specific board_spl_was_booted_from()
by Philipp Tomsich
· 7 years ago
ec83ff5
rockchip: spl: support a 'same-as-spl'-specifier in the spl-boot-order
by Philipp Tomsich
· 7 years ago
1c4f63a
rockchip: spl: add documentation for spl_node_to_boot_device()
by Philipp Tomsich
· 7 years ago
1cd4e12
rockchip: bootrom: add definitions to retrieve BROM boot-source
by Philipp Tomsich
· 7 years ago
3df6626
rockchip: rk3399: make spl_board_init board-specific
by Philipp Tomsich
· 7 years ago
3cccd82
evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
by Heinrich Schuchardt
· 7 years ago
10a4954
rockchip: rk322x: update the sysreg number for boot mode
by Kever Yang
· 7 years ago
18220f1
rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
by Elaine Zhang
· 7 years ago
4f53f5f
configs: rk3328: add support for pmic rk8xx and regulator and i2c driver
by Elaine Zhang
· 7 years ago
cd999d3
rockchip: i2c: rk3328: support i2c for rk3328 SoC
by Elaine Zhang
· 7 years ago
9a40225
rockchip: pinctrl: rk3368: add pinctrl for SDMMC0
by Philipp Tomsich
· 7 years ago
e619016
rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
by Philipp Tomsich
· 7 years ago
9901663
rk3288: vyasa: Add falcon mode support
by Jagan Teki
· 7 years ago
387fd4b
rk3288: vyasa: Add TPL support
by Jagan Teki
· 7 years ago
b0f5295
armv7: rk3288: Move configure_l2ctlr to common
by Jagan Teki
· 7 years ago
71d71fe
armv7: Move L2CTLR read/write to common
by Jagan Teki
· 7 years ago
180fded
rockchip: rk322x: fix pd_bus hclk/pclk
by Kever Yang
· 7 years ago
04a6c3f
rockchip: mkimage: add support for rk3128 soc
by Kever Yang
· 7 years ago
7f39e02
rockchip: rk3036: fix grf macro define
by Kever Yang
· 7 years ago
b8e0545
rockchip: clk: fix typo in rk322x clock driver
by Kever Yang
· 7 years ago
7e00d86
rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM
by Philipp Tomsich
· 7 years ago
d6372fb
rockchip: lion-rk3368: defconfig: remove duplicate CONFIG_ENV_IS_IN_MMC
by Philipp Tomsich
· 7 years ago
87e0c06
rockchip: rk3188: ram: add support for 16bit row address
by Kever Yang
· 7 years ago
1e43ab9
rockchip: dts: rk3229: remove dram channel info
by Kever Yang
· 7 years ago
1a94b9e
rockchip: rk322x: add sdram driver
by Kever Yang
· 7 years ago
fc904e6
rockchip: rk3328: move sdram driver to driver/ram
by Kever Yang
· 7 years ago
26fb1f1
rockchip: rk3288: move sdram driver to driver/ram
by Kever Yang
· 7 years ago
742c7bd
rockchip: rk3188: move sdram driver to driver/ram
by Kever Yang
· 7 years ago
Next »