pandora-u-boot.git
2021-01-18 Tom RiniMerge branch '2021-01-16-assorted-improvements'
2021-01-17 Ravik Hasijacmd: disk: Remove fit_print_contents API
2021-01-17 Patrick Delaunaylib: cosmetic update of CONFIG_LIB_ELF description
2021-01-17 Heinrich Schuchardttest: unit test for pr_err(), pr_cont()
2021-01-17 Heinrich Schuchardtlog: provide missing macros
2021-01-17 Heinrich Schuchardtlog: make debug_cond() function like
2021-01-17 Heinrich Schuchardtram: k3-j721e: rename BIT_MASK()
2021-01-17 Heinrich Schuchardtmtd: misplaced log.h and dm/devres.h
2021-01-17 Heinrich Schuchardtlib: zlib: our putc() takes only one argument
2021-01-17 Heinrich Schuchardtlib: zlib: include ctype.h
2021-01-17 Heinrich Schuchardtlib: aes: build failure with DEBUG=1
2021-01-17 Peng Fanarmv8: Makefile: build cache files when needed
2021-01-16 Peng Fancommon: Makefile: drop duplicated line
2021-01-16 Florian Klinkdts: Log name of expected .dtb file
2021-01-16 Pali Rohárbootmenu: Allow to quit it via ESC/CTRL+C
2021-01-16 Patrick Delaunaystring: Use memcpy() within memmove() when we can
2021-01-16 Vabhav Sharmadrivers: serial: probe all uart devices
2021-01-16 Vabhav Sharmadm: core: add function uclass_probe_all() to probe...
2021-01-16 Patrick Delaunayconsole: cosmetics: remove #if 0
2021-01-16 Heinrich Schuchardtcommon: always compile fixup_cmdtable()
2021-01-16 Philippe Reynescommon: spl: spl_fit.c: report an error on hash check...
2021-01-16 Steve Bennettcli_readline: Only insert printable chars
2021-01-16 Joel PeshkinAdd optional salt to AUTOBOOT_STOP_STR_SHA256
2021-01-16 Rasmus Villemoesdoc/README.gpt: reflow partition type GUID table
2021-01-16 Rasmus Villemoesdoc/README.gpt: define partition type GUID for U-Boot...
2021-01-16 Rasmus Villemoeslib/uuid.c: change prototype of uuid_guid_get_str()
2021-01-16 Nishanth Menonpower: regulator: Kconfig: add a dependency for POWER_S...
2021-01-16 Patrick Delaunaytest: correct the test prefix in ut str
2021-01-16 Patrick Delaunaytest: correct the test prefix in ut cmd_mem
2021-01-16 Simon Glasstest: Only enable bloblist test when supported
2021-01-16 Simon Glasstest: Avoid assuming sandbox board for bloblist test
2021-01-16 Corneliu Dobancmd: gpt: add eMMC and GPT support
2021-01-16 Marcin JuszkiewiczKconfig: simple panel requires backlight
2021-01-16 Heinrich Schuchardtcmd: CMD_CPU depends on CPU
2021-01-16 Heinrich Schuchardttest: test/lib/test_print.c depends on CONSOLE_RECORD
2021-01-16 Tom RiniMerge branch '2021-01-15-assorted-improvements'
2021-01-15 Marek Szyprowskicmd: Add MBR partition layout control utility
2021-01-15 Marek Szyprowskidisk: dos: add code for creating MBR partition layout
2021-01-15 Marek Szyprowskidisk: dos: make some functions static
2021-01-15 Marek Szyprowskidisk: dos: use generic macro for unaligned le32 access
2021-01-15 Marek Szyprowskidisk: dos: add some defines for the hardcoded numbers
2021-01-15 Marek Szyprowskidisk: dos: rename write_mbr_partition to write_mbr_sector
2021-01-15 Andy ShevchenkoIOMUX: Stop dropped consoles
2021-01-15 Andy ShevchenkoIOMUX: Drop indentation level by removing redundant...
2021-01-15 Andy ShevchenkoIOMUX: Refactor iomux_doenv() in order to increase...
2021-01-15 Andy ShevchenkoIOMUX: Preserve console list if realloc() fails
2021-01-15 Andy Shevchenkoconsole: Provide a documentation for console_search_dev()
2021-01-15 Andy Shevchenkoconsole: rename search_device() to console_search_dev()
2021-01-15 Andy Shevchenkoconsole: move search_device() from iomux.h to console.h
2021-01-15 Andy Shevchenkoconsole: Keep ->start() and ->stop() balanced
2021-01-15 Andy Shevchenkoconsole: Introduce console_start() and console_stop()
2021-01-15 Patrick Delaunayconsole: add console_has_tstc helper function for CONSO...
2021-01-15 Patrick Delaunayconsole: remove #ifdef CONFIG_CONSOLE_RECORD
2021-01-15 Patrick Delaunayconsole: add function console_devices_set
2021-01-15 Patrick Delaunayconsole: remove #ifdef CONFIG when it is possible
2021-01-15 Ovidiu Panaitglobal_data: Enable spl_handoff only if CONFIG_HANDOFF...
2021-01-15 Ovidiu Panaitspl: Kconfig: Add SPL dependency to CONFIG_HANDOFF
2021-01-15 Ovidiu Panaitcommon: board_r: Drop arch-specific ifdefs around initr...
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_bbmii wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_api wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_jumptable wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_xen wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_noncached wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_pci wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_pci_ep wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_post_backlog wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_secondary_cpu wrapper
2021-01-15 Ovidiu Panaitcommon: board_r: Drop initr_console_record wrapper
2021-01-15 Ovidiu Panaitcommon: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in...
2021-01-15 Ovidiu Panaitcommon: board_f: Move setup_machine code to setup_bdinfo
2021-01-15 Ovidiu Panaitcommon: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY...
2021-01-15 Ovidiu Panaitcommon: board_f: Drop initf_console_record wrapper
2021-01-15 Ovidiu Panaitcommon: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F
2021-01-15 Patrick Delaunaylog: call vsnprintf only when it is needed to emit...
2021-01-15 Patrick Delaunaytest: log: add test for console output of dropped messages
2021-01-15 Patrick Delaunayconsole: allow to record console output before ready
2021-01-15 Patrick Delaunayconsole: remove duplicated test on gd value
2021-01-15 Patrick Delaunaytest: add test for dropped trace before log_init
2021-01-15 Patrick Delaunaylog: use console puts to output trace before LOG init
2021-01-15 Patrick Delaunaytest: log: add test for dropped messages
2021-01-15 Patrick Delaunaylog: don't build the trace buffer when log is not ready
2021-01-15 Patrick Delaunaytest: add LOGL_FORCE_DEBUG flags support in log tests
2021-01-15 Dario Binacchidm: fix build errors generated by last merges
2021-01-15 Tom RiniMerge branch '2021.04-rc' of https://github.com/lftan...
2021-01-15 Ley Foon Tantools: socfpgaimage: update padding flow
2021-01-15 Ley Foon Tanconfigs: socfpga: Add CONFIG_SPL_PAD_TO
2021-01-15 Ley Foon Tantools: socfpgaimage: Print image header information
2021-01-15 Chee Hong Angconfigs: socfpga: Add defconfig for Agilex and Stratix...
2021-01-15 Siew Chin Limarm: socfpga: soc64: Enable FIT image generation using...
2021-01-15 Siew Chin Limarm: socfpga: dts: soc64: Add binman node of FIT image...
2021-01-15 Chee Hong Angarm: socfpga: soc64: Skip handoff data access in SSBL
2021-01-15 Chee Hong Angarm: socfpga: soc64: SSBL shall not setup stack on...
2021-01-15 Chee Hong Angarm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support...
2021-01-15 Chee Hong Angarm: socfpga: soc64: Add ATF support for FPGA reconfig...
2021-01-15 Chee Hong Angarm: socfpga: soc64: Add ATF support for Reset Manager...
2021-01-15 Chee Hong Angnet: designware: socfpga: Add ATF support for MAC driver
2021-01-15 Chee Hong Angmmc: dwmmc: socfpga: Add ATF support for MMC driver
2021-01-15 Siew Chin Limmmc: dwmmc: Change designware MMC 'clksel' callback...
2021-01-15 Siew Chin Limarm: socfpga: Add secure register access helper functio...
2021-01-15 Chee Hong Angarm: socfpga: soc64: Define SMC function identifiers...
next