Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
2fe8cd4db35347f1c35637b0e906bb386914b085
2fe8cd4
kbuild: support simultaneous board configuration and "make all"
by Masahiro Yamada
· 11 years ago
0a17a42
kbuild: use scripts/Makefile.clean
by Masahiro Yamada
· 11 years ago
832ef28
Makefile: refactor tools-all targets
by Masahiro Yamada
· 11 years ago
6d7dc64
Makefile: Do not pass MTD_VERSION from the top Makefile
by Masahiro Yamada
· 11 years ago
f8eb670
kbuild: refactor Makefile and spl/Makefile more
by Masahiro Yamada
· 11 years ago
262fe12
examples: move api/ and standalone/ entry to examples/Makefile
by Masahiro Yamada
· 11 years ago
8dbc1a2
kbuild: change the top Makefile to more Kbuild-ish structure
by Masahiro Yamada
· 11 years ago
d01ec13
Makefile: remove a cleaning target "tidy"
by Masahiro Yamada
· 11 years ago
f50a968
kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary
by Masahiro Yamada
· 11 years ago
5ac303c
kbuild: move include directives of board configuration files
by Masahiro Yamada
· 11 years ago
4dd075d
kbuild: convert some make rules to Kbuild style
by Masahiro Yamada
· 11 years ago
27d027f
kbuild: move some lines to more suitable place
by Masahiro Yamada
· 11 years ago
9cdea04
kbuild: delete temporary build scripts
by Masahiro Yamada
· 11 years ago
0d68fb1
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
47b65f7
kbuild: import more build scripts from Linux v3.13 tag
by Masahiro Yamada
· 11 years ago
3dba11c
Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp
by Masahiro Yamada
· 11 years ago
350735c
kbuild: add dummy obj-y to create built-in.o
by Masahiro Yamada
· 11 years ago
59f15f2
kbuild: change out-of-tree build
by Masahiro Yamada
· 11 years ago
a6d7756
Makefile: move some flags to examples makefiles
by Masahiro Yamada
· 11 years ago
112b312
Makefile: move some flags to spl/Makefile
by Masahiro Yamada
· 11 years ago
41ec9ba
Makefile: move more stuff to top Makefile
by Masahiro Yamada
· 11 years ago
0302445
Makefile: refactor include path settings
by Masahiro Yamada
· 11 years ago
700dd89
Makefile: move more flags to the top Makefile
by Masahiro Yamada
· 11 years ago
7449ab1
kbuild: Use Kbuild.include
by Masahiro Yamada
· 11 years ago
6e0a77f
kbuild: import Kbuild.include from linux v3.13 tag
by Masahiro Yamada
· 11 years ago
ed36001
Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile
by Masahiro Yamada
· 11 years ago
57d42c9
Makefile: move some variable definitions to the top Makefile
by Masahiro Yamada
· 11 years ago
2feb8d3
Makfile: move suffix rules to Makefile.build
by Masahiro Yamada
· 11 years ago
81056db
nand-spl: Use scripts/Makefile.build
by Masahiro Yamada
· 11 years ago
6b05dae
examples: Use scripts/Makefile.build
by Masahiro Yamada
· 11 years ago
e2aadb9
board: samsung: refactor host programs
by Masahiro Yamada
· 11 years ago
f243180
tools: convert makefiles to kbuild style
by Masahiro Yamada
· 11 years ago
c9f6c93
Makefile.host.tmp: add a new script to refactor tools
by Masahiro Yamada
· 11 years ago
f6c1d01
.gitignore: ingore files generated by Kbuild
by Masahiro Yamada
· 11 years ago
1f7e48d
microblaze: remove an empty file arch/microblaze/lib/time.c
by Masahiro Yamada
· 11 years ago
57f29ab
ARM: O5/dra7xx: Add SATA boot support
by Dan Murphy
· 11 years ago
0c3ab85
common: spl: Add spl sata boot support
by Dan Murphy
· 11 years ago
82b400c
tools: correct proftool build rule
by Ian Campbell
· 11 years ago
f81e0ce
EXT4: Fix number base handling of "ext4write" command
by Wolfgang Denk
· 11 years ago
fa4676d
net, phy: atheros ar803x bug
by Heiko Schocher
· 11 years ago
7e4a4b2
fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
by Masahiro Yamada
· 11 years ago
e14dc14
config: remove platform CONFIG_SYS_HZ definition part 3
by Masahiro Yamada
· 11 years ago
3dab644
mini2440.h: Delete remainder of dead board
by Masahiro Yamada
· 11 years ago
49dc73b
doc: README: Correct file name of signature verification documentation
by Detlev Zundel
· 11 years ago
65bc075
unit-test: add lots of tests for the Hush 'test' command
by Stephen Warren
· 11 years ago
2e2a917
unit-test: fix 'env default' invocation
by Stephen Warren
· 11 years ago
1d2f9a0
fat: implement exists() for FAT fs
by Stephen Warren
· 11 years ago
12d6d0c
ext4: implement exists() for ext4fs
by Stephen Warren
· 11 years ago
53e8a32
sandbox: enable CONFIG_CMD_FS_GENERIC
by Stephen Warren
· 11 years ago
97d66f2
sandbox: implement exists() function
by Stephen Warren
· 11 years ago
0700db6
cmd_test: implement -e test for file existence
by Stephen Warren
· 11 years ago
4f6e1aa
cmd_test: evaluate to false without any arguments
by Stephen Warren
· 11 years ago
08b763b
cmd_test: implement ! on sub-expressions
by Stephen Warren
· 11 years ago
4c1b281
cmd_test: check for binary operators before unary
by Stephen Warren
· 11 years ago
28cca55
cmd_test: use table lookup for parsing
by Stephen Warren
· 11 years ago
ec63d4a
fs: don't pass NULL dev_desc to most filesystems
by Stephen Warren
· 11 years ago
d008fbb
fs: implement infrastructure for an 'exists' function
by Stephen Warren
· 11 years ago
9df2580
fs: fix generic save command implementation
by Stephen Warren
· 11 years ago
3d5a388
README: document CONFIG_CMD_FS_GENERIC
by Stephen Warren
· 11 years ago
034dd3d
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
acec7fc
Merge branch 'master' of git://git.denx.de/u-boot-nios
by Tom Rini
· 11 years ago
04cbbe4
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 11 years ago
4152368
ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value
by Stephen Warren
· 11 years ago
29ff59a
arm/km: introduce kmsugp1 target
by Gerlando Falauto
· 11 years ago
18a74ec
arm/km: define fdt_high env variable and allow backwards compatibility
by Gerlando Falauto
· 11 years ago
ae2adaf
arm/km: enable FDT for km_kirwkood
by Gerlando Falauto
· 11 years ago
7fef655
arm/km: fix wrong error handling
by Holger Brunck
· 11 years ago
19baeb6
arm/km: add CONFIG_KM_BOARD_EXTRA_ENV to default environment
by Holger Brunck
· 11 years ago
7bffb3f
arm/km/suv31: switch to 256MB RAM
by Holger Brunck
· 11 years ago
09346ff
arm/km: make local function startup_allowed static
by Holger Brunck
· 11 years ago
cbec3b8
arm/km: drop unneeded define
by Holger Brunck
· 11 years ago
c8cf471
zynq: Fix elf header generation
by Michal Simek
· 11 years ago
9dd915c
zynq: Use full tftpboot command instead of shortcut tftp
by Michal Simek
· 11 years ago
9c2ef61
relocate-rela: replace a magic number with sizeof(Elf64_Rela)
by Masahiro Yamada
· 11 years ago
2acaff2
ARM: bcm2835: config.mk isn't needed
by Stephen Warren
· 11 years ago
4657b8a
ARM: rpi_b: set $fdtfile in default environment
by Stephen Warren
· 11 years ago
6f24d32
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
4a37b42
serial: opencores_yanu: Avoid duplicate oc_serial_setbrg() implementation
by Axel Lin
· 11 years ago
0bdf000
serial: opencores_yanu: Fix build error
by Axel Lin
· 11 years ago
4e55853
exynos: clock: use the clear and set bits macros.
by Inha Song
· 11 years ago
64eee4e
exynos: clock: fixed that cfg is set to wrong value.
by Inha Song
· 11 years ago
c51eb11
serial/serial_arc - add driver for ARC UART
by Alexey Brodkin
· 11 years ago
811d1d3
dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
by Tom Rini
· 11 years ago
5c5eb29
omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usage
by Tom Rini
· 11 years ago
f85cd82
cmd_mmc.c: Drop open/close mmc sub-commands
by Tom Rini
· 11 years ago
4cf854c
cmd_mmc.c: Add bootbus mmc sub-command
by Tom Rini
· 11 years ago
f8c6f79
cmd_mmc.c: Add 'partconf' command to mmc
by Tom Rini
· 11 years ago
7991946
cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'
by Tom Rini
· 11 years ago
c3068eb
cmd_mmc.c: Change 'bootpart' code to match normal coding style
by Tom Rini
· 11 years ago
cc61269
SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
by Tom Rini
· 11 years ago
0d6891b
mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1B
by Siva Durga Prasad Paladugu
· 11 years ago
ccfa20b
MMC: DWMMC: Correct the CLKDIV register value
by Rajeshwari S Shinde
· 11 years ago
f6545f1
mmc: set rca to 1 for MMC cards
by Stephen Warren
· 11 years ago
d35fafb
x600: Switch to CONFIG_PHYLIB
by Tom Rini
· 11 years ago
0d3b22e
net/designware: make driver compatible with data cache
by Alexey Brodkin
· 11 years ago
9a0b130
net/designware - switch driver to phylib usage
by Alexey Brodkin
· 11 years ago
37ecfa1
net: execute "miiphy_init" if CONFIG_PHYLIB defined
by Alexey Brodkin
· 11 years ago
4695ddd
net/designware: add explicit reset of {tx|rx}_currdescnum
by Alexey Brodkin
· 11 years ago
b1566a5
arc: add README for architecture
by Alexey Brodkin
· 11 years ago
a2e5fda
arc: add architecture to MAKEALL
by Alexey Brodkin
· 11 years ago
Next »