Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
90f437f02c3de4c8e967988cce4204655739bad7
90f437f
dm: Update on current serial driver status
by Simon Glass
· 9 years ago
b5f88e8
dm: pxa: serial: Drop serial_sa1100 serial driver
by Simon Glass
· 9 years ago
e62df99
dm: serial: Drop serial_max3100 serial driver
by Simon Glass
· 9 years ago
5e86d7e
dm: freescale: serial: Drop serial_imx serial driver
by Simon Glass
· 9 years ago
b82d544
dm: opencores: Drop opencores_yanu serial driver
by Simon Glass
· 9 years ago
1942e14
dm: freescale: Drop mxs_auart serial driver
by Simon Glass
· 9 years ago
de2e887
OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting
by Adam Ford
· 9 years ago
5326c29
OMAP3: Enable SPL on omap3_logic
by Adam Ford
· 9 years ago
c44f76e
rpi: fix up Model B entries
by Lubomir Rintel
· 9 years ago
a33dc8b
rpi: link to another model number info source
by Stephen Warren
· 9 years ago
734fb04
hush: Add rudimentary support for PS1 and PS2
by Marek Vasut
· 9 years ago
755e12d
hush: Pull out U-Boot prompt display and read functionality
by Marek Vasut
· 9 years ago
931a7a5
serial: serial_stm32: move clock config from driver to board
by Vikas Manocha
· 9 years ago
fa53dfa
test, tools: introduce tbot README
by Heiko Schocher
· 9 years ago
0e2f787
ARM: omap3_logic: Fix pin muxing
by Adam Ford
· 9 years ago
9b5a28b
tools: env: update usage strings
by Andreas Fenkart
· 9 years ago
6726fc4
tools: env: factor out parse_common_args
by Andreas Fenkart
· 9 years ago
14908ef
tools: env: shift optind arguments and fix argument indices
by Andreas Fenkart
· 9 years ago
aa01f8d
tools: env: parse aes key / suppress flag into argument struct
by Andreas Fenkart
· 9 years ago
33e9177
tools: env: introduce setenv/printenv argument structs
by Andreas Fenkart
· 9 years ago
a34e5c5
tools: env: make parse_aes_key stateless
by Andreas Fenkart
· 9 years ago
4e336ee
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
3d93c94
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 9 years ago
b3345be
Merge branch 'master' of git://git.denx.de/u-boot-nios
by Tom Rini
· 9 years ago
c994c9c
net: davinci_emac: fix NULL check after pointer dereference
by Vishwas Srivastava
· 9 years ago
dc1d546
ppc: xilinx-ppc405-generic
by Ricardo Ribalda
· 9 years ago
8aaeb1f
net: fix wrong initialization in davinci-emac driver
by Vishwas Srivastava
· 9 years ago
23dd3a0
fdt: introduce fdtdec_get_child_count
by Peng Fan
· 9 years ago
6b52fba
rockchip: Drop old CONFIG_VIDEO_ROTATION option
by Simon Glass
· 9 years ago
c2e2efe
bzlib: Try another way to fix an unused variable
by Simon Glass
· 9 years ago
9050c5f
video: test: Adjust order of file closure
by Simon Glass
· 9 years ago
1f47573
video: Use 'int' for loop variables instead of short
by Simon Glass
· 9 years ago
476e8af
cmd: Fix control bmp_display()
by Simon Glass
· 9 years ago
004b891
microblaze: Correct build error in eth-uclass.c
by Simon Glass
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
a92c6152
nios2: set up the debug UART early
by Thomas Chou
· 9 years ago
cc2a370
x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE
by Bin Meng
· 9 years ago
cf0635e
x86: Disable DM_PCI_COMPAT
by Bin Meng
· 9 years ago
0226859
dm: pci: Add missing forward declarations
by Bin Meng
· 9 years ago
12b73d7
x86: chromebox_panther: Convert to use driver model ethernet
by Bin Meng
· 9 years ago
c0a8947
x86: chromebox_panther: Drop the cache line size hack
by Bin Meng
· 9 years ago
2961208
efi: app: Disable CONFIG_USB_EHCI_PCI
by Bin Meng
· 9 years ago
27e973b
efi: app: Clean up defconfig
by Bin Meng
· 9 years ago
5d8a820
x86: quark: Use Quark's own PCI config APIs
by Bin Meng
· 9 years ago
83cf24c
net: e1000: Convert to use DM PCI API
by Bin Meng
· 9 years ago
6c3300c
net: designware: Use dm_pci_mem_to_phys() in the probe routine
by Bin Meng
· 9 years ago
7c1d055
net: pch_gbe: Convert to use DM PCI API
by Bin Meng
· 9 years ago
bc35d34
x86: pci: Drop legacy PCI APIs
by Bin Meng
· 9 years ago
8df0181
x86: pci: Use DM PCI APIs in pci_assign_irqs()
by Bin Meng
· 9 years ago
5fecada
x86: qemu: Convert to use DM PCI API
by Bin Meng
· 9 years ago
4f6c577
x86: tnc: Remove IGD and SDVO devices from driver model
by Bin Meng
· 9 years ago
e0ff4b2
x86: tnc: Use DM PCI API in disable_igd()
by Bin Meng
· 9 years ago
f041c56
x86: tnc: Change disable_igd() to have a return value
by Bin Meng
· 9 years ago
bfe20b7
x86: irq: Convert to use DM PCI API
by Bin Meng
· 9 years ago
a5a2003
x86: irq: Move irq_router to a per driver priv
by Bin Meng
· 9 years ago
5cf803a
x86: irq: Get irq_router's bdf via dm_pci_get_bdf()
by Bin Meng
· 9 years ago
95bae0d
x86: minnowmax: Drop io-base property in the pch_pinctrl node
by Bin Meng
· 9 years ago
9570d1f
x86: Drop asm/arch/gpio.h
by Bin Meng
· 9 years ago
6e916cc
x86: ich6_gpio: Convert to use proper DM API
by Bin Meng
· 9 years ago
ac371d6
x86: pch9: Implement get_io_base op
by Bin Meng
· 9 years ago
b9c951d
dm: pch: Add get_io_base op
by Bin Meng
· 9 years ago
fd2afdf
x86: pch: Implement get_gpio_base op
by Bin Meng
· 9 years ago
8fec3e1
dm: pch: Add get_gpio_base op
by Bin Meng
· 9 years ago
06d66af
dm: pch: Rename get_sbase op to get_spi_base
by Bin Meng
· 9 years ago
1124562
dm: pch: Remove pch_get_version op
by Bin Meng
· 9 years ago
5a8ba7a
x86: quark: Drop unprotect_spi_flash()
by Bin Meng
· 9 years ago
81ca881
x86: tnc: Drop unprotect_spi_flash()
by Bin Meng
· 9 years ago
0d3792c
spi: ich: Change PCHV_ to ICHV_
by Bin Meng
· 9 years ago
d940667
spi: ich: Use compatible strings to distinguish controller version
by Bin Meng
· 9 years ago
316fd94
spi: ich: Some clean up
by Bin Meng
· 9 years ago
f381b06
x86: x86-common.h: Add CONFIG_BOOTDELAY
by Stefan Roese
· 9 years ago
c9fa9a5
autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set
by Stefan Roese
· 9 years ago
f6de3c5
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
74387b9
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 9 years ago
1e35776
Revert "arm: socfpga: set the fpga global bit to disable HPS to FPGA signals"
by Dinh Nguyen
· 9 years ago
0d64b5b
usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
by Frank Wang
· 9 years ago
03a43df
imx: mx6: implement board_mmc_get_env_dev
by Peng Fan
· 9 years ago
850dbca
imx: mx6: implement mmc_get_env_dev
by Peng Fan
· 9 years ago
6c9d8fb
imx: mx7dsabresd: move mmc_get_env_devno to soc code
by Peng Fan
· 9 years ago
7559604
dm: vybrid_gpio: Drop legacy code
by Bhuvanchandra DV
· 9 years ago
0bb4c4c
dm: lpuart: Drop the legacy code
by Bhuvanchandra DV
· 9 years ago
88ede93
arm: vybrid: Drop enabling GPIO, SPI and UART in legacy mode
by Bhuvanchandra DV
· 9 years ago
7db0d33
arm: vybrid: Update defconfig's
by Bhuvanchandra DV
· 9 years ago
60cee04
arm: pcm052: Add device tree file's
by Bhuvanchandra DV
· 9 years ago
0f22494
arm: vf610-twr: Add device tree file's
by Bhuvanchandra DV
· 9 years ago
0e8ad89
arm: colibri-vf: Enable serial support
by Bhuvanchandra DV
· 9 years ago
682f078
arm: vybrid: Update the license string
by Bhuvanchandra DV
· 9 years ago
263d470
arm: vybrid: Enable lpuart support
by Bhuvanchandra DV
· 9 years ago
5956592
imx: mx6sxsabresd: Add MCIMX28LCD display support
by Ye Li
· 9 years ago
7b9f20a
imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation
by Ye Li
· 9 years ago
e9534c3
imx: mx6sx: Fix issue in LCDIF clock enablement
by Ye Li
· 9 years ago
64fed7c
mx6slevk: Remove CONFIG_ETHPRIME option
by Fabio Estevam
· 9 years ago
4ea4a9b
imx: MX6DQ{P}/DL:SABRESD Fix bmode eMMC failure
by Ye Li
· 9 years ago
5a64aff
tqma6_wru4: Fix the reset delay for the the LAN8720 PHY
by Fabio Estevam
· 9 years ago
bd30008
mx6slevk: Fix the reset delay for the the LAN8720 PHY
by Fabio Estevam
· 9 years ago
b3d60d5
imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board
by Ye Li
· 9 years ago
d5d8bf7
mx6: soc: Add ENET2 mac address support
by Ye Li
· 9 years ago
ef88123
tools: mxsboot: Use more portable cpu_to_le32()
by Bin Meng
· 9 years ago
18719c1
wandboard: fix variable name so PXE boot works
by Peter Robinson
· 9 years ago
09487ee
arm: imx6: Enable DDR calibration on Novena
by Marek Vasut
· 9 years ago
Next »