Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9932a01cc5a0609510c4739ce1a6878052f806f5
9932a01
dw_mmc: turn on the IO supply
by Urja Rannikko
· 6 years ago
db02bd3
Prepare v2019.10-rc1
by Tom Rini
· 5 years ago
6130c61
Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
7b6a458
Merge branch '2019-07-29-ti-imports'
by Tom Rini
· 5 years ago
857005b
arm: mach-keystone: Use appended original image size in image processing
by Andrew F. Davis
· 5 years ago
ccdca3e
configs: omapl138_lcdk: enable NAND self-init in SPL
by Bartosz Golaszewski
· 5 years ago
cdba215
davinci: omapl138-lcdk: enable driver-model in SPL
by Bartosz Golaszewski
· 5 years ago
e2ece1f
davinci: omapl138-lcdk: remove unneeded includes
by Bartosz Golaszewski
· 5 years ago
53be1ce
davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTF
by Bartosz Golaszewski
· 5 years ago
54ae212
davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLE
by Bartosz Golaszewski
· 5 years ago
f82db92
davinci: da850-evm: enable driver model for NAND
by Bartosz Golaszewski
· 5 years ago
7a216ef
davinci: omapl138-lcdk: enable driver model for NAND
by Bartosz Golaszewski
· 5 years ago
8a14dfe
nand: davinci: add support for driver model
by Bartosz Golaszewski
· 5 years ago
2d4e330
nand: davinci: make davinci_nand_init() static
by Bartosz Golaszewski
· 5 years ago
c536006
omapl138_lcdk_defconfig: don't build support for SPI
by Bartosz Golaszewski
· 5 years ago
1e4450c
i2c: remove i2c driver-model compatibility layer
by Bartosz Golaszewski
· 5 years ago
1e3629c
sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigs
by Bartosz Golaszewski
· 5 years ago
c08c52c
davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs
by Bartosz Golaszewski
· 5 years ago
b619253
ARM: da850_am18xxevm: Remove config and references
by Adam Ford
· 5 years ago
f67cc99
Merge branch '2019-07-29-master-imports'
by Tom Rini
· 5 years ago
d9fb9d9
Makefile: fix implementation of BINMAN_DEBUG
by Stephen Warren
· 5 years ago
30033c2
binman: Add command-line support for replacing entries
by Simon Glass
· 5 years ago
a772d3f
binman: Correct the error message for invalid path
by Simon Glass
· 5 years ago
274bd0e
binman: Split control.WriteEntryToImage() into separate functions
by Simon Glass
· 5 years ago
d48f94e
binman: Update control.WriteEntry() to support writing the map
by Simon Glass
· 5 years ago
3971c95
binman: Move control.WriteEntry further down the file
by Simon Glass
· 5 years ago
b3d6fc7
binman: Clean up all output directories in tests
by Simon Glass
· 5 years ago
ee9d10d
binman: Add a test function to clean up the output dir
by Simon Glass
· 5 years ago
74f5feb
binman: Update state when replacing device-tree entries
by Simon Glass
· 5 years ago
7f47e08
patman: Reset the output directory when it is removed
by Simon Glass
· 5 years ago
37fdd14
binman: Support replacing data in a cbfs
by Simon Glass
· 5 years ago
d34af7a
binman: Update Entry.WriteData() to handle special sections
by Simon Glass
· 5 years ago
0cd8ace
binman: Update Entry.ReadEntry() to work through classes
by Simon Glass
· 5 years ago
d4ed3b0
binman: Add a prefix before CBFS hex offsets
by Simon Glass
· 5 years ago
8100a8e
binman: Add a few more features to the wishlist
by Simon Glass
· 5 years ago
70e3298
binman: Place Intel descriptor at image start
by Simon Glass
· 5 years ago
cf0b21c
binman: Adjust fmap to ignore CBFS files
by Simon Glass
· 5 years ago
14ec68c
libfdt: Copy the struct region in fdt_resize()
by Simon Glass
· 5 years ago
9d8ee32
binman: Support shrinking a entry after packing
by Simon Glass
· 5 years ago
8c702fb
binman: Update the _testing entry to support shrinkage
by Simon Glass
· 5 years ago
f8a54bc
binman: Allow updating entries that change size
by Simon Glass
· 5 years ago
1145376
binman: Add more tests for image header position
by Simon Glass
· 5 years ago
74b3157
binman: Move Image.BuildImage() into a single function
by Simon Glass
· 5 years ago
9b7f500
binman: Write the original input fdtmap to a file
by Simon Glass
· 5 years ago
4b05b2d
binman: Update documentation for image creation
by Simon Glass
· 5 years ago
fb30e29
binman: Add info to allow safely repacking an image later
by Simon Glass
· 5 years ago
072959a
binman: Support updating entries in an existing image
by Simon Glass
· 5 years ago
b8d2daa
binman: Tidy up _SetupDtb() to use its own temporary file
by Simon Glass
· 5 years ago
f8e2676
binman: Allow the fdtmap to remain unchanged
by Simon Glass
· 5 years ago
2c6adba
binman: Add a constant for common entry properties
by Simon Glass
· 5 years ago
990b174
binman: Add a function to obtain the image for an Entry
by Simon Glass
· 5 years ago
2c360cf
binman: Adjust Entry to read the node in a separate call
by Simon Glass
· 5 years ago
ee6409b
binman: Add an image name into the fdtmap
by Simon Glass
· 5 years ago
95f1a94
binman: Store the entry in output_fdt_files
by Simon Glass
· 5 years ago
385138a
binman: Allow state functions to fail to return data
by Simon Glass
· 5 years ago
af8c45c
binman: Support loading entry data from a file
by Simon Glass
· 5 years ago
7654657
binman: Store image fdtmap when loading from a file
by Simon Glass
· 5 years ago
3b9a829
dtoc: Update Fdt.GetNode() to handle the root node
by Simon Glass
· 5 years ago
50cfc6e
dtoc: Update Fdt.FromData() to allow a name
by Simon Glass
· 5 years ago
a683a5f
binman: Show a helpful error when a DT property is missing
by Simon Glass
· 5 years ago
b6dff4c
binman: Add a bit of logging in entries when packing
by Simon Glass
· 5 years ago
6162f1a
patman: Update tout to avoid open-coding the debug levels
by Simon Glass
· 5 years ago
f3aba91
binman: Drop state.fdt_set as this is not needed
by Simon Glass
· 5 years ago
132fa72
binman: Simplify state.fdt_subset
by Simon Glass
· 5 years ago
2be381d
binman: Adjust state.fdt_files to be keyed by entry type
by Simon Glass
· 5 years ago
684a4f1
binman: Adjust GetFdt() to be keyed by etype
by Simon Glass
· 5 years ago
a3030a5
binman: Rename state.GetFdt()
by Simon Glass
· 5 years ago
5a30060
binman: Rename state.GetFdts()
by Simon Glass
· 5 years ago
267112e
binman: Convert GetFdtSet() to use a dict
by Simon Glass
· 5 years ago
d3151ff
binman: Move image/fdt code into PrepareImagesAndDtbs()
by Simon Glass
· 5 years ago
dc4aeef
binman: Use print() to print output
by Simon Glass
· 5 years ago
26d7e8e
binman: Move GetFdtSet() into blob_dtb
by Simon Glass
· 5 years ago
b766c5e5
binman: Move image-processing code into a function
by Simon Glass
· 5 years ago
4b1113c
dtoc: Return a non-zero exit code when tests fail
by Simon Glass
· 5 years ago
86b7ba5
Add validation for icache/dcache arguments - arguments different from off/on/flush are currently silently ignored.
by Eric Perie
· 5 years ago
1c126e2
lib: uuid: alignment error in gen_rand_uuid()
by Heinrich Schuchardt
· 5 years ago
b11a14a
rtc, rx8025: add DM support
by Heiko Schocher
· 5 years ago
6b659d0
rtc, rx8025: fix Coding Style
by Heiko Schocher
· 5 years ago
1ac5f6c
rtc: move RTC_RX8025 to Kconfig
by Heiko Schocher
· 5 years ago
2e50d82
board: mediatek: Add pumpkin board support
by Fabien Parent
· 5 years ago
105f6c8
pinctrl: mediatek: fix warning
by Fabien Parent
· 5 years ago
58e4c38
gpio: fixes for gpio-hog support
by Heiko Schocher
· 5 years ago
fa00255
doc: arch: sandbox: Replace all the instances of README.sandbox
by Keerthy
· 5 years ago
6533a7e
Drop linker-generated array creation when CONFIG_CMDLINE is disabled
by Andrej Rosano
· 5 years ago
c719da7
doc: board: Add missing board index.rst files
by Bin Meng
· 5 years ago
30fd5d9
tools/logos: remove black background of U-Boot logo
by Heinrich Schuchardt
· 5 years ago
4e82352
fit: Support compat string property in configuration node
by Julius Werner
· 5 years ago
97b09cd
fit: Support compression for non-kernel components (e.g. FDT)
by Julius Werner
· 5 years ago
47ef986
common: Move bootm_decomp_image() to image.c (as image_decomp())
by Julius Werner
· 5 years ago
97a81b6
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga
by Tom Rini
· 5 years ago
3bc5e87
Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· 5 years ago
debd413
Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
by Tom Rini
· 5 years ago
1cdb182
gitlab-ci: Switch to a Docker image that contains a QEMU we build
by Tom Rini
· 5 years ago
26d33e5
video: arm: rpi: Bail out early if querying video information fails
by Fabian Vogt
· 5 years ago
a2b336e
rockchip: rv1108: Migrate to use common board file
by Kever Yang
· 5 years ago
4690edd
rockchip: elgin-rv1108: use board_early_init_f for per-boar init
by Kever Yang
· 5 years ago
9554a4e
rockchip: rk3399: Migrate to use common board file
by Kever Yang
· 5 years ago
804c9f1
rockchip: rk3399: init vbus regulator in board_early_init_f()
by Kever Yang
· 5 years ago
35b401e
rockchip: rk3368: Migrate to use common board file
by Kever Yang
· 5 years ago
205e2cc
rockchip: rk3328: Migrate to use common board file
by Kever Yang
· 5 years ago
Next »