Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ff7bf56bc253896f97db6486a4676a6f10476aba
ff7bf56
ARM: UniPhier: add more device nodes to device tree
by Masahiro Yamada
· Sat Dec 06 00:03:23 2014 +0900
1e72b1c
ARM: UniPhier: merge UniPhier config headers into a single file
by Masahiro Yamada
· Sat Dec 06 00:03:22 2014 +0900
39c450d
ARM: UniPhier: move support card select to Kconfig
by Masahiro Yamada
· Sat Dec 06 00:03:21 2014 +0900
a618561
ARM: UniPhier: move CONFIG_UNIPHIER_SMP to Kconfig
by Masahiro Yamada
· Sat Dec 06 00:03:20 2014 +0900
e6a9127
ARM: UniPhier: use boot_is_swapped() macro for readability
by Masahiro Yamada
· Sat Dec 06 00:03:19 2014 +0900
756bea9
ARM: UniPhier: disable autostart by default
by Masahiro Yamada
· Sat Dec 06 00:03:18 2014 +0900
eb0e02b
flash: do not fail even if flash_size is zero
by Masahiro Yamada
· Fri Dec 05 12:20:58 2014 +0900
b5df0dd
ARM: UniPhier: remove Denali NAND controller fixup code
by Masahiro Yamada
· Fri Nov 28 15:19:32 2014 +0900
8e738ce
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
by Tom Rini
· Thu Dec 04 09:24:05 2014 -0500
c2ec2e8
Revert "image-fdt: boot_get_fdt() return value when no DTB exists"
by Tom Rini
· Wed Dec 03 13:19:34 2014 -0500
870345b
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· Mon Dec 01 15:24:26 2014 -0500
8510133
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· Mon Dec 01 15:24:07 2014 -0500
a17b7bc
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
by Tom Rini
· Mon Nov 24 11:50:46 2014 -0500
4c80fb0
fdt: Fix regression in fdt_pack_reg()
by Hans de Goede
· Fri Nov 28 14:23:51 2014 +0100
f181047
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· Thu Nov 27 13:10:04 2014 -0500
d006326
ARM: UniPhier: move CONFIG_CMD_* and CONFIG_FIT* defines to defconfig
by Masahiro Yamada
· Wed Nov 26 18:34:04 2014 +0900
dc15cb3
ARM: UniPhier: enable Device Tree control
by Masahiro Yamada
· Wed Nov 26 18:34:02 2014 +0900
9a72462
usb: UniPhier: support OF configuration
by Masahiro Yamada
· Wed Nov 26 18:34:01 2014 +0900
f8cd9b0
serial: UniPhier: support OF configuration
by Masahiro Yamada
· Wed Nov 26 18:34:00 2014 +0900
53f6ec6
ARM: UniPhier: add device tree sources
by Masahiro Yamada
· Wed Nov 26 18:33:59 2014 +0900
a7b0bb8
ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL
by Masahiro Yamada
· Wed Nov 26 18:33:58 2014 +0900
b70be9d
ARM: UniPhier: do not compile platform data when CONFIG_OF_CONTROL=y
by Masahiro Yamada
· Wed Nov 26 18:33:57 2014 +0900
8d72f28
fdt: remove fdtdec_get_alias_node() function
by Masahiro Yamada
· Fri Nov 21 19:47:08 2014 +0900
30b21b1
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· Thu Nov 27 10:49:38 2014 -0500
ea7e328
MIPS: bootm: remove unused or redundant header files
by Daniel Schwierzeck
· Sun Nov 16 01:27:23 2014 +0100
0665838
MIPS: bootm: add missing initramfs relocation
by Daniel Schwierzeck
· Sun Nov 16 01:27:23 2014 +0100
cf707c9
MIPS: remove board.c
by Daniel Schwierzeck
· Sat Nov 15 23:46:58 2014 +0100
6a42e5f
MIPS: vct: switch to generic board
by Daniel Schwierzeck
· Sat Nov 15 23:30:01 2014 +0100
ac25adf
MIPS: qemu_mips: switch to generic board
by Daniel Schwierzeck
· Sat Nov 15 23:30:01 2014 +0100
0dd74fb
MIPS: pb1x00: switch to generic board
by Daniel Schwierzeck
· Sat Nov 15 23:30:01 2014 +0100
2bc7eeb
MIPS: dbau1x00: switch to generic board
by Daniel Schwierzeck
· Sat Nov 15 23:30:01 2014 +0100
f224c1a
MIPS: fix setup of initial stack frame
by Daniel Schwierzeck
· Thu Nov 20 23:55:32 2014 +0100
9bfc6cc
mtd: nand: s3c: Unify the register definition and naming
by Marek Vasut
· Sat Oct 11 18:42:52 2014 +0200
d8158f9
buildman: Don't default to -e when building current source
by Simon Glass
· Thu Oct 16 01:05:56 2014 -0600
85620bb
buildman: Fix repeating board list with -l
by Simon Glass
· Thu Oct 16 01:05:55 2014 -0600
baec684
patman: Use the full commit hash for 'git checkout'
by Simon Glass
· Wed Oct 15 02:27:00 2014 -0600
4e36531
buildman: Save *.img files too
by Tom Rini
· Tue Nov 11 16:58:44 2014 -0500
c043e03
sandbox: Fix warnings in cpu.c and os.c
by Simon Glass
· Tue Nov 11 12:47:08 2014 -0700
e9f343f
sandbox: Fix warnings due to 64-bit printf() strings
by Simon Glass
· Tue Nov 11 12:47:07 2014 -0700
b63e906
mtd/nand/vf610_nfc: Disable subpage writes
by Sanchayan Maity
· Mon Nov 24 11:03:59 2014 +0530
628ee1e
mtd: denali: set some registers after nand_scan_ident()
by Masahiro Yamada
· Thu Nov 13 20:31:51 2014 +0900
da0763d
mtd: denali: use CONFIG_SYS_NAND_SELF_INIT
by Masahiro Yamada
· Thu Nov 13 20:31:50 2014 +0900
dc17bdc
nand: reinstate lazy bad block scanning
by Rostislav Lisovy
· Wed Oct 22 13:40:44 2014 +0200
faf5692
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· Tue Nov 25 16:51:47 2014 -0500
2907a30
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· Wed Nov 26 11:22:29 2014 -0500
8a3aeaf
spl: Fix SPL EXT support
by Guillaume GARDET
· Tue Nov 25 15:34:16 2014 +0100
0e16b8a
Merge branch 'master' of http://git.denx.de/u-boot-samsung
by Tom Rini
· Tue Nov 25 11:10:01 2014 -0500
32bdd4e
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· Tue Nov 25 11:09:48 2014 -0500
0c87277
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· Tue Nov 25 11:08:52 2014 -0500
80b7ca4
tools: Add ifdtool to .gitignore
by Bin Meng
· Tue Nov 25 10:20:08 2014 +0800
7f251c4
x86: chromebook_link: Enable the Chrome OS EC
by Simon Glass
· Fri Nov 14 20:56:45 2014 -0700
51e68a9
x86: chromebook_link: Enable the x86 emulator
by Simon Glass
· Fri Nov 14 20:56:44 2014 -0700
b91ea30
bios_emulator: Always print errors when opcode decode fails
by Simon Glass
· Fri Nov 14 20:56:43 2014 -0700
d8414fc
bios_emulator: Add an option to enable debugging
by Simon Glass
· Fri Nov 14 20:56:42 2014 -0700
658273a
bios_emulator: Allow a custom interrupt handler to be installed
by Simon Glass
· Fri Nov 14 20:56:41 2014 -0700
acda1cc
bios_emulator: Add vesa support and allow ROMs to be passed in as data
by Simon Glass
· Fri Nov 14 20:56:40 2014 -0700
8917216
bios_emulator: Allow x86 to use the emulator
by Simon Glass
· Fri Nov 14 20:56:39 2014 -0700
d0d60be
x86: config: Enable video support for chromebook_link
by Simon Glass
· Fri Nov 14 20:56:38 2014 -0700
85ff0b1
x86: dts: Add video information to the device tree
by Simon Glass
· Fri Nov 14 20:56:37 2014 -0700
d90f8e1
x86: Add initial video device init for Intel GMA
by Simon Glass
· Fri Nov 14 20:56:36 2014 -0700
e32aba3
x86: Allow an option ROM to be built into U-Boot
by Simon Glass
· Fri Nov 14 20:56:35 2014 -0700
1a3b66d
x86: video: Add video driver for bare x86 boards
by Simon Glass
· Fri Nov 14 20:56:34 2014 -0700
f87bbff
pci: Add general support for execution of video ROMs
by Simon Glass
· Fri Nov 14 20:56:33 2014 -0700
b2978d3
x86: Add support for running option ROMs natively
by Simon Glass
· Fri Nov 14 20:56:32 2014 -0700
e518f4e
Add support for Vesa BIOS extensions
by Simon Glass
· Fri Nov 14 20:56:31 2014 -0700
5ecb847
x86: Add vesa mode configuration options
by Simon Glass
· Fri Nov 14 20:56:30 2014 -0700
9fc71c1
x86: Add GDT descriptors for option ROMs
by Simon Glass
· Fri Nov 14 20:56:29 2014 -0700
c30ea60
Introduce a header file for the BIOS emulator
by Simon Glass
· Fri Nov 14 20:56:28 2014 -0700
74d5b54
x86: Add a definition of asmlinkage
by Simon Glass
· Fri Nov 14 20:56:27 2014 -0700
9822ef2
x86: config: Enable SPI for chromebook_link
by Simon Glass
· Mon Nov 24 21:18:19 2014 -0700
61612ed
x86: ivybridge: Add northbridge init functions
by Simon Glass
· Mon Nov 24 21:18:18 2014 -0700
2b256ad
x86: Drop some msr functions that we don't support
by Simon Glass
· Mon Nov 24 21:18:17 2014 -0700
cf46d37
x86: Add init for model 206AX CPU
by Simon Glass
· Mon Nov 24 21:18:16 2014 -0700
3121dbd
x86: Add LAPIC setup code
by Simon Glass
· Mon Nov 24 21:18:15 2014 -0700
2096c8f
x86: Drop old CONFIG_INTEL_CORE_ARCH code
by Simon Glass
· Mon Nov 24 21:18:14 2014 -0700
8030235
x86: Remove unnecessary call to initr_enable_interrupts()
by Bin Meng
· Thu Nov 20 16:11:27 2014 +0800
cb9d9cb
x86: Refactor interrupt_init()
by Bin Meng
· Thu Nov 20 16:11:16 2014 +0800
57a6cd8
x86: Remove cpu_init_r() for x86
by Bin Meng
· Thu Nov 20 16:11:00 2014 +0800
25727c2
x86: Call cpu_init_interrupts() from interrupt_init()
by Bin Meng
· Thu Nov 20 16:10:49 2014 +0800
e804501
x86: Add Intel speedstep and turbo mode code
by Simon Glass
· Fri Nov 14 18:18:43 2014 -0700
79248a1
x86: ivybridge: Set up XHCI USB
by Simon Glass
· Fri Nov 14 18:18:42 2014 -0700
8aeded9
x86: config: Enable USB on link
by Simon Glass
· Fri Nov 14 18:18:41 2014 -0700
194d757
x86: ivybridge: Set up EHCI USB
by Simon Glass
· Fri Nov 14 18:18:40 2014 -0700
585be5f
x86: dts: Add SATA settings for link
by Simon Glass
· Fri Nov 14 18:18:39 2014 -0700
cd0adb3
x86: ivybridge: Add SATA init
by Simon Glass
· Fri Nov 14 18:18:38 2014 -0700
c1fd69e
x86: dts: Add LPC settings for link
by Simon Glass
· Fri Nov 14 18:18:37 2014 -0700
eec39ba
x86: dts: Move PCI peripherals into a pci node
by Simon Glass
· Fri Nov 14 18:18:36 2014 -0700
06409c9
x86: ivybridge: Add additional LPC init
by Simon Glass
· Fri Nov 14 18:18:35 2014 -0700
f307708
x86: ivybridge: Add PCH init
by Simon Glass
· Fri Nov 14 18:18:34 2014 -0700
2e5bb5f
x86: Add a simple header file for ACPI
by Simon Glass
· Fri Nov 14 18:18:33 2014 -0700
17f1c40
x86: ivybridge: Add support for BD82x6x PCH
by Simon Glass
· Fri Nov 14 18:18:32 2014 -0700
0e9c633
x86: Set up edge triggering on interrupt 9
by Simon Glass
· Fri Nov 14 18:18:31 2014 -0700
6ac5af4
pci: Add functions to read and write a BAR address
by Simon Glass
· Fri Nov 14 18:18:30 2014 -0700
1099fcc
x86: config: Enable plug-and-play for link PCI
by Simon Glass
· Fri Nov 14 18:18:29 2014 -0700
75a042b
x86: pci: Add handlers before and after a PCI hose scan
by Simon Glass
· Fri Nov 14 18:18:28 2014 -0700
31f88f4
x86: Add ioapic.h header
by Simon Glass
· Fri Nov 14 18:18:27 2014 -0700
538059d
rtc: mc146818: Set up RTC at start of day
by Simon Glass
· Fri Nov 14 18:18:26 2014 -0700
20ec253
x86: Factor out common values in the link script
by Simon Glass
· Fri Nov 14 18:18:25 2014 -0700
1eb8ebc
x86: Ensure that all relocation data is included in the image
by Simon Glass
· Fri Nov 14 18:18:24 2014 -0700
2a883d7
x86: Panic if there is no relocation data
by Simon Glass
· Fri Nov 14 18:18:23 2014 -0700
Next »