Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
dfbad0fb2f420d269cf308d04a360de34982f541
dfbad0f
MIPS: replace $(CPU) with Kconfig symbols
by Daniel Schwierzeck
· 10 years ago
c37c980
MIPS: use common code from lib/time.c
by Thomas Langer
· 10 years ago
1a4797c
MIPS: bootm: add bootstage reporting
by Daniel Schwierzeck
· 10 years ago
8d7ff4d
MIPS: bootm: prepare a flattened device tree for the kernel
by Daniel Schwierzeck
· 10 years ago
2edd528
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
by Daniel Schwierzeck
· 10 years ago
c07dc60
MIPS: bootm: refactor preparation of Linux kernel environment
by Daniel Schwierzeck
· 10 years ago
f9749fa
MIPS: bootm: refactor preparation of Linux kernel command line
by Daniel Schwierzeck
· 10 years ago
163035e
Merge git://git.denx.de/u-boot-arc
by Tom Rini
· 10 years ago
7e33006
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
f425542
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
024b1f7
MAINTAINERS: add me as the maintainer of mpc837xerdb
by Sinan Akman
· 10 years ago
d17d590
Use generic board architecture for MPC837xERDB
by Sinan Akman
· 10 years ago
1976fc6
imx: ls102xa: Remove reference to gdata
by Simon Glass
· 10 years ago
76d6a11
imx: woodburn: Remove reference to gdata
by Simon Glass
· 10 years ago
0c07110
imx: cm_fx6: Remove reference to gdata
by Simon Glass
· 10 years ago
a92ce43
zynq: Remove reference to gdata
by Simon Glass
· 10 years ago
ccb7b04
mmc: Skip changing bus width for MMC cards earlier than version 4.0
by Andrew Gabbasov
· 10 years ago
c1b2cf0
mmc: Avoid redundant switching to 1-bit bus width for MMC cards
by Andrew Gabbasov
· 10 years ago
37a50b9
mmc: extend mmcinfo output to show partition write reliability settings
by Diego Santa Cruz
· 10 years ago
58bda79
mmc: extend the mmc hwpartition sub-command to change write reliability
by Diego Santa Cruz
· 10 years ago
8020027
mmc: extend the mmc hardware partitioning API with write reliability
by Diego Santa Cruz
· 10 years ago
420fc16
mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning
by Diego Santa Cruz
· 10 years ago
69eb71a0
mmc: add API to do eMMC hardware partitioning
by Diego Santa Cruz
· 10 years ago
ca25e06
mmc: the ext_csd data may be used during init even if reading failed
by Diego Santa Cruz
· 10 years ago
a7a7599
mmc: eMMC partitioning data is not effective till partitioning completed
by Diego Santa Cruz
· 10 years ago
173c79e
mmc: show the erase group size and HC WP group size in mmcinfo output
by Diego Santa Cruz
· 10 years ago
61b78fe
mmc: read the high capacity WP group size for eMMC
by Diego Santa Cruz
· 10 years ago
747f6fa
mmc: fix erase_grp_size computation with high-capacity size definition
by Diego Santa Cruz
· 10 years ago
2b45f58
mmc: display size and start of eMMC enhanced user data area in mmcinfo
by Diego Santa Cruz
· 10 years ago
3b62d84
mmc: read the size of eMMC enhanced user data area
by Diego Santa Cruz
· 10 years ago
e5a2a3a
mmc: computation of eMMC GP partition size was missing 512 KiB factor
by Diego Santa Cruz
· 10 years ago
cea8c5c
mmc: incomplete test to switch to high-capacity group size definitions
by Diego Santa Cruz
· 10 years ago
1f69e22
mmc: skip mmcinfo partition info processing for eMMC < 4.41
by Diego Santa Cruz
· 10 years ago
d835843
mmc: make eMMC general purpose partition numbering match spec
by Diego Santa Cruz
· 10 years ago
c145f9e
mmc: extend mmcinfo to show enhanced partition attribute
by Diego Santa Cruz
· 10 years ago
99ca028
mmc: show hardware partition sizes in mmcinfo output
by Diego Santa Cruz
· 10 years ago
3ec5f86
mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoC
by Nobuhiro Iwamatsu
· 10 years ago
eecc3ce
usb: eth: asix88179: add ability to modify MAC address
by Rene Griessl
· 10 years ago
83b1897
musb-new: Add interrupt queue support
by Hans de Goede
· 10 years ago
39b0845
musb-new: Add urb and hep parameters to construct_urb
by Hans de Goede
· 10 years ago
0e4da95
musb-new: Properly remove a transfer from the schedule on timeout
by Hans de Goede
· 10 years ago
498ab95
musb-new: Fix reset sequence when in host mode
by Hans de Goede
· 10 years ago
24fd777
musb-new: Fix interrupt transfers not working
by Hans de Goede
· 10 years ago
8de4ded
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
by Hans de Goede
· 10 years ago
9c4f11d
musb-new: Add sunxi musb controller support
by Hans de Goede
· 10 years ago
21d7705
musb-new: Add register defines for different reg layout on sunxi
by Hans de Goede
· 10 years ago
c601ed7
usb: Do not log an error when no devices is plugged into a root-hub-less hcd
by Hans de Goede
· 10 years ago
e8790a2
usb: Fix usb_kbd_deregister when console-muxing is used
by Hans de Goede
· 10 years ago
bbd2d2a
usb: Add an interval parameter to create_int_queue
by Hans de Goede
· 10 years ago
d196353
config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB scans
by Hans de Goede
· 10 years ago
2af8256
USB: make "usb start" start usb only once
by Hans de Goede
· 10 years ago
6f9d973
usb: gadget: pxa25x_udc: fix use-before-initialized bug
by Alex Sadovsky
· 10 years ago
5a6b873
usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test
by Stefan Roese
· 10 years ago
a56fbcc
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
by Stefan Roese
· 10 years ago
2eb6c0b
sunxi: Drop use of lowlevel_init()
by Simon Glass
· 10 years ago
8735682
sunxi: Move SPL s_init() code to board_init_f()
by Simon Glass
· 10 years ago
37972d8
arm: Add warnings about using gdata
by Simon Glass
· 10 years ago
c95d6c4
TI ARMv7: Don't use GD before crt0.S has set it
by Tom Rini
· 10 years ago
868ba89
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
31e68c6
powerpc: 74xx_7xx: remove 74xx_7xx cpu support
by Masahiro Yamada
· 10 years ago
ffef618
mpc8xx: remove unused linker script
by Masahiro Yamada
· 10 years ago
60275dd
ppc4xx: remove dead code
by Masahiro Yamada
· 10 years ago
167bfbc
arc: rename "arc700" in "arcv1"
by Alexey Brodkin
· 10 years ago
7739f9f
board/synopsys: remove selection of CPU from the board
by Alexey Brodkin
· 10 years ago
722a1ec
arc: move common sources in library
by Alexey Brodkin
· 10 years ago
45a6d51
arc: move linker script in arch/arc/cpu folder
by Alexey Brodkin
· 10 years ago
b4ee139
arc: relocate - minor refactoring and clean-up
by Alexey Brodkin
· 10 years ago
4fec6aa
arc: introduce separate section for interrupt vector table
by Igor Guryanov
· 10 years ago
5e4931f
arc: add dependences on MMU presence
by Alexey Brodkin
· 10 years ago
a780a45
arc: interrupts - fix mask setup
by Igor Guryanov
· 10 years ago
742bc74
arc: add ECR (exception cause register) output
by Igor Guryanov
· 10 years ago
bd889f9
arc: check caches existence before use
by Igor Guryanov
· 10 years ago
9a13e99
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
655b610
buildman: Add an option to write the full build output
by Simon Glass
· 10 years ago
7e803e1
buildman: Add the option to download toolchains from kernel.org
by Simon Glass
· 10 years ago
c1528c1
buildman: Allow architecture to alias to multiple toolchains
by Simon Glass
· 10 years ago
4bea81e
buildman: Don't use the local settings when running tests
by Simon Glass
· 10 years ago
e03e944
buildman: Don't complain about missing sections in ~/.buildman
by Simon Glass
· 10 years ago
3cb033e
buildman: Add documentation about the .buildman file
by Simon Glass
· 10 years ago
9107571
buildman: Add a note about Python pre-requisites
by Simon Glass
· 10 years ago
d48a46c
buildman: Add an option to use the full tool chain path
by Simon Glass
· 10 years ago
3831455
buildman: Put the toolchain path first instead of last in PATH
by Simon Glass
· 10 years ago
28ed006
buildman: Try to avoid hard-coded string parsing
by Simon Glass
· 10 years ago
5eeef46
buildman: Allow specifying a range of commits to build
by Simon Glass
· 10 years ago
30a664d
buildman: Don't remove entire output directory when testing
by Simon Glass
· 10 years ago
e87bde1
buildman: Add an option to flatten output directory trees
by Simon Glass
· 10 years ago
f204ab1
buildman: Try to guess the upstream commit
by Simon Glass
· 10 years ago
b9a9b7c
buildman: Don't prune output space for 'current source' build
by Simon Glass
· 10 years ago
dbc01c7
buildman: Put build in 'current', not 'current/current'
by Simon Glass
· 10 years ago
2e1646c
buildman: Add tests that check the correct output directory is used
by Simon Glass
· 10 years ago
86a6b44d4
Merge branch 'next' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
66106f9
net: Declare physical address as phys_addr_t unsigned type
by Michal Simek
· 10 years ago
5dc7d12
ARM: armv8: Fix typo in commentary
by Michal Simek
· 10 years ago
cc39a17
doc: ARM: Use the right function name
by Michal Simek
· 10 years ago
693744a
Kconfig: move CONFIG_SYS_CLK_FREQ to Kconfig
by Alexey Brodkin
· 10 years ago
225581b
spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT
by Masahiro Yamada
· 10 years ago
caee41f
image: Enable OpenRTOS booting via fitImage
by Marek Vasut
· 10 years ago
0e3b512
image: bootm: Add OpenRTOS image type
by Marek Vasut
· 10 years ago
e80958b
Add support for Seagate BlackArmor NAS220
by Evgeni Dobrev
· 10 years ago
2ec5262
arm: vf610: Remove duplicate MTD defines.
by Bill Pringlemeir
· 10 years ago
Next »